2013-05-10 07:34:22

by Luciano Coelho

[permalink] [raw]
Subject: [PATCH] wl12xx: fix minimum required firmware version for wl127x multirole

There was a typo in commit 8675f9 (wlcore/wl12xx/wl18xx: verify
multi-role and single-role fw versions), which was causing the
multirole firmware for wl127x (WiLink6) to be rejected. The actual
minimum version needed for wl127x multirole is 6.5.7.0.42.

Reported-by: Levi Pearson <[email protected]>
Reported-by: Michael Scott <[email protected]>
Cc: [email protected] # 3.9+
Signed-off-by: Luciano Coelho <[email protected]>
---
drivers/net/wireless/ti/wl12xx/wl12xx.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ti/wl12xx/wl12xx.h b/drivers/net/wireless/ti/wl12xx/wl12xx.h
index 222d035..139da4d 100644
--- a/drivers/net/wireless/ti/wl12xx/wl12xx.h
+++ b/drivers/net/wireless/ti/wl12xx/wl12xx.h
@@ -41,7 +41,7 @@
#define WL127X_IFTYPE_MR_VER 5
#define WL127X_MAJOR_MR_VER 7
#define WL127X_SUBTYPE_MR_VER WLCORE_FW_VER_IGNORE
-#define WL127X_MINOR_MR_VER 115
+#define WL127X_MINOR_MR_VER 42

/* FW chip version for wl128x */
#define WL128X_CHIP_VER 7
--
1.7.10.4



2013-06-17 09:06:01

by Luciano Coelho

[permalink] [raw]
Subject: Re: [PATCH] wl12xx: fix minimum required firmware version for wl127x multirole

On Fri, 2013-05-10 at 10:32 +0300, Luciano Coelho wrote:
> There was a typo in commit 8675f9 (wlcore/wl12xx/wl18xx: verify
> multi-role and single-role fw versions), which was causing the
> multirole firmware for wl127x (WiLink6) to be rejected. The actual
> minimum version needed for wl127x multirole is 6.5.7.0.42.
>
> Reported-by: Levi Pearson <[email protected]>
> Reported-by: Michael Scott <[email protected]>
> Cc: [email protected] # 3.9+
> Signed-off-by: Luciano Coelho <[email protected]>
> ---

This patch has been pushed up and applied in v3.11-rc6.

--
Luca.