summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)Author
2010-06-07ath: Fix uninitialized variable warningsmaster-2010-06-07Prarit Bhargava
2010-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-06-07ath5k: fix NULL pointer in antenna configurationBruno Randolf
2010-06-04ath9k: Fix bug in rate tableVasanthakumar Thiagarajan
2010-06-04ath9k_htc: Configure credit size for AR7010Sujith
2010-06-04ath9k_htc: Setup 5GHz channelsSujith
2010-06-04ath9k_htc: Configure dual stream ratesSujith
2010-06-04ath9k_htc: Setup HT capabilites for 2-stream devicesSujith
2010-06-04ath9k_common: Move count_streams to common moduleSujith
2010-06-04ath9k_htc: Add support for AR7010Sujith
2010-06-04ath9k_hw: Configure byte swap for non AR9271 chipsSujith
2010-06-04ath9k: Determine Firmware on probeSujith
2010-06-04ath5k: retain promiscuous settingBob Copeland
2010-06-04ath5k: depend on CONFIG_PM_SLEEP for suspend/resume functionsTobias Doerffel
2010-06-04ath9k_htc: Use proper station add/remove callbacksSujith
2010-06-04ath9k: fix dma sync in rx pathMing Lei
2010-06-03ath9k: fix queue stop/start based on the number of pending framesFelix Fietkau
2010-06-03ath9k_htc: Fix fair beacon distributionSujith
2010-06-03ath9k_htc: Handle host RX disableSujith
2010-06-03ath9k_htc: Handle monitor interface removalSujith
2010-06-03ath9k_htc: Fix locking for ps_idleSujith
2010-06-03ath9k_htc: Remove useless cancel_work_syncSujith
2010-06-03ath9k_htc: Fix bug in handling CONF_IDLESujith
2010-06-03ath9k_htc: Add PS wrappersSujith
2010-06-03ath9k_htc: Revamp CONF_IDLE handlingSujith
2010-06-03ath9k_hw: Fix async fifo for AR9287Sujith
2010-06-03ath9k_hw: Update the PCI WAR registerSujith
2010-06-03ath9k_hw: Cleanup TX power calculation for AR9287Sujith
2010-06-03ath9k_hw: Optimize ath9k_hw_ar9287_set_board_valuesSujith
2010-06-03ath9k_hw: Cleanup eeprom_9287.cSujith
2010-06-03ath9k: use the key handling code from ath9k_common instead of duplicating itFelix Fietkau
2010-06-03ath9k_common: use allocated key cache entries for multi BSS crypto supportFelix Fietkau
2010-06-03ath9k_hw: add multicast key search supportFelix Fietkau
2010-06-02ath9k_htc: fix build error when ATH9K_HTC_DEBUGFS not enabledmaster-2010-06-02John W. Linville
2010-06-02ath9k: cleanup: remove unneeded null checkDan Carpenter
2010-06-02ath9k: Fix bug in validating received data length for edmaVasanthakumar Thiagarajan
2010-06-02ath9k: Fix bug in accessing skb->data of rx frame for edmaVasanthakumar Thiagarajan
2010-06-02ath9k: Clean up few function parameters in recv.cVasanthakumar Thiagarajan
2010-06-02ath9k: Move driver specific structuresSujith
2010-06-02ath9k: Move ath9k specific RX code to driverSujith
2010-06-02ath9k_hw: Enable TX IQ calibration on AR9003Luis R. Rodriguez
2010-06-02ath5k: print error message if ANI levels are out of rangeBruno Randolf
2010-06-02ath5k: always calculate ANI listen timeBruno Randolf
2010-06-02ath5k: add sysfs files for ANI parametersBruno Randolf
2010-06-02ath5k: use ath5k_softc as driver dataBruno Randolf
2010-06-02ath5k: clarify logic when to enable spur mitigation filterBruno Randolf
2010-06-02ath5k: remove ATH_TRACE macroBruno Randolf
2010-06-02ath5k: run NF calibration only every 60 secondsBruno Randolf
2010-06-02ath5k: Stop queues only for NF calibrationBruno Randolf
2010-06-02ath5k: move noise floor calibration into taskletBruno Randolf