diff options
author | Sujith Manoharan <Sujith.Manoharan@atheros.com> | 2011-05-17 11:11:20 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-05-19 21:53:59 +0400 |
commit | c75197a779b6f5ee4c5b859423a0d5257475ebee (patch) | |
tree | 0fb1835c469cfe606f1f768667a291162902f8ca /drivers/net/wireless/ath/ath9k/hif_usb.h | |
parent | 20ba2861b09ae942398eda6d2dc0bf1019a97ddb (diff) | |
download | linux-c75197a779b6f5ee4c5b859423a0d5257475ebee.tar.xz |
ath9k_htc: Fix mode selection
Remove all the unsupported modes like FH, TURBO etc.
Since this requires a FW update, increase the fw version to 1.3
Signed-off-by: Sujith Manoharan <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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hif_usb.h b/drivers/net/wireless/ath/ath9k/hif_usb.h index 2bdcdbc14b1e..0d6ff79aac73 100644 --- a/drivers/net/wireless/ath/ath9k/hif_usb.h +++ b/drivers/net/wireless/ath/ath9k/hif_usb.h @@ -18,7 +18,7 @@ #define HTC_USB_H #define MAJOR_VERSION_REQ 1 -#define MINOR_VERSION_REQ 2 +#define MINOR_VERSION_REQ 3 #define IS_AR7010_DEVICE(_v) (((_v) == AR9280_USB) || ((_v) == AR9287_USB)) |