diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-03-01 21:15:49 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-03-17 13:13:06 -0400 |
commit | 92c3f7ef2c59de5c6b58504d330a59f8e8d78e88 (patch) | |
tree | e12d62c3fe3b04870f33c6cd54c094b8cac20496 /drivers/net/wireless/ath/ath9k/htc.h | |
parent | eefa01ddd57893c7f4482024029fec323c8e1b89 (diff) | |
download | op-kernel-dev-92c3f7ef2c59de5c6b58504d330a59f8e8d78e88.zip op-kernel-dev-92c3f7ef2c59de5c6b58504d330a59f8e8d78e88.tar.gz |
ath9k_htc: use common->op_flags
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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h index d5a1088..707c5b4 100644 --- a/drivers/net/wireless/ath/ath9k/htc.h +++ b/drivers/net/wireless/ath/ath9k/htc.h @@ -437,11 +437,8 @@ static inline void ath9k_htc_stop_btcoex(struct ath9k_htc_priv *priv) } #endif /* CONFIG_ATH9K_BTCOEX_SUPPORT */ -#define OP_INVALID BIT(0) -#define OP_SCANNING BIT(1) #define OP_BT_PRIORITY_DETECTED BIT(3) #define OP_BT_SCAN BIT(4) -#define OP_ANI_RUNNING BIT(5) #define OP_TSF_RESET BIT(6) struct ath9k_htc_priv { |