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: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
Chaitanya Tata 2024-10-08 21:42:26 +05:30 committed by Anas Nashif
parent 865f88c803
commit 80db01f3bf
1 changed files with 1 additions and 1 deletions

View File

@ -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