]> 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)
commitb7a7534f7dd0bc81942364772696b7a5e931bc38
tree08b0bcf2122ff72c4405c87ae4f6749fcb1f6810
parenta350cff7e50aea1704dded3385e99a41ed755891
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