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