summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/hw.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-27ath9k: enable serialize_regmode for non-PCIE AR9287Panayiotis Karabassis1-1/+1
2012-06-20ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvcMohammed Shafi Shajakhan1-1/+13
2012-05-29ath9k_hw: apply internal regulator settings on AR933xFelix Fietkau1-0/+3
2012-05-16ath9k_hw: Fix RTT calibrationSujith Manoharan1-5/+4
2012-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2012-04-23ath9k_hw: disable fast channel change when changing from/to half/quarter modeFelix Fietkau1-0/+4
2012-04-23ath9k_hw: fix and clean up PHY activation delayFelix Fietkau1-0/+16
2012-04-23ath9k_hw: increase ACK timeout for half/quarter channelsFelix Fietkau1-3/+6
2012-04-23ath9k_hw: use standard SIFS time as reference for half/quarter channelsFelix Fietkau1-6/+7
2012-04-23ath9k: add an extra boolean parameter to ath9k_hw_apply_txpowerGabor Juhos1-4/+5
2012-04-16ath9k_hw: add support for 8 AP mode interfacesFelix Fietkau1-2/+2
2012-04-16ath9k: Gather and report IRQ sync_cause errors.Ben Greear1-0/+49
2012-04-12ath9k: remove dead codeZefir Kurtisi1-1/+0
2012-04-10ath9k: recover ar9380 chips from rare stuck stateRajkumar Manoharan1-0/+73
2012-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-49/+87
2012-03-15ath9k_hw: fold ar9002_hw_cck_chan14_spread into mode regs initializationFelix Fietkau1-3/+0
2012-03-15ath9k: optimize register access functionsFelix Fietkau1-1/+1
2012-03-15ath9k_hw: remove ath9k_hw_getdefantennaFelix Fietkau1-6/+0
2012-03-15ath9k_hw: remove ath9k_hw_htc_resetinitFelix Fietkau1-6/+2
2012-03-15ath9k_hw: Cleanup FastChannelChangeSujith Manoharan1-31/+73
2012-03-12ath9k_hw: Fix enabling of MCI and RTTMohammed Shafi Shajakhan1-2/+11
2012-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-4/+10
2012-03-07ath9k_hw: use cold instead of warm reset on AR9280Felix Fietkau1-4/+10
2012-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-162/+16
2012-02-27ath9k_hw: Use CONFIG_ATH9K_BTCOEX_SUPPORTSujith Manoharan1-2/+1
2012-02-27ath9k_hw: Cleanup MCI bits from hw.hSujith Manoharan1-0/+1
2012-02-27ath9k_hw: Cleanup MCI bits from ath9k_hw_reset()Sujith Manoharan1-118/+11
2012-02-27ath9k_hw: Handle MCI power state using a helperSujith Manoharan1-15/+2
2012-02-27ath9k: Initialize BTCOEX scheme using a helperSujith Manoharan1-25/+0
2012-02-27ath9k: Remove AR9462 v1.0 supportSujith Manoharan1-2/+1
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches1-3/+2
2012-02-06ath9k_hw: fix a RTS/CTS timeout regressionFelix Fietkau1-2/+5
2011-12-19ath9k_hw: make bluetooth coexistence support optional at compile timeFelix Fietkau1-1/+2
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches1-46/+40
2011-12-16ath9k_hw: remove ATH9K_HW_CAP_CSTMohammed Shafi Shajakhan1-4/+2
2011-12-15ath9k_hw: add DFS testing checkZefir Kurtisi1-0/+27
2011-12-08ath9k: enable ANI for ar9100 chipsNikolay Martynov1-2/+2
2011-12-08ath9k: use config.enable_ani to check if ani should be performedNikolay Martynov1-1/+5
2011-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2011-12-01ath9k_hw: add default chainmask for AR9462Mohammed Shafi Shajakhan1-0/+2
2011-12-01ath9k_hw: Fix TX IQ calibration for AR9003Mohammed Shafi Shajakhan1-1/+1
2011-12-01ath9k: MCI state machine based on MCI interruptMohammed Shafi Shajakhan1-1/+3
2011-12-01ath9k_hw: Add MCI related changes in chip resetMohammed Shafi Shajakhan1-0/+132
2011-12-01ath9k_hw: MCI related changes in set_reset_regMohammed Shafi Shajakhan1-3/+11
2011-12-01ath9k_hw: MCI related changes in chip managementMohammed Shafi Shajakhan1-0/+24
2011-11-28ath9k: Revert change that broke AR928X on Acer Ferrari OneRafael J. Wysocki1-1/+2
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville1-0/+1
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+3
2011-11-09ath9k: Add btcoex profile management support for AR9462Rajkumar Manoharan1-1/+1
2011-11-09ath9k_hw: min_t() casts u32 to intDan Carpenter1-1/+1