qca / open-ath9k-htc-firmware

The firmware for QCA AR7010/AR9271 802.11n USB NICs
Other
428 stars 182 forks source link

use minimal unmasked rate for multicast frames. #119

Closed olerem closed 7 years ago

olerem commented 7 years ago

Current FW has ratemask interface and use it to set minmal unmasked rate for beacons and mgmt frames.

This patch will allow to do the same with mcast.

Fallowing command will force mcast frames to be send with 54Mbit: iw wlan0 set bitrates legacy-2.4 54

If multiple rate are set, then minimal rate will be used, for example in this case 6Mbit: iw wlan0 set bitrates legacy-2.4 6 54

This patch also should affect rate of injected frames.

Signed-off-by: Oleksij Rempel linux@rempel-privat.de