]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: fix MCAST in AP mode
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 2 Jun 2013 16:54:01 +0000 (19:54 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 5 Jun 2013 07:06:13 +0000 (09:06 +0200)
commitab72fb3b12aeb8e45618a04b7a2e9cb120476001
treedb9ea513052b246dd0126c23df7e46bfa5cc51ca
parent4eb7d59f3b188d2a87533ea4d917e6ff95c9e30f
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>
drivers/net/wireless/iwlwifi/mvm/tx.c