summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-07wifi: iwlwifi: modify new queue allocation commandJohannes Berg1-10/+16
2022-11-10wifi: iwlwifi: mvm: support new key APIJohannes Berg1-0/+3
2022-10-11wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue (other c...Jose Ignacio Tornos Martinez1-0/+2
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg1-1/+1
2022-07-27wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queueJose Ignacio Tornos Martinez1-0/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-1/+1
2022-05-22wifi: iwlwifi: use unsigned to silence a GCC 12 warningJakub Kicinski1-1/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-16/+15
2022-02-18iwlwifi: mvm: update BAID allocation command againJohannes Berg1-1/+5
2022-02-18iwlwifi: support new queue allocation commandJohannes Berg1-4/+19
2022-02-18iwlwifi: mvm: remove iwl_mvm_disable_txq() flags argumentJohannes Berg1-11/+10
2022-02-18iwlwifi: remove command ID argument from queue allocationJohannes Berg1-3/+2
2022-02-18iwlwifi: mvm: make iwl_mvm_reconfig_scd() staticJohannes Berg1-0/+33
2022-02-18iwlwifi: mvm: don't send BAID removal to the FW during hw_restartLuca Coelho1-3/+6
2022-02-18iwlwifi: avoid variable shadowingJohannes Berg1-3/+3
2022-02-18iwlwifi: mvm: starting from 22000 we have 32 Rx AMPDU sessionsEmmanuel Grumbach1-3/+3
2022-02-18iwlwifi: mvm: support new BAID allocation commandJohannes Berg1-3/+69
2022-02-18iwlwifi: mvm: refactor iwl_mvm_sta_rx_agg()Johannes Berg1-48/+51
2022-02-18iwlwifi: cfg: add support for 1K BA queueMordechay Goodstein1-2/+24
2022-02-18iwlwifi: make iwl_fw_lookup_cmd_ver() take a cmd_idJohannes Berg1-4/+2
2022-02-18iwlwifi: prefer WIDE_ID() over iwl_cmd_id()Johannes Berg1-1/+1
2022-02-18iwlwifi: mvm: offload channel switch timing to FWNathan Errera1-1/+19
2022-02-16mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer1-0/+1
2021-12-07iwlwifi: mvm: fix delBA vs. NSSN queue sync raceJohannes Berg1-0/+10
2021-08-26iwlwifi: mvm: simplify __iwl_mvm_set_sta_key()Johannes Berg1-19/+7
2021-08-26iwlwifi: mvm: support new station key APIJohannes Berg1-14/+17
2021-08-26iwlwifi: mvm: avoid static queue number aliasingJohannes Berg1-12/+18
2021-08-26iwlwifi: mvm: set replay counter on key installJohannes Berg1-0/+53
2021-06-22iwlwifi: mvm: don't request mac80211 to disable/enable sta's queuesNaftali Goldstein1-2/+6
2021-04-14iwlwifi: mvm: clean up queue sync implementationJohannes Berg1-5/+5
2021-02-08Merge tag 'iwlwifi-next-for-kalle-2021-02-05' of git://git.kernel.org/pub/scm...Kalle Valo1-10/+13
2021-02-05iwlwifi: mvm: fix CSA AP sideEmmanuel Grumbach1-5/+6
2021-02-05iwlwifi: mvm: advertise BIGTK client support if availableJohannes Berg1-3/+5
2021-02-05iwlwifi: mvm: add support for new flush queue responseMordechay Goodstein1-2/+2
2021-01-25iwlwifi: mvm: invalidate IDs of internal stations at mvm startGregory Greenman1-0/+6
2020-12-11iwlwifi: mvm: Fix fall-through warnings for ClangGustavo A. R. Silva1-5/+5
2020-12-10iwlwifi: use SPDX tagsJohannes Berg1-61/+6
2020-12-10iwlwifi: mvm: add support for 6GHzLuca Coelho1-0/+9
2020-11-10iwlwifi: sta: set max HE max A-MPDU according to HE capaMordechay Goodstein1-0/+18
2020-10-08iwlwifi: mvm: support ADD_STA_CMD_API_S ver 12Nathan Errera1-4/+15
2020-10-08iwlwifi: mvm: prepare roc_done_wk to work syncNathan Errera1-3/+3
2020-10-08iwlwifi: mvm: get number of stations from TLVNathan Errera1-4/+4
2020-10-01iwlwifi: mvm: remove redundant log in iwl_mvm_tvqm_enable_txq()Luca Coelho1-2/+0
2020-10-01iwlwifi: mvm: add an option to add PASN stationAvraham Stern1-4/+45
2020-10-01iwlwifi: sta: defer ADDBA transmit in case reclaimed SN != next SNMordechay Goodstein1-1/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+3
2020-06-23iwlwifi: mvm: don't call iwl_mvm_free_inactive_queue() under RCUJohannes Berg1-5/+3
2020-06-10iwlwifi: mvm: Remove unused inline function iwl_mvm_tid_to_ac_queueYueHaibing1-8/+0
2020-05-29iwlwifi: mvm: fix aux station leakSharon1-5/+13