iwlwifi: mvm: BT Coex fix another NULL pointer dereference
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 21 Oct 2013 08:03:53 +0000 (11:03 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 25 Nov 2013 21:00:20 +0000 (23:00 +0200)
commit56c07a9c95afa93c089824cb02bf4133ca4eb180
treecc7f75109f15020cf7110020349a3e44c9288f7e
parenta338f1efa5410ea143c3e1670ecbe1455c84c2c8
iwlwifi: mvm: BT Coex fix another NULL pointer dereference

This patch is very similar to a previous fix: 22cba0c0852f

When we disassociate, mac80211 removes the station and
then, it sets the bss it unsets the assoc bool in bss_info.

Since the firwmware wants it the opposite (first set the
MAC context as unassoc, and only then, remove the STA of
the API), we have a small period of time in which the STA
in firmware doesn't have a valid ieee80211_sta pointer.
During that time, iwl_mvm_vif->ap_sta_id, is still set
to the STA in firmware that represent the AP.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/bt-coex.c