mac80211: set mcast-rate for mesh point interfaces
authorFelix Fietkau <nbd@openwrt.org>
Sat, 7 Nov 2015 12:52:01 +0000 (12:52 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 7 Nov 2015 12:52:01 +0000 (12:52 +0000)
commit08f1e1b3ac42a1128c7854886e9962fac87eac4b
tree10a3f368622390e527749716faec3d848d23ae13
parentb95aed986a130d3e51f96a7c0b81e4843a33edcf
mac80211: set mcast-rate for mesh point interfaces

In order to set the multicast rate for mesh point interfaces the "mesh join"
was made explicit and moved to mac80211_setup_vif(), similar to how it is
done for IBSS interfaces.

Previously, the mesh join was made implicit in case authentication (i.e.
$key) was not used when creating the interface in mac80211_prepare_vif(),
while using authentication would create the interface first, then join
later in mac80211_setup_vif() by starting authsae.

Signed-off-by: Nils Schneider <nils@nilsschneider.net>
SVN-Revision: 47408
package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh