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

brcm63xx-arm: enable more RRM flags


Enable more RRM flags by default:
 - Link_Measurement
 - Neighbor_Report
 - Beacon_Passive
 - Beacon_Active
 - Beacon_Table

Signed-off-by: default avatarJanusz Dziedzic <janusz.dziedzic@iopsys.eu>
parent 89ba0c04
Branches
No related tags found
1 merge request!96brcm63xx-arm: enable more RRM flags
......@@ -395,7 +395,8 @@ bcm_setup_bss() {
case "$ieee80211k" in
1)
wl -i "$ifname" rrm +2
# Link_Measurement Neighbor_Report Beacon_Passive Beacon_Active Beacon_Table
wl -i "$ifname" rrm 0x73
;;
*)
wl -i "$ifname" rrm 0
......@@ -404,6 +405,7 @@ bcm_setup_bss() {
case "$ieee80211v" in
1)
# BSS-Transition
wl -i "$ifname" wnm +1
;;
*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment