diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2010-06-02 15:53:34 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-04 16:00:39 -0400 |
commit | b176286276f85e10e8ab3342730c5e39e1ce460b (patch) | |
tree | 0105bb2417902dc2d7a109bf7b66697725f65ab0 /drivers/net/wireless/ath/ath9k/hif_usb.h | |
parent | cbba8cd101c1230284ee46629c841481f7c34b68 (diff) | |
download | op-kernel-dev-b176286276f85e10e8ab3342730c5e39e1ce460b.zip op-kernel-dev-b176286276f85e10e8ab3342730c5e39e1ce460b.tar.gz |
ath9k_htc: Add support for AR7010
Add the USB device IDs for AR7010 and handle
firmware loading properly.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hif_usb.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hif_usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hif_usb.h b/drivers/net/wireless/ath/ath9k/hif_usb.h index b2647e8..2daf97b 100644 --- a/drivers/net/wireless/ath/ath9k/hif_usb.h +++ b/drivers/net/wireless/ath/ath9k/hif_usb.h @@ -19,6 +19,7 @@ #define AR9271_FIRMWARE 0x501000 #define AR9271_FIRMWARE_TEXT 0x903000 +#define AR7010_FIRMWARE_TEXT 0x906000 #define FIRMWARE_DOWNLOAD 0x30 #define FIRMWARE_DOWNLOAD_COMP 0x31 |