mac80211: fix ad-hoc basic/multicast rate regression from r43782
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43853
This commit is contained in:
parent
5e6f099edb
commit
b898695bdd
1 changed files with 2 additions and 2 deletions
|
@ -517,11 +517,11 @@ mac80211_setup_adhoc() {
|
|||
|
||||
brstr=
|
||||
for br in $basic_rate_list; do
|
||||
hostapd_add_rate brstr "$br"
|
||||
wpa_supplicant_add_rate brstr "$br"
|
||||
done
|
||||
|
||||
mcval=
|
||||
[ -n "$mcast_rate" ] && hostapd_add_rate mcval "$mcast_rate"
|
||||
[ -n "$mcast_rate" ] && wpa_supplicant_add_rate mcval "$mcast_rate"
|
||||
|
||||
case "$htmode" in
|
||||
VHT20|HT20) ibss_htmode=HT20;;
|
||||
|
|
Loading…
Reference in a new issue