summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/mvm/mvm.h
diff options
context:
space:
mode:
authorEliad Peller2013-11-28 13:08:50 +0100
committerEmmanuel Grumbach2013-12-17 18:39:44 +0100
commite59647eaadf181faea822eaaf09ca760b298a0cb (patch)
treeedfd6a9807392d8beca33478ac36873e766b91ad /drivers/net/wireless/iwlwifi/mvm/mvm.h
parentiwlwifi: mvm: move iwl_mvm_set_tx_power to PHY area (diff)
downloadkernel-qcow2-linux-e59647eaadf181faea822eaaf09ca760b298a0cb.tar.gz
kernel-qcow2-linux-e59647eaadf181faea822eaaf09ca760b298a0cb.tar.xz
kernel-qcow2-linux-e59647eaadf181faea822eaaf09ca760b298a0cb.zip
iwlwifi: mvm: add multicast filtering support
Configure the fw to filter multicast according to the addresses given by mac80211. Note that bssid should be given even if we want to pass all the multicast frames. Signed-off-by: Eliad Peller <eliad@wizery.com> Reviewed-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/mvm.h')
-rw-r--r--drivers/net/wireless/iwlwifi/mvm/mvm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/mvm.h b/drivers/net/wireless/iwlwifi/mvm/mvm.h
index 7295f8e42f3e..4275720aa151 100644
--- a/drivers/net/wireless/iwlwifi/mvm/mvm.h
+++ b/drivers/net/wireless/iwlwifi/mvm/mvm.h
@@ -488,6 +488,7 @@ struct iwl_mvm {
/* Scan status, cmd (pre-allocated) and auxiliary station */
enum iwl_scan_status scan_status;
struct iwl_scan_cmd *scan_cmd;
+ struct iwl_mcast_filter_cmd *mcast_filter_cmd;
/* rx chain antennas set through debugfs for the scan command */
u8 scan_rx_ant;