aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2014-02-25ath9k: reduce baseband hang detection false positive rateFelix Fietkau1-1/+7
2014-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+2
2014-02-12ath9k: Remove ath9k rate controlSujith Manoharan1-1/+0
2014-02-04ath9k: Fix build error on ARMSujith Manoharan1-3/+2
2014-01-23ath9k: Fix RX interrupt mitigationSujith Manoharan1-2/+10
2014-01-09ath9k: Disable cross-band FCCSujith Manoharan1-7/+0
2014-01-03ath9k: Add hardware support for QCA9531Sujith Manoharan1-12/+40
2014-01-03ath9k: Assign macVersion for QCA9531Sujith Manoharan1-0/+5
2014-01-03ath9k: Remove unused config option ack_6mbSujith Manoharan1-2/+0
2014-01-03ath9k: Fix AR9100 chip power-onSujith Manoharan1-1/+5
2014-01-03ath9k: Cleanup __ath9k_hw_init()Sujith Manoharan1-32/+32
2014-01-03ath9k: Handle unsupported MAC versions earlySujith Manoharan1-24/+24
2014-01-03ath9k: Move private HW callbacks to hw-ops.hSujith Manoharan1-39/+0
2014-01-03ath9k: Remove unused functionsSujith Manoharan1-12/+0
2014-01-03ath9k: Fix PHY restart workaroundSujith Manoharan1-2/+3
2014-01-03ath9k: Add HW callbacks for MAC/BB hang checksSujith Manoharan1-70/+0
2014-01-03ath9k: Register supported HW hang checksSujith Manoharan1-4/+1
2014-01-03ath9k_hw: fix TSF offset calculationFelix Fietkau1-2/+2
2014-01-03ath9k_hw: fix gentimer callback without overflow handlerFelix Fietkau1-2/+2
2013-12-19ath9k: move ath9k_debug_sync_cause out of ath9k_hwFelix Fietkau1-42/+0
2013-12-18ath9k: Use a subroutine for the AR9330 reset WARSujith Manoharan1-32/+38
2013-12-18ath9k: Fix RTC reset delaySujith Manoharan1-1/+6
2013-12-18ath9k: Add a delay between RTC reset/clear for AR9003Sujith Manoharan1-2/+1
2013-12-18ath9k_hw: clean up station beacon timer APIFelix Fietkau1-11/+7
2013-12-18ath9k_hw: remove additional_swba_backoffFelix Fietkau1-1/+0
2013-12-18ath9k_hw: simplify spur channel handlingFelix Fietkau1-7/+0
2013-12-18ath9k_hw: remove ah->config.pcie_clock_reqFelix Fietkau1-1/+0
2013-12-18ath9k_hw: remove defunct ad-hoc mode ATIM window handling codeFelix Fietkau1-5/+0
2013-12-18ath9k_hw: clean up generic timer codeFelix Fietkau1-51/+41
2013-12-18ath9k: fix 5/10MHz channel width initialization on ar9003Lorenzo Bianconi1-1/+2
2013-12-09ath9k: Fix regulatory complianceSujith Manoharan1-3/+3
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-4/+3
2013-12-02ath9k_hw: allow fast channel change when only CHANNEL_HT changesFelix Fietkau1-3/+4
2013-12-02ath9k_hw: fix TSF save/restore around chip resetFelix Fietkau1-6/+10
2013-12-02ath9k: Remove pcieSerDesWriteSujith Manoharan1-1/+0
2013-12-02net: wireless: ath9k: avoid possible NULL pointer dereferenceMichal Nazarewicz1-4/+3
2013-10-18ath9k: add noise floor parameter to ath9k_hw_getchan_noiseLorenzo Bianconi1-1/+1
2013-10-14ath9k_hw: remove references to hw->confFelix Fietkau1-12/+9
2013-10-14ath9k_hw: simplify channel flagsFelix Fietkau1-17/+7
2013-10-14ath9k_hw: remove IS_CHAN_OFDM()Felix Fietkau1-6/+2
2013-10-14ath9k_hw: remove IS_CHAN_B()Felix Fietkau1-7/+2
2013-10-14ath9k_hw: remove direct accesses to channel mode flagsFelix Fietkau1-5/+2
2013-09-26ath9k: Use bitops for calibration flagsSujith Manoharan1-6/+6
2013-09-26ath9k: Handle abnormal NAV in AP modeSujith Manoharan1-0/+13
2013-09-26ath9k: replace snprintf() with scnprintf()Zefir Kurtisi1-11/+11
2013-09-26ath9k: Fix regulatory compliance for AR9462/AR9565Sujith Manoharan1-0/+12
2013-08-28ath9k: Enable D3/L1 ASPM fix for AR9462Sujith Manoharan1-6/+5
2013-08-28ath9k: Remove unused ANI commandsSujith Manoharan1-2/+0
2013-08-26ath9k: Fix ASPM workaround usageSujith Manoharan1-1/+0