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

brcm63xx-arm: enable more WNM flags


Enable:
 - BSS-Transition
 - Notification

Signed-off-by: default avatarJanusz Dziedzic <janusz.dziedzic@iopsys.eu>
parent 1fa03ce2
Branches
No related tags found
1 merge request!97brcm63xx-arm: enable more WNM flags
...@@ -405,8 +405,8 @@ bcm_setup_bss() { ...@@ -405,8 +405,8 @@ bcm_setup_bss() {
case "$ieee80211v" in case "$ieee80211v" in
1) 1)
# BSS-Transition # BSS-Transition Notification
wl -i "$ifname" wnm +1 wl -i "$ifname" wnm 0x101
;; ;;
*) *)
wl -i "$ifname" wnm 0 wl -i "$ifname" wnm 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment