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-05libertas sdio: fix suspend when interface is downDaniel Drake1-0/+5
2012-09-05rt2800usb: Added rx packet length validity checkSergei Poselenov2-2/+10
2012-09-05rt2x00: Fix rfkill polling prior to interface start.Gertjan van Wingerde11-0/+69
2012-09-05rt2x00: Fix word size of rt2500usb MAC_CSR19 register.Gertjan van Wingerde2-9/+9
2012-09-05rt2x00: Identify ASUS USB-N53 device.Gertjan van Wingerde1-1/+2
2012-09-05brcmfmac: fix get rssi by clearing getvar struct.Hante Meuleman1-7/+8
2012-09-05brcmfmac: fix race condition for rx and tx data.Hante Meuleman1-10/+11
2012-09-05brcmfmac: dont use ZERO flag for usb INHante Meuleman1-1/+0
2012-09-05brcmfmac: fix use of dev_kfree_skb() in irq contextArend van Spriel1-4/+4
2012-09-05ath9k: Fix a crash in 2 WIRE btcoex chipsetsMohammed Shafi Shajakhan1-1/+2
2012-09-05ath9k_hw: enable PA linearizationFelix Fietkau1-3/+0
2012-09-05ath9k: fix PA linearization calibration related crashFelix Fietkau4-8/+7
2012-09-05ath9k_hw: disable PA linearization for AR9462Felix Fietkau1-1/+2
2012-09-05ath9k_hw: calibrate PA input for PA predistortionFelix Fietkau3-1/+111
2012-09-05ath9k_hw: clear the AM2PM predistortion mask on AR933xFelix Fietkau1-1/+5
2012-09-05ath9k_hw: do not enable the MIB interrupt in the interrupt mask registerFelix Fietkau1-3/+0
2012-09-05rt2x00: fix voltage setting for RT3572/RT3592Marc Kleine-Budde1-0/+1
2012-09-05mwifiex: fix skb length issue when send a command to firmwareStone Piao1-1/+14
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-22brcm80211: smac: set interface down on resetVladimir Zapolskiy1-0/+3
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: protect SRAM debugfsJohannes Berg1-0/+3
2012-08-21iwlwifi: fix flow handler debug codeJohannes Berg3-16/+18
2012-08-21drivers/net/wireless/ipw2x00/ipw2100.c: introduce missing initializationJulia Lawall1-1/+2
2012-08-21ath5k: fix wrong max power per rate eeprom reads for 802.11aThomas Huehn2-1/+2
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-13ath5k: fix spin_lock_irqsave/spin_lock_bh nesting in meshBob Copeland2-7/+4
2012-08-13ath9k: fix decrypt_error initialization in ath_rx_tasklet()Lorenzo Bianconi1-1/+1
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