diff options
Diffstat (limited to 'drivers/net/wireless/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath9k/ath9k.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/ath9k/ath9k.h b/drivers/net/wireless/ath9k/ath9k.h index 587c0fed9f8f..9976406f6d63 100644 --- a/drivers/net/wireless/ath9k/ath9k.h +++ b/drivers/net/wireless/ath9k/ath9k.h | |||
@@ -679,11 +679,6 @@ struct ath9k_ht_cwm { | |||
679 | enum ath9k_ht_extprotspacing ht_extprotspacing; | 679 | enum ath9k_ht_extprotspacing ht_extprotspacing; |
680 | }; | 680 | }; |
681 | 681 | ||
682 | enum hal_freq_band { | ||
683 | HAL_FREQ_BAND_5GHZ = 0, | ||
684 | HAL_FREQ_BAND_2GHZ = 1, | ||
685 | }; | ||
686 | |||
687 | enum ath9k_ani_cmd { | 682 | enum ath9k_ani_cmd { |
688 | ATH9K_ANI_PRESENT = 0x1, | 683 | ATH9K_ANI_PRESENT = 0x1, |
689 | ATH9K_ANI_NOISE_IMMUNITY_LEVEL = 0x2, | 684 | ATH9K_ANI_NOISE_IMMUNITY_LEVEL = 0x2, |