aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-14ath9k: implement PA predistortion supportFelix Fietkau4-3/+137
2010-06-14ath9k_hw: add functions for controlling PA predistortion calibrationFelix Fietkau5-1/+746
2010-06-14ath9k_hw: add support for parsing PA predistortion related EEPROM fieldsFelix Fietkau5-5/+18
2010-06-14ath9k_hw: add register definitions related to PA predistortionFelix Fietkau1-17/+207
2010-06-14ath9k_hw: remove a useless function for setting the mac addressFelix Fietkau4-13/+0
2010-06-14ath9k: add a debugfs entry for ignoring CCA on the extension channel in HT40Felix Fietkau2-1/+5
2010-06-14ath9k: fix queue stopping thresholdFelix Fietkau2-26/+30
2010-06-14ath9k: fix extending the rx timestamp with the hardware TSFFelix Fietkau3-19/+14
2010-06-14ath9k: make ath_get_hal_qnum staticFelix Fietkau2-2/+1
2010-06-14ath9k: remove declarations of some nonexistant functionsFelix Fietkau1-2/+0
2010-06-14ath9k: remove duplicate WMM AC definitionsFelix Fietkau8-78/+26
2010-06-14ath9k_htc: use common WMM AC definitions instead of ath9k onesFelix Fietkau5-16/+14
2010-06-14ath9k: fix mac80211 queue lookup for waking up queuesFelix Fietkau2-1/+3
2010-06-14ath9k_hw: update 5 GHz tx gain tables for femless and high power PALuis R. Rodriguez2-248/+248
2010-06-14ath9k_hw: reduce delay on programming INI on AR9003Luis R. Rodriguez1-9/+0
2010-06-14ath9k_hw: enable ANI for AR9003Luis R. Rodriguez1-7/+1
2010-06-14ath9k: add new ANI implementation for AR9003Luis R. Rodriguez10-151/+1390
2010-06-14ath9k_hw: inform ANI calibration when scanningLuis R. Rodriguez7-10/+10
2010-06-14ath9k_hw: add register definitions for the new ANILuis R. Rodriguez2-0/+15
2010-06-14ath9k_hw: allow for spliting up ANI operations by familyLuis R. Rodriguez7-11/+73
2010-06-14ath9k_hw: clear MIB interrupt causes when skipping ANI adjustmentsLuis R. Rodriguez1-1/+8
2010-06-14ath9k_hw: fix clock rate calculations for ANILuis R. Rodriguez1-1/+30
2010-06-14ath9k_hw: move clock definitions from hw.c to hw.hLuis R. Rodriguez2-5/+5
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-07ath: Fix uninitialized variable warningsPrarit Bhargava3-0/+3
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-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