commit | 9116a3683902583a302ac5dcb283416d504d9bb4 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Sun Jun 02 19:54:01 2013 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Jun 05 09:06:13 2013 +0200 |
tree | db9ea513052b246dd0126c23df7e46bfa5cc51ca | |
parent | 5ec42ecf497f9c5e55fbe57e894efc5ce91c47cd [diff] |
iwlwifi: mvm: fix MCAST in AP mode In multicast, there is no retries nor RTS since there is no specific recipient that can ACK or send CTS. This means that we must not use the rate scale table for multicast frames. This true for any frame that doesn't have a valid ieee80211_sta pointer. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>