diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/btcoex.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/btcoex.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/wireless/ath/ath9k/btcoex.h b/drivers/net/wireless/ath/ath9k/btcoex.h index b2c3f7669852..d932f01f7731 100644 --- a/drivers/net/wireless/ath/ath9k/btcoex.h +++ b/drivers/net/wireless/ath/ath9k/btcoex.h | |||
@@ -36,13 +36,6 @@ enum ath_btcoex_scheme { | |||
36 | ATH_BTCOEX_CFG_3WIRE, | 36 | ATH_BTCOEX_CFG_3WIRE, |
37 | }; | 37 | }; |
38 | 38 | ||
39 | enum ath_stomp_type { | ||
40 | ATH_BTCOEX_NO_STOMP, | ||
41 | ATH_BTCOEX_STOMP_ALL, | ||
42 | ATH_BTCOEX_STOMP_LOW, | ||
43 | ATH_BTCOEX_STOMP_NONE | ||
44 | }; | ||
45 | |||
46 | enum ath_bt_mode { | 39 | enum ath_bt_mode { |
47 | ATH_BT_COEX_MODE_LEGACY, /* legacy rx_clear mode */ | 40 | ATH_BT_COEX_MODE_LEGACY, /* legacy rx_clear mode */ |
48 | ATH_BT_COEX_MODE_UNSLOTTED, /* untimed/unslotted mode */ | 41 | ATH_BT_COEX_MODE_UNSLOTTED, /* untimed/unslotted mode */ |
@@ -69,7 +62,6 @@ struct ath_btcoex_info { | |||
69 | u8 btactive_gpio; | 62 | u8 btactive_gpio; |
70 | u8 btpriority_gpio; | 63 | u8 btpriority_gpio; |
71 | u8 bt_duty_cycle; /* BT duty cycle in percentage */ | 64 | u8 bt_duty_cycle; /* BT duty cycle in percentage */ |
72 | int bt_stomp_type; /* Types of BT stomping */ | ||
73 | u32 bt_coex_mode; /* Register setting for AR_BT_COEX_MODE */ | 65 | u32 bt_coex_mode; /* Register setting for AR_BT_COEX_MODE */ |
74 | u32 bt_coex_weights; /* Register setting for AR_BT_COEX_WEIGHT */ | 66 | u32 bt_coex_weights; /* Register setting for AR_BT_COEX_WEIGHT */ |
75 | u32 bt_coex_mode2; /* Register setting for AR_BT_COEX_MODE2 */ | 67 | u32 bt_coex_mode2; /* Register setting for AR_BT_COEX_MODE2 */ |