summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
AgeCommit message (Expand)AuthorFilesLines
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-26Merge 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
2020-05-08iwlwifi: mvm: don't transmit on unallocated queueJohannes Berg1-1/+11
2020-05-08iwlwifi: mvm: attempt to allocate smaller queuesJohannes Berg1-8/+15
2020-05-08iwlwifi: mvm: remove iwlmvm's tfd_q_hang_detect module parameterEmmanuel Grumbach1-10/+6
2020-04-21iwlwifi: mvm: fix inactive TID removal return value usageJohannes Berg1-2/+2
2020-04-21iwlwifi: mvm: limit maximum queue appropriatelyJohannes Berg1-0/+5
2020-02-03iwlwifi: don't throw error when trying to remove IGTKLuca Coelho1-3/+7
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-57/+83
2019-10-23iwlwifi: mvm: handle iwl_mvm_tvqm_enable_txq() error returnJohannes Berg1-57/+83
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-3/+2
2019-09-06iwlwifi: always access the trans configuration via transLuca Coelho1-1/+1
2019-09-06iwlwifi: add a pointer to the trans_cfg directly in transLuca Coelho1-3/+3
2019-09-06iwlwifi: separate elements from cfg that are needed by trans_allocLuca Coelho1-5/+5
2019-09-06iwlwifi: mvm: remove last leftovers of d0i3Emmanuel Grumbach1-7/+0
2019-09-06iwlwifi: mvm: remove d0i3_ap_sta_idEmmanuel Grumbach1-4/+0
2019-09-06iwlwifi: mvm: remove unnecessary forward declarationsJohannes Berg1-8/+0
2019-07-30iwlwifi: mvm: replace RS mutex with a spin_lockGregory Greenman1-5/+1
2019-07-30iwlwifi: mvm: send LQ command always ASYNCGregory Greenman1-1/+1
2019-07-30iwlwifi: mvm: prepare the ground for more RSS notificationsEmmanuel Grumbach1-1/+1
2019-07-30iwlwifi: mvm: avoid races in rate init and rate performMordechay Goodstein1-0/+6
2019-04-19iwlwifi: mvm: Change an 'else if' into an 'else' in iwl_mvm_send_add_bcast_staNathan Chancellor1-3/+5
2019-04-19iwlwifi: mvm: set 512 TX queue slots for AX210 devicesShaul Triebitz1-1/+2
2019-04-18Merge tag 'wireless-drivers-next-for-davem-2019-04-18' of git://git.kernel.or...David S. Miller1-1/+2
2019-04-03iwlwifi: mvm: IBSS: use BE FIFO for multicastJohannes Berg1-1/+2
2019-04-03iwlwifi: mvm: avoid possible deadlock in TX pathJohannes Berg1-0/+2