mirror_ubuntu-kernels/drivers/net/wireless/intel/iwlwifi/mvm
Johannes Berg 4670d8dca8 wifi: iwlwifi: mvm: track u-APSD misbehaving AP by AP address
If the AP is an AP MLD, then we shouldn't track just the BSSID
but the MLD address. Just generally use ap_addr since it has
the BSSID in the non-MLD case.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230614123447.b6a4f7edd10c.Ie5a8029ed686b9441620ba06596d430432f65559@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2023-06-19 12:05:26 +02:00
..
binding.c wifi: iwlwifi: mvm: Refactor iwl_mvm_get_lmac_id() 2023-06-14 12:32:20 +02:00
coex.c wifi: iwlwifi: mvm: coex: start handling multiple links 2023-03-30 12:08:37 +02:00
constants.h wifi: iwlwifi: implement WPFC ACPI table loading 2023-06-19 12:05:26 +02:00
d3.c wifi: iwlwifi: mvm: Fix -Warray-bounds bug in iwl_mvm_wait_d3_notif() 2023-06-06 11:11:14 +02:00
debugfs-vif.c wifi: iwlwifi: mvm: track u-APSD misbehaving AP by AP address 2023-06-19 12:05:26 +02:00
debugfs.c wifi: iwlwifi: make debugfs entries link specific 2023-06-14 12:32:17 +02:00
debugfs.h
ftm-initiator.c wifi: iwlwifi: mvm: FTM initiator MLO support 2023-06-14 12:32:17 +02:00
ftm-responder.c wifi: iwlwifi: mvm: FTM responder MLO support 2023-06-14 12:32:18 +02:00
fw-api.h iwlwifi: mvm/api: define system control command 2021-12-07 20:06:45 +02:00
fw.c wifi: iwlwifi: implement WPFC ACPI table loading 2023-06-19 12:05:26 +02:00
led.c
link.c wifi: iwlwifi: mvm: always send spec link ID in link commands 2023-06-19 12:05:26 +02:00
mac80211.c wifi: iwlwifi: mvm: remove new checksum code 2023-06-19 12:05:24 +02:00
mac-ctxt.c wifi: iwlwifi: use array as array argument 2023-06-19 12:05:26 +02:00
Makefile wifi: iwlwifi: mvm: report hardware timestamps in RX/TX status 2023-03-22 13:16:35 +01:00
mld-key.c wifi: iwlwifi: mvm: put only a single IGTK into FW 2023-06-14 12:32:20 +02:00
mld-mac80211.c wifi: iwlwifi: mvm: store WMM params per link 2023-06-19 12:05:25 +02:00
mld-mac.c wifi: iwlwifi: pass ESR parameters to the firmware 2023-06-14 12:32:18 +02:00
mld-sta.c wifi: iwlwifi: mvm: add a NULL pointer check 2023-06-19 12:05:25 +02:00
mvm.h wifi: iwlwifi: mvm: track u-APSD misbehaving AP by AP address 2023-06-19 12:05:26 +02:00
nvm.c wifi: iwlwifi: update response for mcc_update command 2023-06-14 12:32:17 +02:00
offloading.c wifi: iwlwifi: mvm: rename BTM support flag and its TLV 2023-06-14 12:32:19 +02:00
ops.c wifi: iwlwifi: add some FW misbehaviour check infrastructure 2023-06-19 12:05:26 +02:00
phy-ctxt.c wifi: iwlwifi: mvm: Refactor iwl_mvm_get_lmac_id() 2023-06-14 12:32:20 +02:00
power.c wifi: iwlwifi: mvm: track u-APSD misbehaving AP by AP address 2023-06-19 12:05:26 +02:00
ptp.c wifi: iwlwifi: mvm: Use 64-bit division helper in iwl_mvm_get_crosstimestamp_fw() 2023-03-30 11:16:21 +02:00
quota.c wifi: iwlwifi: mvm: vif preparation for MLO 2023-03-30 12:07:52 +02:00
rfi.c wifi: iwlwifi: mvm: rfi: disable RFI feature 2023-05-16 10:16:51 -07:00
rs-fw.c wifi: iwlwifi: mvm: correctly access HE/EHT sband capa 2023-06-19 12:05:25 +02:00
rs.c wifi: iwlwifi: mvm: spin_lock_bh() to fix lockdep regression 2023-06-14 09:05:51 +02:00
rs.h wifi: iwlwifi: mvm: remove RS rate init update argument 2023-04-18 14:47:55 +02:00
rx.c wifi: iwlwifi: mvm: don't drop unencrypted MCAST frames 2023-04-14 13:14:49 +02:00
rxmq.c wifi: iwlwifi: add some FW misbehaviour check infrastructure 2023-06-19 12:05:26 +02:00
scan.c wifi: iwlwifi: mvm: allow ADD_STA not to be advertised by the firwmare 2023-06-14 12:32:20 +02:00
sf.c wifi: iwlwifi: mvm: add MLO support to SF - use sta pointer 2023-04-18 14:47:56 +02:00
sta.c wifi: iwlwifi: mvm: allow ADD_STA not to be advertised by the firwmare 2023-06-14 12:32:20 +02:00
sta.h wifi: iwlwifi: make debugfs entries link specific 2023-06-14 12:32:17 +02:00
tdls.c wifi: iwlwifi: mvm: sta preparation for MLO 2023-03-30 12:07:52 +02:00
testmode.h
time-event.c wifi: iwlwifi: mvm: allow ADD_STA not to be advertised by the firwmare 2023-06-14 12:32:20 +02:00
time-event.h
time-sync.c wifi: iwlwifi: mvm: support enabling and disabling HW timestamping 2023-03-22 13:16:37 +01:00
time-sync.h wifi: iwlwifi: mvm: support enabling and disabling HW timestamping 2023-03-22 13:16:37 +01:00
tt.c Networking changes for 6.4. 2023-04-26 16:07:23 -07:00
tx.c wifi: iwlwifi: add some FW misbehaviour check infrastructure 2023-06-19 12:05:26 +02:00
utils.c wifi: iwlwifi: mvm: Make iwl_mvm_diversity_iter() MLO aware 2023-06-06 13:04:12 +02:00
vendor-cmd.c iwlwifi: mvm: return value for request_ownership 2022-03-02 22:37:25 +01:00