Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c0764fd authored by Sooraj S's avatar Sooraj S 👽 Committed by ssizon
Browse files

FP3: prima: Update OUI for WiFi fallback MAC address

Existing OUI in fallback is not from Fairphone 3. This is corrected with this change, now using a Fairphone 3 OUI.

This will only affect the Fallback Mac address generated by the serial number of the device.
parent a359f917
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13052,6 +13052,9 @@ static int hdd_generate_iface_mac_addr_auto(hdd_context_t *pHddCtx,
   int i;
   unsigned int serialno;
   serialno = wcnss_get_serial_number();
   mac_addr.bytes[0] = 0x84;
   mac_addr.bytes[1] = 0xcf;
   mac_addr.bytes[2] = 0xbf;
   if (0 != serialno)
   {