diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-09-09 17:31:24 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-07 16:39:21 -0400 |
commit | 05a0b3c9200f4677097937efe634204044c4b4dc (patch) | |
tree | ab456f26ecc68eff98810e1a36ab6bbf7be18fc9 /drivers/net | |
parent | e08a6ace7db089dc111c6d0abe9278226c39b7b0 (diff) |
ath9k: remove unused bt_duty_cycle
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/btcoex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/btcoex.h b/drivers/net/wireless/ath/ath9k/btcoex.h index d932f01f7731..72c613d9c53d 100644 --- a/drivers/net/wireless/ath/ath9k/btcoex.h +++ b/drivers/net/wireless/ath/ath9k/btcoex.h | |||
@@ -61,7 +61,6 @@ struct ath_btcoex_info { | |||
61 | u8 wlanactive_gpio; | 61 | u8 wlanactive_gpio; |
62 | u8 btactive_gpio; | 62 | u8 btactive_gpio; |
63 | u8 btpriority_gpio; | 63 | u8 btpriority_gpio; |
64 | u8 bt_duty_cycle; /* BT duty cycle in percentage */ | ||
65 | u32 bt_coex_mode; /* Register setting for AR_BT_COEX_MODE */ | 64 | u32 bt_coex_mode; /* Register setting for AR_BT_COEX_MODE */ |
66 | u32 bt_coex_weights; /* Register setting for AR_BT_COEX_WEIGHT */ | 65 | u32 bt_coex_weights; /* Register setting for AR_BT_COEX_WEIGHT */ |
67 | u32 bt_coex_mode2; /* Register setting for AR_BT_COEX_MODE2 */ | 66 | u32 bt_coex_mode2; /* Register setting for AR_BT_COEX_MODE2 */ |