summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-07ipw2200: use is_zero_ether_addr() and is_broadcast_ether_addr()Wei Yongjun1-9/+2
2012-09-07ipw2100: use is_zero_ether_addr() and is_broadcast_ether_addr()Wei Yongjun1-9/+2
2012-09-07wireless: ath9k-htc: only load firmware in needMing Lei2-12/+25
2012-09-05iwlwifi: remove radio_config from eeprom_dataDavid Spinadel1-2/+0
2012-09-05iwlwifi: reduce overhead if tracing disabledJohannes Berg2-36/+23
2012-09-05iwlwifi: report A-MPDU statusJohannes Berg3-0/+13
2012-09-05Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg510-10957/+23647
2012-09-04iwlwifi: fix antenna bitmaskJohannes Berg1-1/+1
2012-08-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville15-93/+241
2012-08-22carl9170: report A-MPDU statusChristian Lamparter2-4/+12
2012-08-22ath9k_htc: implement sta_rc_update() mac80211 callbackAntonio Quartulli1-0/+29
2012-08-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville51-153/+241
2012-08-21iwlwifi: fix FW restart on init FWAmit Beka1-2/+7
2012-08-21iwlwifi: fix the preparation of the cardEmmanuel Grumbach1-9/+8
2012-08-20mac80211_hwsim: add support for P2P DeviceJohannes Berg1-1/+3
2012-08-13p54: fix powerpc gcc warningsChristian Lamparter1-4/+8
2012-08-10brcmsmac: document firmware dependenciesJeff Mahoney1-1/+3
2012-08-10ath9k: tune rc_stats to display only valid ratesRajkumar Manoharan1-2/+3
2012-08-10ath9k: Trim rate tableSujith Manoharan2-180/+174
2012-08-10ath9k: Remove MIMO-PS specific codeSujith Manoharan1-9/+0
2012-08-10ath9k: Cleanup TX status APISujith Manoharan1-42/+29
2012-08-10ath9k: Bail out properly before calculating rate indexSujith Manoharan1-13/+11
2012-08-10ath9k: Fix RTS/CTS rate selectionSujith Manoharan1-27/+14
2012-08-10ath9k: Do not set IEEE80211_TX_RC_USE_SHORT_PREAMBLESujith Manoharan1-2/+0
2012-08-10ath9k: Unify valid rate calculation routinesSujith Manoharan1-35/+39
2012-08-10ath9k: Remove ath_rc_set_valid_rate_idxSujith Manoharan1-10/+3
2012-08-10ath9k: Change rateset calculationSujith Manoharan1-26/+9
2012-08-10ath9k: Cleanup index retrieval routinesSujith Manoharan1-29/+27
2012-08-10ath9k: Cleanup ath_rc_setvalid_htratesSujith Manoharan1-8/+9
2012-08-10ath9k: Cleanup ath_rc_setvalid_ratesSujith Manoharan1-28/+21
2012-08-10ath9k: Cleanup RC init APISujith Manoharan1-64/+35
2012-08-10ath9k: Simplify rate table initializationSujith Manoharan1-48/+17
2012-08-10mwifiex: use GFP_ATOMIC under spin lockDan Carpenter1-1/+1
2012-08-10mwifiex: notify cfg80211 about MIC failuresAmitkumar Karwar1-0/+6
2012-08-10mwifiex: fix 'smatch' warning in preparing key_material cmdBing Zhao1-1/+1
2012-08-10b43legacy: fix logic in GPIO initRafał Miłecki1-1/+1
2012-08-10b43: N-PHY: fix 0x2057 radio calib copy/paste mistakeRafał Miłecki1-0/+1
2012-08-10mwifiex: fix powerpc64-linux- compilation warningsBing Zhao2-9/+9
2012-08-10iwlegacy: clean up suspend/resumeJohannes Berg2-14/+3
2012-08-10mwifiex: fix code mis-alignment after the if statementFengguang Wu1-2/+2
2012-08-10ath5k: Put power_level where it belongs and rename itNick Kossifidis4-8/+17
2012-08-10ath5k: Preserve tx power level requested from above on phy_initNick Kossifidis1-2/+2
2012-08-10ath5k: Fix range scaling when setting rate power tableNick Kossifidis1-3/+7
2012-08-10ath5k: Use correct value for min_pwr and cur_pwrNick Kossifidis1-5/+14
2012-08-10p54: parse output power tableChristian Lamparter2-24/+92
2012-08-06mwifiex: add AES_CMAC support in key_material cmdYing Luo2-10/+52
2012-08-06mwifiex: pass key_params pointer in mwifiex_set_encodeYing Luo4-12/+22
2012-08-06mwifiex: rename wapi_rxpn to pnYing Luo2-3/+3
2012-08-06mwifiex: cleanup TX/RX BA tables for uAPAvinash Patil5-0/+58
2012-08-06mwifiex: add 11n Block Ack support for uAPAvinash Patil6-9/+105