diff options
author | Rajkumar Manoharan <rmanohar@qca.qualcomm.com> | 2011-08-13 00:58:14 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-24 13:59:45 -0400 |
commit | d77bf3eb5160c1356d7d7620b7d2fbe28e5e6257 (patch) | |
tree | e20f0a029e8961a7b9cfff482617d2f5583f6868 /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | 56266bff6df685d9c26d08904ae1d43bad162539 (diff) |
ath9k: Remove SC_OP_ENABLE_APM
Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index c03949eb37c8..4b08a3d3195d 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -558,8 +558,7 @@ struct ath_ant_comb { | |||
558 | #define SC_OP_BT_PRIORITY_DETECTED BIT(12) | 558 | #define SC_OP_BT_PRIORITY_DETECTED BIT(12) |
559 | #define SC_OP_BT_SCAN BIT(13) | 559 | #define SC_OP_BT_SCAN BIT(13) |
560 | #define SC_OP_ANI_RUN BIT(14) | 560 | #define SC_OP_ANI_RUN BIT(14) |
561 | #define SC_OP_ENABLE_APM BIT(15) | 561 | #define SC_OP_PRIM_STA_VIF BIT(15) |
562 | #define SC_OP_PRIM_STA_VIF BIT(16) | ||
563 | 562 | ||
564 | /* Powersave flags */ | 563 | /* Powersave flags */ |
565 | #define PS_WAIT_FOR_BEACON BIT(0) | 564 | #define PS_WAIT_FOR_BEACON BIT(0) |