]> 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)
commit292f132427e7604ac384d64fd06617481dc6c2c2
treedb9ea513052b246dd0126c23df7e46bfa5cc51ca
parentca025dd1ae5e11aa4ebb585ed15b60689d9de5ba
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