diff options
author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | 2010-11-26 15:10:06 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-11-29 21:24:36 +0100 |
commit | 8f5dcb1cfb71ce832f53a4723deba72e6695078b (patch) | |
tree | c21a9589b17fa580ccad768f57b042b2803a5298 /drivers/net/wireless/ath/ath.h | |
parent | mac80211: implement off-channel mgmt TX (diff) | |
download | linux-8f5dcb1cfb71ce832f53a4723deba72e6695078b.tar.xz linux-8f5dcb1cfb71ce832f53a4723deba72e6695078b.zip |
ath9k: Reintroduce modparam to enable btcoex
It is not ideal to enable btcoex based on subsys id as it is
not unique, they are so random. It is also a pain keeping
all of them in a table to enable btcoex for a particular
hw. Going back to the old idea.
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/ath.h index 20ea68c59f7b..26bdbeee424f 100644 --- a/drivers/net/wireless/ath/ath.h +++ b/drivers/net/wireless/ath/ath.h @@ -168,6 +168,8 @@ struct ath_common { struct ath_regulatory regulatory; const struct ath_ops *ops; const struct ath_bus_ops *bus_ops; + + bool btcoex_enabled; }; struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, |