summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-03rt2x00: Push beacon TX descriptor writing to drivers.Gertjan van Wingerde8-21/+81
2010-06-03ath9k_htc: fix build error when ATH9K_HTC_DEBUGFS not enabledJohn W. Linville1-0/+2
2010-06-03wl1271: Fix scan parameter handling for 5GHzJuuso Oikarinen5-15/+16
2010-06-03wl1271: Use proper rates for PSM entry/exit null-funcs for 5GHzJuuso Oikarinen1-1/+1
2010-06-03wl1271: the core wl1271 module shouldn't depend on SPI_MASTERLuciano Coelho1-1/+1
2010-06-03wl1271: Flush TX buffers to air before going to idleJuuso Oikarinen4-4/+45
2010-06-03wl1271: Idle handling into own functionJuuso Oikarinen2-21/+40
2010-06-03wl1271: Prevent dropping of TX frames in joinsJuuso Oikarinen2-6/+5
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-03cfg80211: make action channel type optionalJohannes Berg7-5/+17
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 Goldens13-13/+13
2010-06-03cfg80211: don't refuse HT20 channels on devices that don't support HT40Helmut Schaa1-2/+3
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