summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-04wifi: iwlwifi: mvm: clean up reorder buffer dataJohannes Berg1-6/+5
2024-06-12wifi: iwlwifi: move TXQ bytecount limit to queue codeJohannes Berg1-21/+6
2024-06-11Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-0/+3
2024-05-29wifi: iwlwifi: mvm: handle BA session teardown in RF-killJohannes Berg1-4/+8
2024-05-29wifi: iwlwifi: mvm: add debug data for MPDU countingMiri Korenblit1-0/+3
2024-05-06wifi: iwlwifi: mvm: Activate EMLSR based on traffic volumeMiri Korenblit1-0/+86
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+28
2024-02-21wifi: iwlwifi: mvm: ensure offloading TID queue existsBenjamin Berg1-0/+28
2024-02-08wifi: iwlwifi: mvm: remove one queue sync on BA session stopJohannes Berg1-11/+1
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg1-2/+2
2024-02-02wifi: iwlwifi: mvm: support SPP A-MSDUsJohannes Berg1-0/+3
2024-02-02wifi: iwlwifi: mvm: Add support for removing responder TKsIlan Peer1-11/+4
2023-12-21wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski1-2/+2
2023-12-12wifi: iwlwifi: mvm: do not send STA_DISABLE_TX_CMD for newer firmwareEmmanuel Grumbach1-3/+7
2023-12-12wifi: iwlwifi: remove async command callbackJohannes Berg1-3/+1
2023-10-23wifi: iwlwifi: mvm: simplify the reorder bufferEmmanuel Grumbach1-15/+3
2023-10-23wifi: iwlwifi: mvm: remove TDLS stations from FWJohannes Berg1-1/+2
2023-10-23wifi: iwlwifi: mvm: change iwl_mvm_flush_sta() APIJohannes Berg1-3/+6
2023-09-25wifi: iwlwifi: mvm: iterate active links for STA queuesJohannes Berg1-3/+4
2023-09-11wifi: iwlwifi: mvm: reduce maximum RX A-MPDU sizeJohannes Berg1-1/+1
2023-06-21wifi: iwlwifi: mvm: avoid baid size integer overflowJohannes Berg1-1/+1
2023-06-21wifi: iwlwifi: mvm: add EHT A-MPDU size exponent supportJohannes Berg1-9/+18
2023-06-21wifi: iwlwifi: mvm: use min_t() for agg_sizeJohannes Berg1-3/+2
2023-06-14wifi: iwlwifi: mvm: allow ADD_STA not to be advertised by the firwmareEmmanuel Grumbach1-2/+2
2023-06-14wifi: iwlwifi: mvm: Handle return value for iwl_mvm_sta_initMukesh Sisodiya1-0/+2
2023-06-07Merge wireless into wireless-nextJohannes Berg1-4/+9
2023-06-06wifi: iwlwifi: mvm: remove useless codeJohannes Berg1-7/+0
2023-06-06wifi: iwlwifi: mvm: adjust csa notifications and commands to MLOGregory Greenman1-2/+2
2023-06-06wifi: iwlwifi: mvm: support PASN for MLOAvraham Stern1-7/+32
2023-05-16wifi: iwlwifi: mvm: fix access to fw_id_to_mac_idGregory Greenman1-1/+9
2023-05-16wifi: iwlwifi: mvm: always free dup_dataJohannes Berg1-3/+0
2023-04-20wifi: iwlwifi: mvm: prefer RCU_INIT_POINTER()Johannes Berg1-1/+1
2023-04-17wifi: iwlwifi: mvm: track station mask for BAIDsJohannes Berg1-10/+13
2023-04-14wifi: iwlwifi: mvm: fix shift-out-of-boundsAvraham Stern1-1/+3
2023-04-13wifi: iwlwifi: mvm: convert TID to FW value on queue removeJohannes Berg1-1/+5
2023-03-31Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-266/+418
2023-03-30wifi: iwlwifi: mvm: correctly use link in iwl_mvm_sta_del()Johannes Berg1-5/+13
2023-03-30wifi: iwlwifi: separate AP link management queuesJohannes Berg1-2/+14
2023-03-30wifi: iwlwifi: mvm: move max_agg_bufsize into host TLC lq_staGregory Greenman1-5/+6
2023-03-30wifi: iwlwifi: mvm: remove only link-specific AP keysJohannes Berg1-1/+1
2023-03-30wifi: iwlwifi: mvm: adjust iwl_mvm_sec_key_remove_ap to MLOGregory Greenman1-1/+1
2023-03-30wifi: iwlwifi: mvm: refactor iwl_mvm_mac_sta_state_common()Gregory Greenman1-39/+98
2023-03-30wifi: iwlwifi: mvm: unite sta_modify_disable_tx flowsMiri Korenblit1-1/+17
2023-03-30wifi: iwlwifi: mvm: add sta handling flows for MLD modeMiri Korenblit1-12/+13
2023-03-30wifi: iwlwifi: mvm: sta preparation for MLOGregory Greenman1-52/+61
2023-03-30wifi: iwlwifi: mvm: vif preparation for MLOGregory Greenman1-37/+41
2023-03-22wifi: iwlwifi: mvm: support enabling and disabling HW timestampingAvraham Stern1-8/+0
2023-03-22wifi: iwlwifi: mvm: refactor iwl_mvm_add_sta(), iwl_mvm_rm_sta()Miri Korenblit1-76/+106
2023-03-22wifi: iwlwifi: mvm: remove not needed initializationsMiri Korenblit1-10/+0
2023-03-22wifi: iwlwifi: mvm: refactor iwl_mvm_sta_send_to_fw()Miri Korenblit1-49/+67