]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: Fix broadcast filtering
authorIlan Peer <ilan.peer@intel.com>
Thu, 22 May 2014 08:19:02 +0000 (11:19 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 24 Jun 2014 19:41:38 +0000 (22:41 +0300)
commit684d8afbf1d2eeb9048956d20efc0269c181d4c3
tree08b0bcf2122ff72c4405c87ae4f6749fcb1f6810
parent3c3b3228864feb2a78aad64d03eb768ece6e56e6
iwlwifi: mvm: Fix broadcast filtering

Current code did not allow sending the broadcast filtering command
for P2P Client interfaces. However, this was not enough, since once
broadcast filtering command was issued over the station interface
after the P2P Client connected, the command also attached the filters
to the P2P Client MAC which is not allowed (FW ASSERT 1063).

Fix this skipping P2P Client interfaces when constructing the broadcast
filtering command

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Reviewed-by: ArikX Nemtsov <arik@wizery.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/mac80211.c