diff options
author | Senthil Balasubramanian <senthilkumar@atheros.com> | 2009-09-18 15:07:33 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-07 16:39:40 -0400 |
commit | ebb90cfc32f0d7ee55be7787ce7d88e521e9ed01 (patch) | |
tree | bb8d6ee96ade93630ba01c5787dfebb4176eb28e /drivers/net/wireless/ath/ath9k/eeprom.h | |
parent | 63a75b912b00fbafeb54849ca3bcd0295ad68609 (diff) | |
download | blackbird-op-linux-ebb90cfc32f0d7ee55be7787ce7d88e521e9ed01.tar.gz blackbird-op-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.h | 1 |
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, |