summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/eeprom.h
diff options
context:
space:
mode:
authorSenthil Balasubramanian2009-09-18 11:37:33 +0200
committerJohn W. Linville2009-10-07 22:39:40 +0200
commitebb90cfc32f0d7ee55be7787ce7d88e521e9ed01 (patch)
treebb8d6ee96ade93630ba01c5787dfebb4176eb28e /drivers/net/wireless/ath/ath9k/eeprom.h
parentath9k: Reduce PLL Settle time and eliminate redundant PLL calls. (diff)
downloadkernel-qcow2-linux-ebb90cfc32f0d7ee55be7787ce7d88e521e9ed01.tar.gz
kernel-qcow2-linux-ebb90cfc32f0d7ee55be7787ce7d88e521e9ed01.tar.xz
kernel-qcow2-linux-ebb90cfc32f0d7ee55be7787ce7d88e521e9ed01.zip
ath9k: Advertise midband for AR5416 devices
This has to be done if the EEPROM supports FCC Midband capability. Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/eeprom.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/eeprom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/eeprom.h b/drivers/net/wireless/ath/ath9k/eeprom.h
index 8463ba09c12c..33492741735d 100644
--- a/drivers/net/wireless/ath/ath9k/eeprom.h
+++ b/drivers/net/wireless/ath/ath9k/eeprom.h
@@ -639,6 +639,7 @@ struct ar9287_eeprom {
} __packed;
enum reg_ext_bitmap {
+ REG_EXT_FCC_MIDBAND = 0,
REG_EXT_JAPAN_MIDBAND = 1,
REG_EXT_FCC_DFS_HT40 = 2,
REG_EXT_JAPAN_NONDFS_HT40 = 3,