aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-14mac80211: allow drivers to sleep in ampdu_actionJohannes Berg1-0/+4
2010-06-14mac80211: remove non-irqsafe aggregation callbacksJohannes Berg1-3/+3
2010-06-08ath5k: add debugfs file for queue debuggingBruno Randolf2-0/+67
2010-06-08ath5k: no need to save/restore the default antennaBruno Randolf1-7/+1
2010-06-08ath5k: new function for setting the antenna switch tableBruno Randolf4-27/+46
2010-06-08ath5k: update AR5K_PHY_RESTART_DIV_GC values to match masksBruno Randolf1-2/+2
2010-06-07ath: Fix uninitialized variable warningsPrarit Bhargava3-0/+3
2010-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2-19/+17
2010-06-07ath5k: fix NULL pointer in antenna configurationBruno Randolf1-0/+7
2010-06-04ath9k: Fix bug in rate tableVasanthakumar Thiagarajan1-2/+2
2010-06-04ath9k_htc: Configure credit size for AR7010Sujith2-5/+28
2010-06-04ath9k_htc: Setup 5GHz channelsSujith2-2/+56
2010-06-04ath9k_htc: Configure dual stream ratesSujith1-2/+7
2010-06-04ath9k_htc: Setup HT capabilites for 2-stream devicesSujith1-1/+22
2010-06-04ath9k_common: Move count_streams to common moduleSujith3-14/+16
2010-06-04ath9k_htc: Add support for AR7010Sujith2-1/+15
2010-06-04ath9k_hw: Configure byte swap for non AR9271 chipsSujith1-3/+7
2010-06-04ath9k: Determine Firmware on probeSujith2-13/+27
2010-06-04ath5k: retain promiscuous settingBob Copeland1-1/+3
2010-06-04ath5k: depend on CONFIG_PM_SLEEP for suspend/resume functionsTobias Doerffel1-4/+4
2010-06-04ath9k_htc: Use proper station add/remove callbacksSujith1-17/+24
2010-06-04ath9k: fix dma sync in rx pathMing Lei1-3/+7
2010-06-03ath9k: fix queue stop/start based on the number of pending framesFelix Fietkau3-37/+25
2010-06-03ath9k_htc: Fix fair beacon distributionSujith3-1/+31
2010-06-03ath9k_htc: Handle host RX disableSujith2-0/+11
2010-06-03ath9k_htc: Handle monitor interface removalSujith1-6/+6
2010-06-03ath9k_htc: Fix locking for ps_idleSujith1-5/+13
2010-06-03ath9k_htc: Remove useless cancel_work_syncSujith1-1/+0
2010-06-03ath9k_htc: Fix bug in handling CONF_IDLESujith1-1/+1
2010-06-03ath9k_htc: Add PS wrappersSujith1-5/+18
2010-06-03ath9k_htc: Revamp CONF_IDLE handlingSujith1-36/+93
2010-06-03ath9k_hw: Fix async fifo for AR9287Sujith5-44/+55
2010-06-03ath9k_hw: Update the PCI WAR registerSujith2-28/+60
2010-06-03ath9k_hw: Cleanup TX power calculation for AR9287Sujith3-141/+168
2010-06-03ath9k_hw: Optimize ath9k_hw_ar9287_set_board_valuesSujith3-37/+41
2010-06-03ath9k_hw: Cleanup eeprom_9287.cSujith1-137/+136
2010-06-03ath9k: use the key handling code from ath9k_common instead of duplicating itFelix Fietkau1-230/+2
2010-06-03ath9k_common: use allocated key cache entries for multi BSS crypto supportFelix Fietkau1-10/+27
2010-06-03ath9k_hw: add multicast key search supportFelix Fietkau1-1/+12
2010-06-02ath9k_htc: fix build error when ATH9K_HTC_DEBUGFS not enabledJohn W. Linville1-0/+2
2010-06-02ath9k: cleanup: remove unneeded null checkDan Carpenter1-3/+0
2010-06-02ath9k: Fix bug in validating received data length for edmaVasanthakumar Thiagarajan1-1/+2
2010-06-02ath9k: Fix bug in accessing skb->data of rx frame for edmaVasanthakumar Thiagarajan1-1/+2
2010-06-02ath9k: Clean up few function parameters in recv.cVasanthakumar Thiagarajan1-15/+8
2010-06-02ath9k: Move driver specific structuresSujith2-63/+63
2010-06-02ath9k: Move ath9k specific RX code to driverSujith3-281/+263
2010-06-02ath9k_hw: Enable TX IQ calibration on AR9003Luis R. Rodriguez3-11/+6
2010-06-02ath5k: print error message if ANI levels are out of rangeBruno Randolf1-6/+5
2010-06-02ath5k: always calculate ANI listen timeBruno Randolf1-4/+5
2010-06-02ath5k: add sysfs files for ANI parametersBruno Randolf5-1/+123