netifd: fix mac80211.sh to respect setting of mcast_rate
[openwrt.git] / package / kernel / mac80211 / files / lib / netifd / wireless / mac80211.sh
index 12c256e..1896fe0 100644 (file)
@@ -241,7 +241,7 @@ mac80211_setup_supplicant() {
 }
 
 mac80211_setup_adhoc() {
-       json_get_vars bssid ssid basic_rate key
+       json_get_vars bssid ssid basic_rate key mcast_rate
 
        keyspec=
        [ "$auth_type" == "wep" ] && {