View | Details | Raw Unified | Return to bug 196741
Collapse All | Expand All

(-)a/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c (-1 / +6 lines)
Lines 1643-1648 static void iwl_mvm_configure_filter(struct ieee80211_hw *hw, Link Here
1643
	if (!cmd)
1643
	if (!cmd)
1644
		goto out;
1644
		goto out;
1645
1645
1646
	if (changed_flags & FIF_ALLMULTI)
1647
		cmd->pass_all = !!(*total_flags & FIF_ALLMULTI);
1648
1649
	if (cmd->pass_all)
1650
		cmd->count = 0;
1651
1646
	iwl_mvm_recalc_multicast(mvm);
1652
	iwl_mvm_recalc_multicast(mvm);
1647
out:
1653
out:
1648
	mutex_unlock(&mvm->mutex);
1654
	mutex_unlock(&mvm->mutex);
1649
- 

Return to bug 196741