Setting Custom MAC Address

If you would like to configure WiFi MAC address, following the steps to modify driver to get it work.
  1. Add -DGET_CUSTOM_MAC_ENABLE in driver Makefile.
  2. Modify the dhd_wlan_get_mac_addr function in dhd_gpio.c to read your MAC address where located in your system.
  3. Then the WiFi driver will update the firmware MAC address during initialization.