diff options
author | Mohammed Shafi Shajakhan <mshajakhan@atheros.com> | 2011-05-26 01:26:15 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-06-01 15:36:29 -0400 |
commit | 05c0be2f7f10404e5b3bc4105f9206096e9b8767 (patch) | |
tree | c9753e6c2720688a68ac15778345d27e3945d33e /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | 81168e509f06aa205b240c1804ec2b9b5add4772 (diff) |
ath9k: Add a debug entry to start/stop ANI
this helps the user to start/stop ANI dynamically.
Signed-off-by: Mohammed Shafi Shajakhan <mshajakhan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 4cc78449ed9f..3bf1d83ab41f 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -427,6 +427,7 @@ void ath_hw_check(struct work_struct *work); | |||
427 | void ath_hw_pll_work(struct work_struct *work); | 427 | void ath_hw_pll_work(struct work_struct *work); |
428 | void ath_paprd_calibrate(struct work_struct *work); | 428 | void ath_paprd_calibrate(struct work_struct *work); |
429 | void ath_ani_calibrate(unsigned long data); | 429 | void ath_ani_calibrate(unsigned long data); |
430 | void ath_start_ani(struct ath_common *common); | ||
430 | 431 | ||
431 | /**********/ | 432 | /**********/ |
432 | /* BTCOEX */ | 433 | /* BTCOEX */ |