prima: Support for all MC packet when MCBCFilter is set 0/2

If MCAddrList is enabled in ini and MCBC filter is set to
Either Filter None (0) or Filter all BC (2)then, Fwr need
to push all MC to host. This can be achived by disabling
cfg MCAddrList in fwr. As in driver load, firmware have
this value to 1 we need to set it to 0. Same needs to be
reverted on resume.

Change-Id: I5072e61efbad75c49e4fc01c9f8e444cca1f192b
CRs-Fixed: 1094375
diff --git a/CORE/HDD/inc/wlan_hdd_main.h b/CORE/HDD/inc/wlan_hdd_main.h
index a4a16d4..966f6f2 100644
--- a/CORE/HDD/inc/wlan_hdd_main.h
+++ b/CORE/HDD/inc/wlan_hdd_main.h
@@ -1537,6 +1537,8 @@
 
     v_BOOL_t sus_res_mcastbcast_filter_valid;
 
+    v_BOOL_t mc_list_cfg_in_fwr;
+
     /* debugfs entry */
     struct dentry *debugfs_phy;