commit | 991fec091061b901e4fdcc8af4fd25d24a5a7bab | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Tue Apr 16 13:38:43 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Apr 16 23:42:30 2013 +0200 |
tree | e85082dc9b42276fb9695ff02ca1461f406e4042 | |
parent | 2ffbe6d333664a089f17b13aa79eefe38f794bb7 [diff] |
mac80211: fix CTS protection handling The rates[0] CTS and RTS flags are only set after rate control has been called, so minstrel cannot use them to for setting the number of retries. This patch adds two new flags to explicitly indicate RTS/CTS use. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com>