OSDN Git Service

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)
commit9116a3683902583a302ac5dcb283416d504d9bb4
treedb9ea513052b246dd0126c23df7e46bfa5cc51ca
parent5ec42ecf497f9c5e55fbe57e894efc5ce91c47cd
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