diff options
author | Mohammed Shafi Shajakhan <mshajakhan@atheros.com> | 2011-05-26 10:56:15 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-06-01 15:36:29 -0400 |
commit | 05c0be2f7f10404e5b3bc4105f9206096e9b8767 (patch) | |
tree | c9753e6c2720688a68ac15778345d27e3945d33e /drivers/net/wireless/ath/ath.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/ath.h')
-rw-r--r-- | drivers/net/wireless/ath/ath.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/ath.h index 7cf4317a2a8..17c4b56c387 100644 --- a/drivers/net/wireless/ath/ath.h +++ b/drivers/net/wireless/ath/ath.h @@ -161,6 +161,7 @@ struct ath_common { const struct ath_bus_ops *bus_ops; bool btcoex_enabled; + bool disable_ani; }; struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, |