aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-09-0816-92/+126
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-09-039-61/+97
| |\
| | * ath9k: Fix TX control flag use for no ACK and RTS/CTSJouni Malinen2008-09-031-2/+2
| | * ath9k: Fix TX status reportingJouni Malinen2008-09-031-2/+10
| | * iwlwifi: fix STATUS_EXIT_PENDING is not set on pci_removeGregory Greenman2008-09-031-4/+7
| | * iwlwifi: call apm stop on exitGregory Greenman2008-09-031-1/+4
| | * iwlwifi: fix Tx cmd memory allocation failure handlingTomas Winkler2008-09-031-10/+17
| | * iwlwifi: fix rx_chain computationTomas Winkler2008-09-031-31/+46
| | * iwlwifi: fix station mimo power save valuesRon Rindjunsky2008-09-033-4/+2
| | * iwlwifi: remove false rxon if rx chain changesMohamed Abbas2008-09-031-4/+3
| | * iwlwifi: fix hidden ssid discovery in passive channelsRon Rindjunsky2008-09-031-1/+1
| | * iwlwifi: W/A for the TSF correction in IBSSAssaf Krauss2008-09-032-2/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-09-0211-35/+41
| |\ \ | | |/
| | * ath9: Fix ath_rx_flush_tid() for IRQs disabled kernel warning message.Senthil Balasubramanian2008-09-021-2/+3
| | * ath9k: Incorrect key used when group and pairwise ciphers are different.Senthil Balasubramanian2008-09-022-6/+8
| | * rt2x00: Compiler warning unmasked by fix of BUILD_BUG_ONBoaz Harrosh2008-09-021-3/+2
| | * wireless/libertas/if_cs.c: fix memory leaksAdrian Bunk2008-09-021-10/+3
| | * orinoco: Multicast to the specified addressesDavid Kilroy2008-09-021-3/+7
| | * iwlwifi: fix 64bit platform firmware loadingTomas Winkler2008-09-022-7/+5
| | * iwlwifi: fix apm_stop (wrong bit polarity for FLAG_INIT_DONE)Mohamed Abbas2008-09-022-3/+4
| | * iwlwifi: workaround interrupt handling no some platformsTomas Winkler2008-09-021-0/+8
| | * iwlwifi: do not use GFP_DMA in iwl_tx_queue_initJohn W. Linville2008-09-021-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-273-26/+49
| |\ \ | | |/
| * | removed unused #include <linux/version.h>'sAdrian Bunk2008-08-234-4/+0
* | | iwlwifi: enable packet injection for iwlagnStefanik Gábor2008-09-083-14/+10
* | | iwl3945: enable active scanning on active channelsAbhijeet Kolekar2008-09-081-28/+26
* | | iwlwifi: remove bad language from the commentsTomas Winkler2008-09-081-2/+1
* | | iwlwifi: take a fresh set of supported rates at each cycleEmmanuel Grumbach2008-09-081-0/+1
* | | iwlwifi: fix host command header according the HW specTomas Winkler2008-09-083-14/+16
* | | iwlwifi: allow association on radar channel in power saveEmmanuel Grumbach2008-09-084-7/+61
* | | iwlwifi: cleanup PCI register handlingTomas Winkler2008-09-086-34/+31
* | | iwlwifi: fix strict_strtoul error checkingEmmanuel Grumbach2008-09-081-3/+3
* | | iwlwifi: generic init calibrations frameworkTomas Winkler2008-09-086-81/+90
* | | iwlwifi: remove rfkill warning from iwl-ioTomas Winkler2008-09-082-36/+0
* | | iwlwifi: replace readl and writel with io/read/write/32Tomas Winkler2008-09-082-5/+5
* | | iwlwifi: use strict_strtoul instead of simple_strtoulTomas Winkler2008-09-081-17/+32
* | | iwl3945: avoid redundant iwl3945_get_active_dwell_timeAbhijeet Kolekar2008-09-081-4/+3
* | | iwl3945: removed bg_post_associate workAbhijeet Kolekar2008-09-082-18/+1
* | | iwl3945: replace association and beacon hooks with bss_info_changed cbAbhijeet Kolekar2008-09-081-81/+0
* | | iwl3945: fix unbalanced mutexAbhijeet Kolekar2008-09-081-3/+2
* | | iwlwifi: align set channel with mac80211Tomas Winkler2008-09-083-10/+7
* | | iwlwifi: allow consecutive scans in unassociated stateRon Rindjunsky2008-09-081-1/+3
* | | iwlwifi: remove obsolete 4965 forward declarationsRon Rindjunsky2008-09-081-6/+0
* | | iwlwifi: clean up hw scan handlerTomas Winkler2008-09-081-19/+16
* | | iwlwifi : Added bss_info_changed callback to 3945Abhijeet Kolekar2008-09-081-6/+68
* | | p54: better firmware supportChristian Lamparter2008-09-083-48/+103
* | | p54: set_filter refactoringChristian Lamparter2008-09-083-29/+28
* | | b43: Replace hardcoded Analog switchMichael Buesch2008-09-081-1/+2
* | | b43: Move Analog switching into phy codeMichael Buesch2008-09-087-20/+30
* | | p54usb: support LM87 firmwaresChristian Lamparter2008-09-055-20/+73