summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
AgeCommit message (Expand)AuthorFilesLines
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
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
2019-03-22iwlwifi: mvm: fix TX crypto on 22560+ devicesJohannes Berg1-39/+2
2019-02-14iwlwifi: introduce device family AX210Shaul Triebitz1-1/+2
2019-02-04iwlwifi: mvm: remove redundant conditionJohannes Berg1-5/+3
2019-02-04iwlwifi: mvm: fix AP mode in WEPEmmanuel Grumbach1-54/+78
2019-02-04iwlwifi: mvm: simplify some return conditionsSara Sharon1-6/+3
2019-01-29iwlwifi: mvm: get rid of tx_path_lockSara Sharon1-3/+1
2019-01-25iwlwifi: mvm: avoid possible access out of array.Mordechay Goodstein1-6/+13
2019-01-25iwlwifi: mvm: support mac80211 TXQs modelSara Sharon1-220/+140
2018-12-20iwlwifi: mvm: clean up SSN incrementationSara Sharon1-6/+4
2018-11-11iwlwifi: mvm: toggle tx antenna if tx fails during connection establishmentAvraham Stern1-0/+2
2018-11-11iwlwifi: mvm: remove queue_info_lockJohannes Berg1-91/+11