diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-11-20 09:16:22 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-11-26 09:47:41 -0500 |
commit | 1048643ea94d742bd409f343e284af430656fd6c (patch) | |
tree | 90e6231e39deffa3c1b8263facb6f45ebf1ee606 /drivers/net/wireless/ath5k/ath5k.h | |
parent | 7ac47010a444d9f4285cf1ae06780633a112489b (diff) |
ath5k: Clean up eeprom parsing and add missing calibration data
This patch brings the ath5k eeprom parsing code in sync with the work
done on ath_info by Nick Kossifidis and integrates the missing parts
based on the code of the Atheros Legacy HAL release.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath5k/ath5k.h')
-rw-r--r-- | drivers/net/wireless/ath5k/ath5k.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/ath5k/ath5k.h b/drivers/net/wireless/ath5k/ath5k.h index a725bb94a52d..5ee2dd1814c2 100644 --- a/drivers/net/wireless/ath5k/ath5k.h +++ b/drivers/net/wireless/ath5k/ath5k.h | |||
@@ -821,13 +821,6 @@ struct ath5k_athchan_2ghz { | |||
821 | return (false); \ | 821 | return (false); \ |
822 | } while (0) | 822 | } while (0) |
823 | 823 | ||
824 | enum ath5k_ant_setting { | ||
825 | AR5K_ANT_VARIABLE = 0, /* variable by programming */ | ||
826 | AR5K_ANT_FIXED_A = 1, /* fixed to 11a frequencies */ | ||
827 | AR5K_ANT_FIXED_B = 2, /* fixed to 11b frequencies */ | ||
828 | AR5K_ANT_MAX = 3, | ||
829 | }; | ||
830 | |||
831 | /* | 824 | /* |
832 | * Hardware interrupt abstraction | 825 | * Hardware interrupt abstraction |
833 | */ | 826 | */ |