mac80211.c (9c11d8a9d41cb02df2871a52606e8a9b28171182) mac80211.c (be82ecd3a5c859dc2886cd70564634647787a9b6)
1/******************************************************************************
2 *
3 * This file is provided under a dual BSD/GPLv2 license. When using or
4 * redistributing this file, you may do so under either license.
5 *
6 * GPL LICENSE SUMMARY
7 *
8 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH

--- 2619 unchanged lines hidden (view full) ---

2628 iwl_mvm_bt_coex_vif_change(mvm);
2629
2630 /* Need to update the P2P Device MAC (only GO, IBSS is single vif) */
2631 if (vif->p2p && mvm->p2p_device_vif)
2632 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL);
2633
2634 iwl_mvm_update_quotas(mvm, false, NULL);
2635
1/******************************************************************************
2 *
3 * This file is provided under a dual BSD/GPLv2 license. When using or
4 * redistributing this file, you may do so under either license.
5 *
6 * GPL LICENSE SUMMARY
7 *
8 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH

--- 2619 unchanged lines hidden (view full) ---

2628 iwl_mvm_bt_coex_vif_change(mvm);
2629
2630 /* Need to update the P2P Device MAC (only GO, IBSS is single vif) */
2631 if (vif->p2p && mvm->p2p_device_vif)
2632 iwl_mvm_mac_ctxt_changed(mvm, mvm->p2p_device_vif, false, NULL);
2633
2634 iwl_mvm_update_quotas(mvm, false, NULL);
2635
2636 iwl_mvm_ftm_responder_clear(mvm, vif);
2637
2636 /*
2637 * This is not very nice, but the simplest:
2638 * For older FWs removing the mcast sta before the bcast station may
2639 * cause assert 0x2b00.
2640 * This is fixed in later FW (which will stop beaconing when removing
2641 * bcast station).
2642 * So make the order of removal depend on the TLV
2643 */

--- 2624 unchanged lines hidden ---
2638 /*
2639 * This is not very nice, but the simplest:
2640 * For older FWs removing the mcast sta before the bcast station may
2641 * cause assert 0x2b00.
2642 * This is fixed in later FW (which will stop beaconing when removing
2643 * bcast station).
2644 * So make the order of removal depend on the TLV
2645 */

--- 2624 unchanged lines hidden ---