Commit 80db01f3 authored by Chaitanya Tata's avatar Chaitanya Tata Committed by Anas Nashif
Browse files

drivers: nrfwifi: Fix random MAC address setting



Random MAC address setting can never be configured as the two defaults
cover all cases. Fix the defaults, now the order is

* Fixed
* OTP (default, in case of no config)
* Random

Signed-off-by: default avatarChaitanya Tata <Chaitanya.Tata@nordicsemi.no>
parent 865f88c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -496,8 +496,8 @@ config WIFI_FIXED_MAC_ADDRESS

choice
	prompt "Wi-Fi MAC address type"
	default WIFI_OTP_MAC_ADDRESS if WIFI_FIXED_MAC_ADDRESS = ""
	default WIFI_FIXED_MAC_ADDRESS_ENABLED if WIFI_FIXED_MAC_ADDRESS != ""
	default WIFI_OTP_MAC_ADDRESS
	help
	  Select the type of MAC address to be used by the Wi-Fi driver