aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/ath9k.h
diff options
context:
space:
mode:
authorSujith <Sujith.Manoharan@atheros.com>2008-08-07 01:23:39 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-08-07 09:49:44 -0400
commit06df8bea27e9d6fe4657e8ca0557ab7515695f00 (patch)
treee4e4a4c8c94fdf7c4a8441b7ec1afcf77b95136e /drivers/net/wireless/ath9k/ath9k.h
parentea9880fb059e0e95d651eab6029f58e7c81b8602 (diff)
ath9k: Use mac80211's band macros and remove enum hal_freq_band
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/ath9k.h')
-rw-r--r--drivers/net/wireless/ath9k/ath9k.h5
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
682enum hal_freq_band {
683 HAL_FREQ_BAND_5GHZ = 0,
684 HAL_FREQ_BAND_2GHZ = 1,
685};
686
687enum ath9k_ani_cmd { 682enum 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,