summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc.h
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2014-03-01 21:15:47 +0100
committerJohn W. Linville <linville@tuxdriver.com>2014-03-17 13:13:05 -0400
commit88a4f56ef09d6f38beee79e9abff7cb7f867dc52 (patch)
tree2dee738fd90c54a650b5e429240a12c19e90e086 /drivers/net/wireless/ath/ath9k/htc.h
parenta099874ed9db31e8ac0d8173394e54081d518635 (diff)
downloadlinux-88a4f56ef09d6f38beee79e9abff7cb7f867dc52.tar.gz
linux-88a4f56ef09d6f38beee79e9abff7cb7f867dc52.tar.bz2
linux-88a4f56ef09d6f38beee79e9abff7cb7f867dc52.zip
ath9k_htc: use ath_beacon_conf.enable_beacon
to reduce difference between ath9k and ath9k_htc Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/htc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h
index 69022b08d4d1..d5a10882bd74 100644
--- a/drivers/net/wireless/ath/ath9k/htc.h
+++ b/drivers/net/wireless/ath/ath9k/htc.h
@@ -439,7 +439,6 @@ static inline void ath9k_htc_stop_btcoex(struct ath9k_htc_priv *priv)
#define OP_INVALID BIT(0)
#define OP_SCANNING BIT(1)
-#define OP_ENABLE_BEACON BIT(2)
#define OP_BT_PRIORITY_DETECTED BIT(3)
#define OP_BT_SCAN BIT(4)
#define OP_ANI_RUNNING BIT(5)