Skip to content

Commit 166e1a2

Browse files
krish2718rlubos
authored andcommitted
modules: wfa-qt: Fix the interface name
Upstream hostap uses generic "wlan0" as interface name. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 815e14d commit 166e1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/wfa-qt/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ config WFA_QT_REBOOT_TIMEOUT_MS
3030

3131
config WFA_QT_DEFAULT_INTERFACE
3232
string "Default Wi-Fi interface"
33-
default "nordic_wlan0"
33+
default "wlan0"
3434
help
3535
Set the default Wi-Fi interface.
3636

0 commit comments

Comments
 (0)