linux_old1/drivers/net/wireless/ath/ath9k
Felix Fietkau 4ed15762dc ath9k_hw: clean up station beacon timer API
Remove unused fields, pass timer info in usec instead of TU.
Preparation for fixing nexttbtt calculation

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2013-12-18 15:23:32 -05:00
..
Kconfig ath9k: Add a config option for WoW 2013-12-02 14:24:53 -05:00
Makefile ath9k: Use CONFIG_ATH9K_WOW 2013-12-02 14:24:54 -05:00
ahb.c wireless: ath9k: use dev_get_platdata() 2013-09-26 15:13:38 -04:00
ani.c ath9k_hw: remove direct accesses to channel mode flags 2013-10-14 13:39:58 -04:00
ani.h ath9k: Remove unused ANI commands 2013-08-28 13:58:27 -04:00
antenna.c ath9k: add support for reporting per-chain signal strength 2013-12-18 15:23:19 -05:00
ar955x_1p0_initvals.h ath9k: Remove AR955x INI duplicates 2013-12-09 15:37:57 -05:00
ar5008_initvals.h ath9k: fix column header comments for some initval arrays 2013-01-07 15:16:53 -05:00
ar5008_phy.c ath9k_hw: remove references to hw->conf 2013-10-14 13:39:59 -04:00
ar9001_initvals.h ath9k: fix column header comments for some initval arrays 2013-01-07 15:16:53 -05:00
ar9002_calib.c ath9k_hw: remove IS_CHAN_B() 2013-10-14 13:39:58 -04:00
ar9002_hw.c ath9k_hw: remove ah->config.pcie_clock_req 2013-12-18 15:23:26 -05:00
ar9002_initvals.h ath9k: Enable WoW only for AR9462 2013-06-03 15:55:46 -04:00
ar9002_mac.c
ar9002_phy.c ath9k_hw: simplify spur channel handling 2013-12-18 15:23:27 -05:00
ar9002_phy.h ath9k: Program HW for WB195 diversity 2013-08-05 14:52:43 -04:00
ar9003_2p2_initvals.h ath9k: Update high power gain table for AR9300 2013-12-09 15:37:59 -05:00
ar9003_buffalo_initvals.h ath9k: Use a separate TX gain table for WZR-HP-G450H 2013-12-09 15:37:58 -05:00
ar9003_calib.c ath9k: Enable manual peak calibration for AR9331 v1.1 2013-12-09 15:38:01 -05:00
ar9003_eeprom.c ath9k: Apply tuning caps for AR9330 and AR9485 2013-12-09 15:38:02 -05:00
ar9003_eeprom.h ath9k: Bypass EEPROM for diversity cap for AR9565 2013-09-26 15:13:27 -04:00
ar9003_hw.c ath9k: Use a separate TX gain table for WZR-HP-G450H 2013-12-09 15:37:58 -05:00
ar9003_mac.c ath9k: add support for reporting per-chain signal strength 2013-12-18 15:23:19 -05:00
ar9003_mac.h
ar9003_mci.c ath9k: Use bitops for calibration flags 2013-09-26 15:13:47 -04:00
ar9003_mci.h ath9k: Add new BT profile info A2DP_Voice 2012-10-29 15:19:30 -04:00
ar9003_paprd.c ath9k_hw: fix PA predistortion miscalibration 2013-05-29 15:22:42 -04:00
ar9003_phy.c ath9k: Initialize baseband for DFS channels 2013-12-09 15:37:56 -05:00
ar9003_phy.h ath9k: Fix regulatory compliance 2013-12-09 15:38:00 -05:00
ar9003_rtt.c ath9k: Fix PeakDetect calibration for AR9462 2013-09-26 15:13:47 -04:00
ar9003_rtt.h
ar9003_wow.c ath9k: Fix wow.c compilation 2013-12-02 14:24:53 -05:00
ar9330_1p1_initvals.h ath9k: Update AR9331 v1.1 initvals 2013-12-09 15:37:57 -05:00
ar9330_1p2_initvals.h ath9k: Update AR9331 v1.2 initvals 2013-12-09 15:37:58 -05:00
ar9340_initvals.h ath9k: Add initval arrays for DFS channels 2013-12-09 15:37:56 -05:00
ar9462_2p0_initvals.h ath9k: Identify duplicate AR9462 v2.0 initvals 2013-12-09 15:37:59 -05:00
ar9462_2p1_initvals.h ath9k: Remove duplicate initvals for AR9462 v2.1 2013-12-02 14:25:02 -05:00
ar9485_initvals.h ath9k: Identify duplicate AR9485 initvals 2013-12-09 15:37:59 -05:00
ar9565_1p0_initvals.h ath9k: Identify duplicate AR9565 v1.0 initvals 2013-12-09 15:38:00 -05:00
ar9565_1p1_initvals.h ath9k: Add initvals for AR9565 1.1 2013-12-02 14:25:01 -05:00
ar9580_1p0_initvals.h ath9k: Add initval arrays for DFS channels 2013-12-09 15:37:56 -05:00
ath9k.h ath9k_hw: use a software timer for btcoex no_stomp_timer 2013-12-18 15:23:21 -05:00
beacon.c ath9k_hw: clean up station beacon timer API 2013-12-18 15:23:32 -05:00
btcoex.c ath9k_hw: clean up generic timer code 2013-12-18 15:23:22 -05:00
btcoex.h ath9k: stomp audio profiles on weak signal strength 2012-11-21 14:16:01 -05:00
calib.c ath9k: add noise floor parameter to ath9k_hw_getchan_noise 2013-10-18 14:03:53 -04:00
calib.h ath9k: add noise floor parameter to ath9k_hw_getchan_noise 2013-10-18 14:03:53 -04:00
common.c ath9k_common: get rid of an unnecessary variable 2013-12-18 15:23:17 -05:00
common.h ath9k: make ath9k_cmn_update_ichannel static 2013-10-14 13:39:59 -04:00
debug.c ath9k: Fix TX99 config option usage 2013-12-02 14:24:53 -05:00
debug.h ath9k: replace snprintf() with scnprintf() 2013-09-26 15:13:35 -04:00
dfs.c ath9k: add support for reporting per-chain signal strength 2013-12-18 15:23:19 -05:00
dfs.h ath9k/ath: move dfs pattern detector to ath 2013-10-18 14:03:54 -04:00
dfs_debug.c ath9k: dfs_debug fix possible NULL dereference 2013-11-11 14:42:43 -05:00
dfs_debug.h ath9k: dfs move ath_dfs_pool_stats 2013-10-18 14:03:54 -04:00
eeprom.c ath9k: allow to load EEPROM content via firmware API 2012-12-10 15:49:57 -05:00
eeprom.h ath9k: use 'struct ath_hw *' as the first argument for 'ath9k_hw_nvram_read' 2012-12-10 15:49:56 -05:00
eeprom_4k.c ath9k_hw: simplify spur channel handling 2013-12-18 15:23:27 -05:00
eeprom_9287.c ath9k_hw: simplify spur channel handling 2013-12-18 15:23:27 -05:00
eeprom_def.c ath9k_hw: simplify spur channel handling 2013-12-18 15:23:27 -05:00
gpio.c ath9k_hw: clean up generic timer code 2013-12-18 15:23:22 -05:00
hif_usb.c ath9k_htc: do not use bulk on EP3 and EP4 2013-08-15 16:08:00 -04:00
hif_usb.h wireless: ath9k-htc: only load firmware in need 2012-09-07 15:03:36 -04:00
htc.h ath9k_htc: reconfigure led_gpios after resume 2013-12-18 15:23:02 -05:00
htc_drv_beacon.c ath9k_hw: clean up station beacon timer API 2013-12-18 15:23:32 -05:00
htc_drv_debug.c ath9k: replace snprintf() with scnprintf() 2013-09-26 15:13:35 -04:00
htc_drv_gpio.c ath9k_htc: reconfigure led_gpios after resume 2013-12-18 15:23:02 -05:00
htc_drv_init.c ath9k_htc: reconfigure led_gpios after resume 2013-12-18 15:23:02 -05:00
htc_drv_main.c ath9k: make ath9k_cmn_update_ichannel static 2013-10-14 13:39:59 -04:00
htc_drv_txrx.c ath9k_htc: Restore skb headroom when returning skb to mac80211 2013-08-22 14:21:03 -04:00
htc_hst.c ath9k_htc: Fix memory leak 2013-01-11 14:12:01 -05:00
htc_hst.h
hw-ops.h ath9k: add TX99 support 2013-10-18 14:06:56 -04:00
hw.c ath9k_hw: clean up station beacon timer API 2013-12-18 15:23:32 -05:00
hw.h ath9k_hw: clean up station beacon timer API 2013-12-18 15:23:32 -05:00
init.c ath9k: Use a separate TX gain table for WZR-HP-G450H 2013-12-09 15:37:58 -05:00
link.c ath9k: add TX99 support 2013-10-18 14:06:56 -04:00
mac.c ath9k_hw: remove additional_swba_backoff 2013-12-18 15:23:29 -05:00
mac.h ath9k: add support for reporting per-chain signal strength 2013-12-18 15:23:19 -05:00
main.c ath9k_hw: clean up generic timer code 2013-12-18 15:23:22 -05:00
mci.c ath9k_hw: use a software timer for btcoex no_stomp_timer 2013-12-18 15:23:21 -05:00
mci.h ath9k: Add new BT profile info A2DP_Voice 2012-10-29 15:19:30 -04:00
pci.c ath9k: Identify Killer Wireless cards 2013-12-02 14:24:52 -05:00
phy.h ath9k: Fix diversity combining for AR9285 2013-07-24 11:02:39 -04:00
rc.c ath9k: replace snprintf() with scnprintf() 2013-09-26 15:13:35 -04:00
rc.h ath9k: Use minstrel rate control by default 2013-06-12 10:20:58 -04:00
recv.c ath9k: add support for reporting per-chain signal strength 2013-12-18 15:23:19 -05:00
reg.h ath9k: Remove AR9330 v1.0 macro as it's not supported 2013-12-09 15:38:01 -05:00
tx99.c ath9k: initialize retry chain flags in tx99 code 2013-12-11 10:56:22 -05:00
wmi.c
wmi.h ath9k: mark wmi_event_swba as __packed 2013-09-26 15:13:48 -04:00
wow.c ath9k: Add an initialization routine for WoW 2013-12-02 14:24:54 -05:00
xmit.c ath9k: optimize ath_drain_all_txq 2013-12-02 14:24:59 -05:00