summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2013-08-22mwifiex: do not create AP and P2P interfaces upon driver loadingBing Zhao1-14/+0
2013-08-22ath9k: Add antenna diversity tweak for CUS198Sujith Manoharan4-0/+9
2013-08-22ath9k: Add support for AR9485 1.2Sujith Manoharan3-13/+13
2013-08-22rt2x00: rt2800lib: adjust frequency offset for RF3053Gabor Juhos1-1/+1
2013-08-22rt2x00: rt2800lib: move rt2800_adjust_freq_offset functionGabor Juhos1-36/+37
2013-08-22rt2x00: rt2800lib: use step-by-step frequency offset adjustment on MMIO devicesGabor Juhos1-3/+16
2013-08-22rt2x00: rt2800lib: use a MCU command for frequency adjustment on USB devicesGabor Juhos2-1/+6
2013-08-22rt2x00: rt2800lib: optimize frequency offset adjustmentGabor Juhos1-1/+6
2013-08-22rt2x00: rt2800lib: fix frequency offset boundary calculationGabor Juhos1-4/+5
2013-08-22rt2x00: rt2800lib: pass beacon index to rt2800_clear_beacon_registerGabor Juhos1-11/+7
2013-08-22rt2x00: rt2800: rename HW_BEACON_OFFSET macroGabor Juhos2-3/+3
2013-08-22ath9k: Enable PLL fix only for AR9340/AR9330Sujith Manoharan1-2/+1
2013-08-22ath9k_htc: Restore skb headroom when returning skb to mac80211Helmut Schaa1-0/+10
2013-08-22iwl4965: fix rfkill set state regressionStanislaw Gruszka1-1/+1
2013-08-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville3-3/+6
2013-08-21mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau3-3/+6
2013-08-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville20-713/+809
2013-08-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville10-20/+26
2013-08-16rt2x00: rt2800pci: fix AUX_CTRL register setup for RT3090/3390/3593/5592Gabor Juhos1-2/+6
2013-08-16rt2x00: rt2800lib: introduce rt2800_get_txwi_rxwi_size helperGabor Juhos4-13/+36
2013-08-16ath9k: enable CSA functionality in ath9kSimon Wunderlich5-0/+43
2013-08-16ath5k: enable support for 5 MHz and 10 MHz channelsSimon Wunderlich4-5/+25
2013-08-16ath5k: set 5/10 MHz supported channels and fix durationSimon Wunderlich3-9/+42
2013-08-16ath5k: report 5/10 MHz channelsSimon Wunderlich1-0/+10
2013-08-16ath9k: announce that ath9k supports 5/10 MHzSimon Wunderlich1-0/+1
2013-08-16ath9k: set 5/10 MHz supported channels and fix bitrateSimon Wunderlich2-8/+21
2013-08-16ath9k: report 5/10 MHz channelsSimon Wunderlich1-0/+11
2013-08-16ath9k: use chandef instead of channel_typeSimon Wunderlich6-40/+51
2013-08-16ath9k: always use SIFS times from OFDM for 5/10 MHzSimon Wunderlich1-3/+2
2013-08-16iwlwifi: mvm: Add PBW snoozing enablementAlexander Bondar5-2/+54
2013-08-16iwlwifi: mvm: Implement CQM offloadingAndrei Otcheretianski6-11/+133
2013-08-16iwlwifi: return -ENOMEM instead of NULL when OOM in iwl_drv_start()Luciano Coelho2-4/+6
2013-08-16iwlwifi: Kconfig: fix help texts wrt 7260 and 3160 devicesLuciano Coelho1-6/+7
2013-08-16iwlwifi: use a macro for default probe lengthLuciano Coelho2-1/+4
2013-08-16iwlwifi: mvm: refactor resume from WoWLAN codeJohannes Berg1-63/+88
2013-08-16iwlwifi: mvm: remove unused param of rs_dbgfs_set_mcsEyal Shapira1-6/+6
2013-08-16brcmsmac: Fix WARNING caused by lack of calls to dma_mapping_error()John W. Linville1-4/+11
2013-08-16rtlwifi: sparse warnings: cast to restricted typeMark Schulte1-8/+8
2013-08-16ath9k: Use lockless variant to initialize RX fifoSujith Manoharan1-1/+1
2013-08-16ath9k: Optimize LNA checkSujith Manoharan1-30/+47
2013-08-16ath9k: Identify first subframe in an A-MPDUSujith Manoharan3-2/+5
2013-08-16ath9k: Handle invalid RSSISujith Manoharan1-16/+33
2013-08-16ath9k: Remove unused function argumentSujith Manoharan1-2/+1
2013-08-16ath9k: Fix error condition for corrupt descriptorsSujith Manoharan1-10/+18
2013-08-16ath9k: Handle corrupt descriptors properlySujith Manoharan1-2/+10
2013-08-16ath9k: Move the RX poll check to preprocess()Sujith Manoharan1-4/+4
2013-08-16ath9k: Fix RX beacon processingSujith Manoharan1-26/+22
2013-08-16ath9k: Fix RX packet counterSujith Manoharan1-4/+7
2013-08-16ath9k: Fix RX debug statisticsSujith Manoharan1-2/+1
2013-08-16ath9k: Fix PHY error processingSujith Manoharan1-11/+12