mac80211: respect rate mask in TX
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Mon, 14 Oct 2013 09:04:28 +0000 (11:04 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 15 Oct 2013 13:16:29 +0000 (15:16 +0200)
Bitrate mask were not respected in transmissions, causing (for
example) P2P GO/client to use CCK rates for auth and assoc frames.
Fix it by considering the rate mask in __rate_control_send_low().

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found