[openwrt/openwrt] mac80211: fix typo in netifd script
LEDE Commits
lede-commits at lists.infradead.org
Thu Oct 13 12:50:57 PDT 2022
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/da6b77215b995eb61edd84b2766930bc963b3331
commit da6b77215b995eb61edd84b2766930bc963b3331
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Oct 13 21:49:38 2022 +0200
mac80211: fix typo in netifd script
Reported-by: Chad Monroe <chad.monroe at smartrg.com>
Fixes: 590eaaeed59a ("mac80211: fix issues in HE capabilities")
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
index 66349f2599..e6f326c2e6 100644
--- a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
+++ b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
@@ -436,7 +436,7 @@ mac80211_hostapd_setup_base() {
append base_cfg "he_oper_centr_freq_seg0_idx=$vht_center_seg0" "$N"
}
- mac8q0211_add_he_capabilities \
+ mac80211_add_he_capabilities \
he_su_beamformer:${he_phy_cap:6:2}:0x80:$he_su_beamformer \
he_su_beamformee:${he_phy_cap:8:2}:0x1:$he_su_beamformee \
he_mu_beamformer:${he_phy_cap:8:2}:0x2:$he_mu_beamformer \
More information about the lede-commits
mailing list