[PATCH 3/3] Use Airgo OUI on randomized fallback address

Olof Johansson dev at skyshaper.net
Tue Jun 4 04:35:34 EDT 2013


Use the Airgo oui instead of old Qcom oui for the randomized fallback
address.

Signed-off-by: Olof Johansson <dev at skyshaper.net>
---
 main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.c b/main.c
index 662327e..41e5c2c 100644
--- a/main.c
+++ b/main.c
@@ -696,7 +696,7 @@ static int wcn36xx_read_mac_addresses(struct wcn36xx *wcn)
 	const struct firmware *addr_file = NULL;
 	int status;
 	u8 tmp[18];
-	static const u8 qcom_oui[3] = {0x00, 0xA0, 0xC6};
+	static const u8 qcom_oui[3] = {0x00, 0x0A, 0xF5};
 	static const char *files[1] = {MAC_ADDR_0};
 	int i;

-- 
1.8.2.2



More information about the wcn36xx mailing list