mac80211: fix typo in netifd script
authorFelix Fietkau <nbd@nbd.name>
Thu, 13 Oct 2022 19:49:38 +0000 (21:49 +0200)
committerFelix Fietkau <nbd@nbd.name>
Thu, 13 Oct 2022 19:50:34 +0000 (21:50 +0200)
Reported-by: Chad Monroe <chad.monroe@smartrg.com>
Fixes: 590eaaeed59a ("mac80211: fix issues in HE capabilities")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh

index 66349f2599da9a5696fc354c9f185a8e65a83f39..e6f326c2e632bca8830c9d16057e816fb48b5f57 100644 (file)
@@ -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 \