aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2021-01-19 02:36:14 +0100
committerDavid Bauer <mail@david-bauer.net>2021-02-01 00:48:37 +0100
commit8019c54d8a191cfb90c3bf06ff367f601f872fd1 (patch)
treed3ec2b6a7813ecda39614741452050d48aecfc1c /package/kernel
parenteff03cea27551e5ae99c4b3ca99421078f8a8eb7 (diff)
downloadupstream-8019c54d8a191cfb90c3bf06ff367f601f872fd1.tar.gz
upstream-8019c54d8a191cfb90c3bf06ff367f601f872fd1.tar.bz2
upstream-8019c54d8a191cfb90c3bf06ff367f601f872fd1.zip
mac80211: fix incorrect parameter
he_mu_beamformer only accepts values of 0 and 1 according to the hostapd documentation. Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
index b4008f3d58..92c56afd24 100644
--- a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
+++ b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
@@ -346,7 +346,7 @@ mac80211_hostapd_setup_base() {
append base_cfg "he_rts_threshold=1023" "$N"
append base_cfg "he_su_beamformer=1" "$N"
append base_cfg "he_su_beamformee=1" "$N"
- append base_cfg "he_mu_beamformer=1023" "$N"
+ append base_cfg "he_mu_beamformer=1" "$N"
fi
hostapd_prepare_device_config "$hostapd_conf_file" nl80211