summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2010-06-03ath9k: cleanup: remove unneeded null checkDan Carpenter1-3/+0
2010-06-03drivers/net/wireless/prism54: Use memdup_userJulia Lawall1-8/+3
2010-06-03ath9k: Fix bug in validating received data length for edmaVasanthakumar Thiagarajan1-1/+2
2010-06-03ath9k: Fix bug in accessing skb->data of rx frame for edmaVasanthakumar Thiagarajan1-1/+2
2010-06-03ath9k: Clean up few function parameters in recv.cVasanthakumar Thiagarajan1-15/+8
2010-06-03ath9k: Move driver specific structuresSujith2-63/+63
2010-06-03ath9k: Move ath9k specific RX code to driverSujith3-281/+263
2010-06-03drivers/net/wireless: Storage class should be before const qualifierTobias Klauser2-5/+5
2010-06-03ath9k_hw: Enable TX IQ calibration on AR9003Luis R. Rodriguez3-11/+6
2010-06-03ath5k: print error message if ANI levels are out of rangeBruno Randolf1-6/+5
2010-06-03ath5k: always calculate ANI listen timeBruno Randolf1-4/+5
2010-06-03ath5k: add sysfs files for ANI parametersBruno Randolf5-1/+123
2010-06-03ath5k: use ath5k_softc as driver dataBruno Randolf1-9/+6
2010-06-03ath5k: clarify logic when to enable spur mitigation filterBruno Randolf1-10/+5
2010-06-03ath5k: remove ATH_TRACE macroBruno Randolf12-99/+0
2010-06-03ath5k: run NF calibration only every 60 secondsBruno Randolf2-7/+13
2010-06-03ath5k: Stop queues only for NF calibrationBruno Randolf1-5/+6
2010-06-03ath5k: move noise floor calibration into taskletBruno Randolf3-23/+12
2010-06-03ath5k: initialize calibration timersBruno Randolf1-0/+2
2010-06-03rndis_wlan: increase assocbuf size and validate association info offsets from...Jussi Kivilinna1-7/+29
2010-06-03ath9k_hw: Enable auto sleep for ar9003Vasanthakumar Thiagarajan1-1/+1
2010-06-03ath9k: Fix power save with auto sleepingVasanthakumar Thiagarajan1-2/+3
2010-06-03ath9k: Make sure null func frame is acked before going into PS for ar9003Vasanthakumar Thiagarajan1-0/+11
2010-06-03wireless: fix several minor description typosWalter Goldens8-8/+8
2010-06-03ath9k_htc: Enable RX STBC for AR9271Sujith1-0/+2
2010-06-03ath9k_htc: Enable SGI in HT20 for AR9271Sujith3-3/+9
2010-06-03ath9k_htc: Update HT configuration properlySujith1-0/+30
2010-06-03ath9k_htc: Cleanup rate initializationSujith2-83/+32
2010-06-03ath9k_htc: Initvals update for AR9271Sujith1-3/+3
2010-06-03drivers/net/wireless/orinoco: Use kmemdupJulia Lawall1-3/+1
2010-06-03drivers/net/wireless/p54: Use kmemdupJulia Lawall2-4/+3
2010-06-03drivers/net/wireless/ipw2x00: Use kmemdupJulia Lawall1-2/+1
2010-06-03drivers/net/wireless/b43: Use kmemdupJulia Lawall1-2/+2
2010-06-03drivers/net/wireless/ath/ath9k: Use kmemdupJulia Lawall1-3/+1
2010-06-03drivers/net/wireless/iwmc3200wifi: Use kmemdupJulia Lawall1-2/+2
2010-06-03drivers/net/wireless/libertas_tf: Use kmemdupJulia Lawall1-3/+2
2010-06-03drivers/net/wireless/wl12xx: Use kmemdupJulia Lawall1-3/+1
2010-06-03drivers/net/wireless/libertas: Use kmemdupJulia Lawall1-4/+2
2010-06-03ath9k/debug: fixup the return codesDan Carpenter1-9/+9
2010-06-03ath9k/debug: improve the snprintf() handlingDan Carpenter1-8/+25
2010-06-03ath9k: fix dma direction for map/unmap in ath_rx_taskletMing Lei1-2/+2
2010-06-03libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar8-62/+171
2010-06-03wl1271: Add support for NVS files with 5GHz band parametersJuuso Oikarinen4-9/+35
2010-06-03wl1271: Update handling of the NVS file / INI parametersJuuso Oikarinen4-44/+142
2010-06-03ath9k_htc: Increase credit sizeSujith1-1/+1
2010-06-03ath9k_htc: Remove HW queue translationSujith1-10/+9
2010-06-03ath9k_htc: Initialize beacon/CAB queuesSujith3-7/+39
2010-06-03ath9k_htc: Add queue statistics to xmit debugfs fileSujith3-0/+20
2010-06-03ath9k: Enable Short GI in 20 Mhz for ar9287 and later chipsVasanthakumar Thiagarajan4-79/+101
2010-06-03drivers/net/wireless/orinoco: Use kzallocJulia Lawall1-3/+1