diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2008-08-07 10:53:39 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-07 09:49:44 -0400 |
commit | 06df8bea27e9d6fe4657e8ca0557ab7515695f00 (patch) | |
tree | e4e4a4c8c94fdf7c4a8441b7ec1afcf77b95136e /drivers/net/wireless/ath9k/ath9k.h | |
parent | ea9880fb059e0e95d651eab6029f58e7c81b8602 (diff) | |
download | op-kernel-dev-06df8bea27e9d6fe4657e8ca0557ab7515695f00.zip op-kernel-dev-06df8bea27e9d6fe4657e8ca0557ab7515695f00.tar.gz |
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.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 587c0fe..9976406 100644 --- a/drivers/net/wireless/ath9k/ath9k.h +++ b/drivers/net/wireless/ath9k/ath9k.h @@ -679,11 +679,6 @@ struct ath9k_ht_cwm { enum ath9k_ht_extprotspacing ht_extprotspacing; }; -enum hal_freq_band { - HAL_FREQ_BAND_5GHZ = 0, - HAL_FREQ_BAND_2GHZ = 1, -}; - enum ath9k_ani_cmd { ATH9K_ANI_PRESENT = 0x1, ATH9K_ANI_NOISE_IMMUNITY_LEVEL = 0x2, |