aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/sta.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-23iwlwifi: mvm: handle iwl_mvm_tvqm_enable_txq() error returnJohannes Berg1-57/+83
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.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid 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
2018-11-11iwlwifi: mvm: synchronize TID queue removalJohannes Berg1-0/+10
2018-10-08iwlwifi: mvm: kill INACTIVE queue stateJohannes Berg1-79/+57
2018-10-08iwlwifi: mvm: move iwl_mvm_sta_alloc_queue() downJohannes Berg1-205/+205
2018-10-08iwlwifi: mvm: make iwl_mvm_scd_queue_redirect() staticJohannes Berg1-3/+3
2018-10-08iwlwifi: mvm: make queue TID change more explicitJohannes Berg1-28/+25
2018-10-08iwlwifi: mvm: remove RECONFIGURING queue stateJohannes Berg1-21/+15
2018-10-08iwlwifi: mvm: reconfigure queues during inactivity checkJohannes Berg1-11/+7
2018-10-08iwlwifi: mvm: move queue reconfiguration into new functionJohannes Berg1-31/+33
2018-10-08iwlwifi: mvm: clean up iteration in iwl_mvm_inactivity_check()Johannes Berg1-17/+15
2018-10-08iwlwifi: mvm: remove per-queue hw refcountJohannes Berg1-22/+19
2018-10-08iwlwifi: mvm: move queue management into sta.cJohannes Berg1-0/+409
2018-09-28iwlwifi: mvm: Allow TKIP for AP modeIlan Peer1-4/+0
2018-09-28iwlwifi: mvm: set wep key for all stations in soft ap modeAvraham Stern1-0/+21
2018-08-31iwlwifi: remove all occurrences of the FSF address paragraphLuca Coelho1-5/+0
2018-07-26iwlwifi: add support for IEEE802.11axLuca Coelho1-4/+4
2018-05-30iwlwifi: mvm: open BA session only when sta is authorizedGregory Greenman1-1/+1
2018-04-20iwlwifi: mvm: support 22000 HW opening agg before trafficLiad Kaufman1-0/+10
2018-04-20iwlwifi: mvm: set the MFP flag for keys that are used by MFP stationsEmmanuel Grumbach1-5/+13
2018-03-19iwlwifi: mvm: fix array out of bounds referenceAvraham Stern1-27/+11
2018-03-19iwlwifi: mvm: make sure internal station has a valid idAvraham Stern1-1/+2
2018-03-19iwlwifi: mvm: clear tx queue id when unreserving aggregation queueAvraham Stern1-4/+8
2018-03-16iwlwifi: mvm: Correctly set IGTK for APBeni Lev1-9/+12
2018-03-02iwlwifi: mvm: Correctly set the tid for mcast queueIlan Peer1-3/+3