summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: iwlwifi: mvm: remove useless codeJohannes Berg2023-06-061-7/+0
* wifi: iwlwifi: mvm: adjust csa notifications and commands to MLOGregory Greenman2023-06-061-2/+2
* wifi: iwlwifi: mvm: support PASN for MLOAvraham Stern2023-06-061-7/+32
* wifi: iwlwifi: mvm: prefer RCU_INIT_POINTER()Johannes Berg2023-04-201-1/+1
* wifi: iwlwifi: mvm: track station mask for BAIDsJohannes Berg2023-04-171-10/+13
* wifi: iwlwifi: mvm: fix shift-out-of-boundsAvraham Stern2023-04-141-1/+3
* wifi: iwlwifi: mvm: convert TID to FW value on queue removeJohannes Berg2023-04-131-1/+5
* Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-03-301-266/+418
|\
| * wifi: iwlwifi: mvm: correctly use link in iwl_mvm_sta_del()Johannes Berg2023-03-301-5/+13
| * wifi: iwlwifi: separate AP link management queuesJohannes Berg2023-03-301-2/+14
| * wifi: iwlwifi: mvm: move max_agg_bufsize into host TLC lq_staGregory Greenman2023-03-301-5/+6
| * wifi: iwlwifi: mvm: remove only link-specific AP keysJohannes Berg2023-03-301-1/+1
| * wifi: iwlwifi: mvm: adjust iwl_mvm_sec_key_remove_ap to MLOGregory Greenman2023-03-301-1/+1
| * wifi: iwlwifi: mvm: refactor iwl_mvm_mac_sta_state_common()Gregory Greenman2023-03-301-39/+98
| * wifi: iwlwifi: mvm: unite sta_modify_disable_tx flowsMiri Korenblit2023-03-301-1/+17
| * wifi: iwlwifi: mvm: add sta handling flows for MLD modeMiri Korenblit2023-03-301-12/+13
| * wifi: iwlwifi: mvm: sta preparation for MLOGregory Greenman2023-03-301-52/+61
| * wifi: iwlwifi: mvm: vif preparation for MLOGregory Greenman2023-03-301-37/+41
| * wifi: iwlwifi: mvm: support enabling and disabling HW timestampingAvraham Stern2023-03-221-8/+0
| * wifi: iwlwifi: mvm: refactor iwl_mvm_add_sta(), iwl_mvm_rm_sta()Miri Korenblit2023-03-221-76/+106
| * wifi: iwlwifi: mvm: remove not needed initializationsMiri Korenblit2023-03-221-10/+0
| * wifi: iwlwifi: mvm: refactor iwl_mvm_sta_send_to_fw()Miri Korenblit2023-03-221-49/+67
| * wifi: iwlwifi: mvm: report hardware timestamps in RX/TX statusAvraham Stern2023-03-221-0/+8
| * wifi: iwlwifi: mvm: Add a remove_interface() callback for mld modeMiri Korenblit2023-03-151-2/+2
| * wifi: iwlwifi: mvm: add support for the new STA related commandsMiri Korenblit2023-03-151-4/+4
| * wifi: iwlwifi: mvm: avoid sta lookup in queue allocJohannes Berg2023-03-151-23/+27
* | wifi: iwlwifi: mvm: protect TXQ list manipulationJohannes Berg2023-03-221-3/+22
* | wifi: iwlwifi: mvm: fix mvmtxq->stopped handlingJohannes Berg2023-03-221-2/+2
|/
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* wifi: iwlwifi: modify new queue allocation commandJohannes Berg2022-12-071-10/+16
* wifi: iwlwifi: mvm: support new key APIJohannes Berg2022-11-101-0/+3
* wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue (other c...Jose Ignacio Tornos Martinez2022-10-111-0/+2
* wifi: mac80211: make smps_mode per-linkBenjamin Berg2022-09-061-1/+1
* wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queueJose Ignacio Tornos Martinez2022-07-271-0/+1
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-1/+1
* wifi: iwlwifi: use unsigned to silence a GCC 12 warningJakub Kicinski2022-05-221-1/+1
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-16/+15
* iwlwifi: mvm: update BAID allocation command againJohannes Berg2022-02-181-1/+5
* iwlwifi: support new queue allocation commandJohannes Berg2022-02-181-4/+19
* iwlwifi: mvm: remove iwl_mvm_disable_txq() flags argumentJohannes Berg2022-02-181-11/+10
* iwlwifi: remove command ID argument from queue allocationJohannes Berg2022-02-181-3/+2
* iwlwifi: mvm: make iwl_mvm_reconfig_scd() staticJohannes Berg2022-02-181-0/+33
* iwlwifi: mvm: don't send BAID removal to the FW during hw_restartLuca Coelho2022-02-181-3/+6
* iwlwifi: avoid variable shadowingJohannes Berg2022-02-181-3/+3
* iwlwifi: mvm: starting from 22000 we have 32 Rx AMPDU sessionsEmmanuel Grumbach2022-02-181-3/+3
* iwlwifi: mvm: support new BAID allocation commandJohannes Berg2022-02-181-3/+69
* iwlwifi: mvm: refactor iwl_mvm_sta_rx_agg()Johannes Berg2022-02-181-48/+51
* iwlwifi: cfg: add support for 1K BA queueMordechay Goodstein2022-02-181-2/+24
* iwlwifi: make iwl_fw_lookup_cmd_ver() take a cmd_idJohannes Berg2022-02-181-4/+2
* iwlwifi: prefer WIDE_ID() over iwl_cmd_id()Johannes Berg2022-02-181-1/+1