hostapd: set mcast_rate in mesh mode
authorSven Eckelmann <sven.eckelmann@openmesh.com>
Thu, 11 May 2017 06:56:50 +0000 (08:56 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 13 Dec 2017 15:49:59 +0000 (16:49 +0100)
commit7f78a862540529086adf11536915dd2e03b17d7c
tree07327af07fbad7be51a216ad3b0b0e7f6f8d4272
parentc315843f882b1eddb5af4cbc372ce1f41105eb65
hostapd: set mcast_rate in mesh mode

The wpa_supplicant code for IBSS allows to set the mcast rate. It is
recommended to increase this value from 1 or 6 Mbit/s to something higher
when using a mesh protocol on top which uses the multicast packet loss as
indicator for the link quality.

This setting was unfortunately not applied for mesh mode. But it would be
beneficial when wpa_supplicant would behave similar to IBSS mode and set
this argument during mesh join like authsae already does. At least it is
helpful for companies/projects which are currently switching to 802.11s
(without mesh_fwding and with mesh_ttl set to 1) as replacement for IBSS
because newer drivers seem to support 802.11s but not IBSS anymore.

Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
Tested-by: Simon Wunderlich <simon.wunderlich@openmesh.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name> [refresh]
(cherry picked from commit 43f66943d0dbf0ed0ec2a9cb071d0fbded2fbe35)
package/network/services/hostapd/patches/463-add-mcast_rate-to-11s.patch [new file with mode: 0644]