Commit Graph

119 Commits (04658fba2314d6d70d5fa05c0b5995e6428aacc3)

Author SHA1 Message Date
Sujith cb53a150ca ath9k: Fix bug in initializing chain masks 15 years ago
Sujith 201cd6cce4 ath9k: Remove a few unused functions 15 years ago
Luis R. Rodriguez 30cbd42265 ath9k_hw: move ath_extend_tsf() to hw code to share as ath9k_hw_extend_tsf() 15 years ago
Luis R. Rodriguez a776582861 ath9k_hw: Fix and complete force bias for AR5416 15 years ago
Luis R. Rodriguez 896ff26035 ath9k_hw: remove unused modesIndex param from ath9k_hw_write_regs() 15 years ago
Luis R. Rodriguez ae478cf69e ath9k_hw: make spur mitigation a callback 15 years ago
Luis R. Rodriguez e16393bbb1 ath9k_hw: order phy.c code and integrate spur mitigation 15 years ago
Luis R. Rodriguez e68a060b5d ath9k_hw: use a callback for frequency change 15 years ago
Luis R. Rodriguez 0a3b7bac67 ath9k_hw: make both analog channel change routines return int 15 years ago
Luis R. Rodriguez dc51dd5039 ath9k_hw: rename ath9k_hw_rf_free() to ath9k_hw_rf_free_ext_banks() 15 years ago
Luis R. Rodriguez 574d6b122d ath9k_hw: simplify rf attach and rename to ath9k_hw_rf_alloc_ext_banks() 15 years ago
Luis R. Rodriguez c75724d174 ath9k_hw: change the way we initialize the pll for ar9271 15 years ago
Luis R. Rodriguez 8564328d85 ath9k_hw: update register initialization/reset values for ar9271 15 years ago
Luis R. Rodriguez ec11bb88f9 ath9k_hw: correct AR_PHY_SPECTRAL_SCAN register offset 15 years ago
Luis R. Rodriguez 11158472c4 ath9k_hw: add AR9271 single chip name mapping 15 years ago
Luis R. Rodriguez f934c4d9de ath9k_hw: distinguish single-chip solutions on initial probe print 15 years ago
Luis R. Rodriguez 2da4f01a09 ath9k_hw: move mac name and rf name helpers to hw code 15 years ago
Luis R. Rodriguez 211f5859af ath9k: initialize hw prior to debugfs 16 years ago
Luis R. Rodriguez 7976b4263c ath9k_hw: add AR9271 srev and device ID to allow hw to support ar9271 16 years ago
Luis R. Rodriguez 3ca340381a ath9k_hw: print device ID if not supported 16 years ago
Luis R. Rodriguez 7322fd1929 ath9k: move hw code to its own module 16 years ago
Senthil Balasubramanian ebb90cfc32 ath9k: Advertise midband for AR5416 devices 16 years ago
Senthil Balasubramanian 63a75b912b ath9k: Reduce PLL Settle time and eliminate redundant PLL calls. 16 years ago
Senthil Balasubramanian 1d50a69b18 ath9k: Handle ATH9K_BEACON_RESET_TSF properly 16 years ago
Sujith 4921be8058 ath9k: Fix RTC reset for AR5416 16 years ago
Sujith 193cd4585e ath9k: Update INI release for AR9287 16 years ago
Luis R. Rodriguez cfe8cba982 ath9k: clarify what hw code is and remove ath9k.h from a few files 16 years ago
Luis R. Rodriguez 9680e8a391 ath9k: remove driver ASSERT, just use BUG_ON() 16 years ago
Luis R. Rodriguez 25c56eec92 ath9k: remove ath9k_ht_macmode 16 years ago
Luis R. Rodriguez 6420014ca4 ath9k: remove ath9k 25 MHz HT40 spacing stuff 16 years ago
Luis R. Rodriguez 43c2761364 atheros: move tx/rx chainmask to ath_common 16 years ago
Luis R. Rodriguez c46917bb53 atheros: add common debug printing 16 years ago
Luis R. Rodriguez cd9bf68960 ath9k: separate core driver and hw timer code 16 years ago
Luis R. Rodriguez b002a4a950 atheros: add ieee80211_hw to ath_common 16 years ago
Luis R. Rodriguez 13b8155920 atheros: define shared bssidmask setting 16 years ago
Luis R. Rodriguez 9e4bffd233 atheros/ath9k: add common read/write ops and port ath9k to use it 16 years ago
Luis R. Rodriguez 867633f026 ath9k: Define bus agnostic bluetooth coex prep helper 16 years ago
Luis R. Rodriguez 1510718d0f atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to common 16 years ago
Luis R. Rodriguez 3453ad8839 ath9k: use ath9k_hw_write_associd() on reset 16 years ago
Luis R. Rodriguez 7664072b79 ath9k: Use ath9k_hw_setbssidmask() on reset 16 years ago
Luis R. Rodriguez f2b2143e60 ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hw 16 years ago
Luis R. Rodriguez 9ecdef4be8 ath9k: rename driver core and hw power save helpers 16 years ago
Luis R. Rodriguez 8c77a5694c ath9k: move ath9k_hw_setpower() to main.c 16 years ago
Luis R. Rodriguez 1adc93c832 ath9k: avoid usage of ath9k_hw_setpower() on hw.c 16 years ago
Luis R. Rodriguez a91d75aec1 ath9k: move ath9k_ps_wakeup() and ath9k_ps_restore() to main.c 16 years ago
Luis R. Rodriguez 21526d57ad ath9k: move ps helpers onto core driver when reseting tsf 16 years ago
Luis R. Rodriguez a36cfbca21 ath9k: rename ath_btcoex_supported() to ath9k_hw_btcoex_supported() 16 years ago
Luis R. Rodriguez 766ec4a9a8 ath9k: rename ath_btcoex_info to ath_btcoex_hw 16 years ago
Luis R. Rodriguez 46289e1e5f ath9k: rename btcoex_scheme to just scheme 16 years ago
Luis R. Rodriguez 8c1b39547e ath9k: replaces SC_OP_BTCOEX_ENABLED with a bool 16 years ago