aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+6
2010-07-12ath9k: merge noisefloor load implementationsFelix Fietkau6-181/+114
2010-07-12ath9k: validate the TID in the tx status informationFelix Fietkau1-0/+8
2010-07-12ath9k_hw: report the TID in the tx status on AR5008-AR9002Felix Fietkau3-3/+4
2010-07-12ath9k_hw: prevent a fast channel change after a rx DMA stuck issueFelix Fietkau1-1/+3
2010-07-12ath9k_hw: fix an off-by-one error in the PDADC boundaries calculationFelix Fietkau1-1/+1
2010-07-12ath9k_hw: fix a sign error in the IQ calibration codeFelix Fietkau1-1/+1
2010-07-12ath9k_hw: fix antenna diversity on AR9285Felix Fietkau5-8/+8
2010-07-07ath9k: fix a buffer leak in A-MPDU completionFelix Fietkau1-0/+5
2010-07-07ath9k: fix a potential buffer leak in the STA teardown pathFelix Fietkau1-26/+26
2010-07-07ath9k_htc: fix memory leak in ath9k_hif_usb_alloc_urbsRajkumar Manoharan1-2/+6
2010-07-02ath9k: fix crash with WEP in ad-hoc modeFelix Fietkau1-0/+4
2010-07-02ath9k: fix false positives in the baseband hang checkFelix Fietkau3-2/+28
2010-07-02ath9k_hw: clean up the noise floor calibration code to reduce code duplicationFelix Fietkau5-96/+31
2010-07-02ath9k_hw: sanitize noise floor values properly on all chipsFelix Fietkau8-95/+120
2010-07-02ath9k_hw: sync initvals for ar9001 and ar9002 with AtherosFelix Fietkau2-113/+117
2010-07-02ath9k_hw: reformat the ar5008, ar9001 and ar9002 initvals to match ar9003Felix Fietkau3-6957/+6983
2010-07-02ath9k_hw: fix a few inconsistencies in initval array namesFelix Fietkau3-9/+9
2010-06-30ath9k_htc: Add LED support for AR7010Sujith4-4/+56
2010-06-30ath9k: fix TSF after reset on AR913xFelix Fietkau1-2/+14
2010-06-29ath9k: make ath9k_hw_keysetmac staticJohn W. Linville2-3/+1
2010-06-29ath9k: remove unused function ath9k_hw_keyisvalidJohn W. Linville2-12/+0
2010-06-28ath9k: fix retry count for A-MPDU rate control status reportsFelix Fietkau1-3/+8
2010-06-25Merge branch 'wireless-2.6' into wireless-next-2.6Reinette Chatre2-1/+11
2010-06-24ath9k: Wakeup the chip in an appropriate place in ath_paprd_calibrate()Vasanthakumar Thiagarajan1-1/+1
2010-06-24ath9k: Remove unused paprd_txokVasanthakumar Thiagarajan2-5/+2
2010-06-24ath9k: Fix bug in paprdVasanthakumar Thiagarajan3-4/+16
2010-06-23ath9k: Fix bug in starting aniVasanthakumar Thiagarajan2-1/+11
2010-06-23ath9k: declare MODULE_FIRMWARE for ath9k_htcJohn W. Linville1-3/+12
2010-06-23ath9k: Add a module parameter to disable led blinking.Vivek Natarajan4-4/+14
2010-06-23ath9k_hw: add an extra delay when reseting AR_RTC_RESETLuis R. Rodriguez1-0/+1
2010-06-23ath9k_hw: dynamically choose the SERDES array for low powerLuis R. Rodriguez1-3/+7
2010-06-23ath9k_hw: add pcieSerDesWrite to disable SERDES ASPM tweaksLuis R. Rodriguez3-1/+3
2010-06-23ath9k_hw: move LowPower array writes to ar9003_hw_configpcipowersave()Luis R. Rodriguez2-14/+14
2010-06-23ath9k_hw: fix ASPM setting for AR9003Luis R. Rodriguez4-6/+52
2010-06-18ath9k_htc: Update supported product listSujith2-14/+15
2010-06-15ath9k_htc: Fix ampdu_action callbackSujith4-92/+45
2010-06-15ath9k_hw: avoid setting cwmin/cwmax to 0 for IBSS for AR9003Luis R. Rodriguez1-2/+7
2010-06-14ath9k_hw: remove ATH9K_CAP_DSFelix Fietkau2-21/+0
2010-06-14ath9k/ath9k_htc: remove redundand checks for dual-stream tx supportFelix Fietkau2-10/+4
2010-06-14ath9k_hw: remove ATH9K_CAP_MCAST_KEYSRCHFelix Fietkau4-44/+3
2010-06-14ath9k_hw: remove ATH9K_CAP_TKIP_SPLITFelix Fietkau4-14/+1
2010-06-14ath9k_hw: remove ATH9K_CAP_TKIP_MICFelix Fietkau4-34/+0
2010-06-14ath9k_hw: remove ATH9K_CAP_TXPOWFelix Fietkau4-23/+2
2010-06-14ath9k_hw: remove ATH9K_CAP_CIPHERFelix Fietkau4-45/+16
2010-06-14ath9k: enable AR9003 PCI IDsLuis R. Rodriguez1-0/+1
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