diff options
author | Senthil Balasubramanian <senthilkumar@atheros.com> | 2009-09-18 05:37:33 -0400 |
---|---|---|
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) |
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 { | |||
639 | } __packed; | 639 | } __packed; |
640 | 640 | ||
641 | enum reg_ext_bitmap { | 641 | enum reg_ext_bitmap { |
642 | REG_EXT_FCC_MIDBAND = 0, | ||
642 | REG_EXT_JAPAN_MIDBAND = 1, | 643 | REG_EXT_JAPAN_MIDBAND = 1, |
643 | REG_EXT_FCC_DFS_HT40 = 2, | 644 | REG_EXT_FCC_DFS_HT40 = 2, |
644 | REG_EXT_JAPAN_NONDFS_HT40 = 3, | 645 | REG_EXT_JAPAN_NONDFS_HT40 = 3, |