summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath5k/ath5k.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-11-20 15:16:22 +0100
committerJohn W. Linville <linville@tuxdriver.com>2008-11-26 09:47:41 -0500
commit1048643ea94d742bd409f343e284af430656fd6c (patch)
tree90e6231e39deffa3c1b8263facb6f45ebf1ee606 /drivers/net/wireless/ath5k/ath5k.h
parent7ac47010a444d9f4285cf1ae06780633a112489b (diff)
downloadkernel-crypto-1048643ea94d742bd409f343e284af430656fd6c.tar.gz
kernel-crypto-1048643ea94d742bd409f343e284af430656fd6c.tar.xz
kernel-crypto-1048643ea94d742bd409f343e284af430656fd6c.zip
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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/ath5k/ath5k.h b/drivers/net/wireless/ath5k/ath5k.h
index a725bb94a52..5ee2dd1814c 100644
--- a/drivers/net/wireless/ath5k/ath5k.h
+++ b/drivers/net/wireless/ath5k/ath5k.h
@@ -821,13 +821,6 @@ struct ath5k_athchan_2ghz {
return (false); \
} while (0)
-enum ath5k_ant_setting {
- AR5K_ANT_VARIABLE = 0, /* variable by programming */
- AR5K_ANT_FIXED_A = 1, /* fixed to 11a frequencies */
- AR5K_ANT_FIXED_B = 2, /* fixed to 11b frequencies */
- AR5K_ANT_MAX = 3,
-};
-
/*
* Hardware interrupt abstraction
*/