linux/drivers/net/wireless/intel/iwlwifi/mvm
Johannes Berg e6835942a7 iwlwifi: mvm: quietly accept non-sta assoc response frames
When hostapd adds a station, it does so before sending the association
response frame, so that it can indicate the correct status code in the
response.

However, when this then fails, or the association response already is
a reject for some other reason, then there's no station entry and thus
no per-station management queue to send the response on and it must be
sent on the probe response queue. The code should therefore not warn.

In theory, we could check and warn if the status code is success, but
that seems excessive, so just relax the check to allow any association
response frames.

Fixes: 3ee0f0e23e ("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>
2017-06-29 13:29:32 +03:00
..
binding.c iwlwifi: mvm: memset binding before setting values 2017-04-25 23:06:51 +03:00
coex.c iwlwifi: mvm: change when the BT_COEX is sent 2017-06-29 13:26:25 +03:00
constants.h iwlwifi: mvm: support old method of NVM parsing 2017-06-02 14:07:46 +03:00
d3.c iwlwifi: unify external & internal modparam names 2017-06-29 13:26:25 +03:00
debugfs-vif.c iwlwifi: mvm: use scnprintf() instead of snprintf() 2017-06-23 00:13:00 +03:00
debugfs.c iwlwifi: create new subdirectory for FW interaction 2017-06-29 13:26:27 +03:00
debugfs.h
fw-api-coex.h iwlwifi: mvm: fix a bunch of kernel-doc warnings 2017-06-29 13:26:24 +03:00
fw-api-d3.h iwlwifi: mvm: fix a bunch of kernel-doc warnings 2017-06-29 13:26:24 +03:00
fw-api-mac.h iwlwifi: mvm: fix a bunch of kernel-doc warnings 2017-06-29 13:26:24 +03:00
fw-api-power.h iwlwifi: mvm: refactor geo init 2017-06-29 13:26:23 +03:00
fw-api-rs.h iwlwifi: mvm: fix a bunch of kernel-doc warnings 2017-06-29 13:26:24 +03:00
fw-api-rx.h iwlwifi: mvm: fix a bunch of kernel-doc warnings 2017-06-29 13:26:24 +03:00
fw-api-scan.h iwlwifi: mvm: fix a bunch of kernel-doc warnings 2017-06-29 13:26:24 +03:00
fw-api-sta.h iwlwifi: mvm: fix a bunch of kernel-doc warnings 2017-06-29 13:26:24 +03:00
fw-api-stats.h iwlwifi: mvm: create/name various enums 2017-06-02 14:07:52 +03:00
fw-api-tof.h iwlwifi: mvm: fix a bunch of kernel-doc warnings 2017-06-29 13:26:24 +03:00
fw-api-tx.h iwlwifi: mvm: support multi tid ba notif 2017-06-29 13:26:25 +03:00
fw-api.h iwlwifi: mvm: remove version 2 of paging command 2017-06-29 13:26:27 +03:00
fw-dbg.c iwlwifi: mvm: reset the fw_dump_desc pointer after ASSERT 2017-06-23 12:09:13 +03:00
fw-dbg.h iwlwifi: create new subdirectory for FW interaction 2017-06-29 13:26:27 +03:00
fw.c iwlwifi: mvm: remove version 2 of paging command 2017-06-29 13:26:27 +03:00
led.c iwlwifi: mvm: support init flow debugging 2017-06-05 23:29:32 +03:00
mac80211.c iwlwifi: create new subdirectory for FW interaction 2017-06-29 13:26:27 +03:00
mac-ctxt.c More iwlwifi patches for 4.13 2017-06-28 18:55:55 +03:00
Makefile Makefile: drop -D__CHECK_ENDIAN__ from cflags 2016-12-16 00:13:43 +02:00
mvm.h iwlwifi: move notification wait into fw/ 2017-06-29 13:26:27 +03:00
nvm.c iwlwifi: mvm: print base HW address during init 2017-06-23 12:20:16 +03:00
offloading.c
ops.c iwlwifi: move notification wait into fw/ 2017-06-29 13:26:27 +03:00
phy-ctxt.c iwlwifi: mvm: use proper CDB check in PHY context modify 2017-06-29 13:26:25 +03:00
power.c iwlwifi: mvm: cleanup incorrect and redundant define 2017-02-03 16:26:39 +02:00
quota.c
rs.c iwlwifi: mvm: support aggs of 64 frames in A000 family 2017-06-29 13:26:25 +03:00
rs.h iwlwifi: mvm: support aggs of 64 frames in A000 family 2017-06-29 13:26:25 +03:00
rx.c networking: introduce and use skb_put_data() 2017-06-16 11:48:37 -04:00
rxmq.c More iwlwifi patches for 4.13 2017-06-28 18:55:55 +03:00
scan.c iwlwifi: unify external & internal modparam names 2017-06-29 13:26:25 +03:00
sf.c iwlwifi: mvm: prepare for station count change 2017-04-19 22:20:51 +03:00
sta.c iwlwifi: mvm: fix deduplication start logic 2017-06-29 13:26:26 +03:00
sta.h iwlwifi: mvm: support aggregations on A000 HW 2017-06-23 00:13:02 +03:00
tdls.c iwlwifi: mvm: use schedule_delayed_work() 2017-06-05 23:34:26 +03:00
testmode.h
time-event.c iwlwifi: move notification wait into fw/ 2017-06-29 13:26:27 +03:00
time-event.h
tof.c iwlwifi: mvm: support init flow debugging 2017-06-05 23:29:32 +03:00
tof.h
tt.c First batch of iwlwifi driver patches 4.13 2017-06-12 19:29:39 +03:00
tx.c iwlwifi: mvm: quietly accept non-sta assoc response frames 2017-06-29 13:29:32 +03:00
utils.c iwlwifi: add a W/A for a scheduler hardware bug 2017-06-23 12:07:04 +03:00