]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: quietly accept non-sta disassoc frames
authorJohannes Berg <johannes.berg@intel.com>
Mon, 12 Jun 2017 09:24:06 +0000 (11:24 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 29 Jun 2017 18:02:50 +0000 (21:02 +0300)
commitf22d94fe153606fdadb26181010658ef7670b5f3
tree4ba706457a6321c17c3478ea828653d0f060efdf
parentdc87f5e00bbf2cb5bfcd689528da0fb6857244c8
iwlwifi: mvm: quietly accept non-sta disassoc frames

When a station that's not associated sends a data frame (e.g. an NDP)
hostapd will respond with a disassoc frame, telling it that it's not
associated. The station might also not be authenticated, in which case
there will not be a station entry for it, and as a result we need to
accept such frames without a station.

Fixes: 41337756a4d3 ("iwlwifi: mvm: fix DQA AP mode station assumption")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/tx.c