diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-09-14 02:04:44 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-07 16:39:29 -0400 |
commit | 25c56eec92b15fdec5be96fa1303dac3443200ae (patch) | |
tree | 950fa4d2d0afcc6499de218a84a9e3b4da9c71d7 /drivers/net/wireless/ath/ath9k/mac.h | |
parent | 6420014ca4a6b0e853c9a19a8649d93682a5bdac (diff) |
ath9k: remove ath9k_ht_macmode
This is used just to determine how to program the MAC,
either for 20 MHz operation of 40 MHz so just use conf_is_ht40()
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/mac.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/mac.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mac.h b/drivers/net/wireless/ath/ath9k/mac.h index 767256dccb46..9ab343151be4 100644 --- a/drivers/net/wireless/ath/ath9k/mac.h +++ b/drivers/net/wireless/ath/ath9k/mac.h | |||
@@ -614,11 +614,6 @@ enum ath9k_cipher { | |||
614 | ATH9K_CIPHER_MIC = 127 | 614 | ATH9K_CIPHER_MIC = 127 |
615 | }; | 615 | }; |
616 | 616 | ||
617 | enum ath9k_ht_macmode { | ||
618 | ATH9K_HT_MACMODE_20 = 0, | ||
619 | ATH9K_HT_MACMODE_2040 = 1, | ||
620 | }; | ||
621 | |||
622 | struct ath_hw; | 617 | struct ath_hw; |
623 | struct ath9k_channel; | 618 | struct ath9k_channel; |
624 | struct ath_rate_table; | 619 | struct ath_rate_table; |