diff options
author | Bartosz Markowski <bartosz.markowski@tieto.com> | 2013-08-07 09:17:46 -0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2013-08-12 10:21:39 -0400 |
commit | 4e72b232a47fa773c49c4e63634df18be5ba3bb3 (patch) | |
tree | fb8c6e342ddf1aeebb1c7775f1918ccbc79ecf58 /drivers/net | |
parent | 57a8930aecb641b7cfabd199c2c998b13894ba74 (diff) |
ath10k: update supported FW build version
The latest supported and available FW build is 1.0.0.636.
Reflect this in ath10k code.
Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/hw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/hw.h b/drivers/net/wireless/ath/ath10k/hw.h index 373c2eff56f3..98687059ad9e 100644 --- a/drivers/net/wireless/ath/ath10k/hw.h +++ b/drivers/net/wireless/ath/ath10k/hw.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #define SUPPORTED_FW_MAJOR 1 | 24 | #define SUPPORTED_FW_MAJOR 1 |
25 | #define SUPPORTED_FW_MINOR 0 | 25 | #define SUPPORTED_FW_MINOR 0 |
26 | #define SUPPORTED_FW_RELEASE 0 | 26 | #define SUPPORTED_FW_RELEASE 0 |
27 | #define SUPPORTED_FW_BUILD 629 | 27 | #define SUPPORTED_FW_BUILD 636 |
28 | 28 | ||
29 | /* QCA988X 2.0 definitions */ | 29 | /* QCA988X 2.0 definitions */ |
30 | #define QCA988X_HW_2_0_VERSION 0x4100016c | 30 | #define QCA988X_HW_2_0_VERSION 0x4100016c |