diff options
author | Rajkumar Manoharan <rmanoharan@atheros.com> | 2010-08-13 18:36:40 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-08-13 13:46:20 -0400 |
commit | ca6cff1f80f30cc6313a943339361ad6f9e76548 (patch) | |
tree | fdbc896961b96bab7dba33232d4c0dc361e145a2 /drivers/net/wireless/ath/ath9k/eeprom.h | |
parent | fe0dbcc9d2e941328b3269dab102b94ad697ade5 (diff) | |
download | blackbird-op-linux-ca6cff1f80f30cc6313a943339361ad6f9e76548.tar.gz blackbird-op-linux-ca6cff1f80f30cc6313a943339361ad6f9e76548.zip |
ath9k_htc: load proper firmware for device ID 7015
This patch handles the firmware loading properly
for device ID 7015.
Signed-off-by: Rajkumar Manoharan <rmanoharan@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 8750c558c221..7f48df1e2903 100644 --- a/drivers/net/wireless/ath/ath9k/eeprom.h +++ b/drivers/net/wireless/ath/ath9k/eeprom.h @@ -191,6 +191,7 @@ #define AR9287_EEP_NO_BACK_VER AR9287_EEP_MINOR_VER_1 #define AR9287_EEP_START_LOC 128 +#define AR9287_HTC_EEP_START_LOC 256 #define AR9287_NUM_2G_CAL_PIERS 3 #define AR9287_NUM_2G_CCK_TARGET_POWERS 3 #define AR9287_NUM_2G_20_TARGET_POWERS 3 |