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:
parent
865f88c803
commit
80db01f3bf
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue