Skip to content
Snippets Groups Projects
Commit 80b6af08 authored by Janusz Dziedzic's avatar Janusz Dziedzic
Browse files

brcm63xx: mac80211.sh: enable radio when add station


We should up radio before we will start
wpa_supplicant. In other case when we have
only one interface - station interface supplicant
could not run scan and could not connect to AP.

This fix issue where:
- we have one station interface for wlX
- wpa_cli -i wlX wps_pbc multi_ap=1 failed
- reporduced directly after reboot

For some reason, when supplicant configure interface
brcm driver don't enable radio by default.

This patch workaround this problem.

Signed-off-by: default avatarJanusz Dziedzic <janusz.dziedzic@iopsys.eu>
parent ec81f6b1
Branches
No related tags found
1 merge request!88brcm63xx: mac80211.sh: enable radio when add station
......@@ -356,6 +356,8 @@ bcm_setup_sta() {
echo "bcm_setup_sta $ifname wl $radio restore up"
wl -i "$radio" up
}
wl -i "$radio" up
}
bcm_setup_bss() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment