aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/sta.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-25iwlwifi: rename wait_for_tx_queues_emptySara Sharon1-7/+7
2017-04-25iwlwifi: mvm: support station type APISara Sharon1-11/+73
2017-04-25iwlwifi: mvm: remove references to queue_info in new TX pathSara Sharon1-40/+56
2017-04-25iwlwifi: mvm: move internally to use bigger INVALID_TXQSara Sharon1-6/+6
2017-04-25iwlwifi: mvm: map cab_queue to different txq_idSara Sharon1-2/+2
2017-04-25iwlwifi: mvm: don't reserve queue in TVQM modeSara Sharon1-1/+5
2017-04-25iwlwifi: mvm: avoid variable shadowingJohannes Berg1-5/+6
2017-04-25iwlwifi: mvm: check if returned value is NULLSharon Dvir1-0/+2
2017-04-19iwlwifi: mvm: provide the actual number of frames for the SP lenEmmanuel Grumbach1-1/+1
2017-04-19iwlwifi: mvm: ignore BAID for SN smaller than SSNSara Sharon1-0/+1
2017-04-19iwlwifi: move to TVQM modeSara Sharon1-32/+92
2017-04-19iwlwifi: mvm: tell the firmware about the U-APSD parametersEmmanuel Grumbach1-4/+6
2017-04-19iwlwifi: mvm: support a000 SCD queue configurationSara Sharon1-5/+57
2017-04-19iwlwifi: mvm: prepare for station count changeSara Sharon1-15/+15
2017-04-19iwlwifi: mvm: add queues after adding stationSara Sharon1-52/+52
2017-04-18Merge tag 'iwlwifi-next-for-kalle-2017-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextKalle Valo1-46/+153
2017-04-11iwlwifi: mvm: don't assume static queue numbersSara Sharon1-14/+8
2017-04-11iwlwifi: mvm: support new ADD_MODIFY_STA_KEY commandSara Sharon1-28/+68
2017-04-11iwlwifi: mvm: add multicast stationSara Sharon1-34/+78
2017-04-11iwlwifi: mvm: cleanup pending frames in DQA modeSara Sharon1-5/+6
2017-03-24iwlwifi: mvm: support ibss in dqa modeLiad Kaufman1-3/+6
2017-03-16iwlwifi: mvm: cleanup pending frames in DQA modeSara Sharon1-5/+6
2017-02-10Merge tag 'wireless-drivers-next-for-davem-2017-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-65/+169
2017-02-08iwlwifi: mvm: Fix removal of IGTKIlan Peer1-2/+5
2017-02-06iwlwifi: mvm: fix pending frame counter calculationSara Sharon1-12/+21
2017-02-06iwlwifi: mvm: release static queues on bcast releaseLiad Kaufman1-18/+72
2017-02-03iwlwifi: mvm: set AID to firmware only for associated stationsJohannes Berg1-1/+2
2017-02-03iwlwifi: mvm: always free inactive queue when moving ownershipSara Sharon1-32/+69
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2017-01-26iwlwifi: mvm: use mvm_disable_queue instead of sharing logicSara Sharon1-21/+8
2017-01-26iwlwifi: mvm: remove unused sta_id variable in iwl_mvm_change_queue_owner()Luca Coelho1-2/+0
2017-01-23iwlwifi: mvm: avoid crash on restart w/o reserved queuesJohannes Berg1-3/+4
2016-10-19iwlwifi: mvm: tell the firmware about the AID of the peerEmmanuel Grumbach1-0/+1
2016-10-19iwlwifi: mvm: use firmware station PM notification for AP_LINK_PSJohannes Berg1-0/+13
2016-10-19iwlwifi: mvm: fix dqa deferred frames markingLiad Kaufman1-0/+1
2016-10-19iwlwifi: mvm: fix reserved txq freeingLiad Kaufman1-3/+6
2016-10-19iwlwifi: mvm: update txq metadata to current ownerLiad Kaufman1-4/+9
2016-09-26iwlwifi: mvm: initialise ADD_STA before sending it to the firmwareEmmanuel Grumbach1-1/+1
2016-09-19iwlwifi: mvm: make iwl_mvm_update_sta() an inlineJohannes Berg1-7/+0
2016-09-19iwlwifi: mvm: remove variable shadowingLiad Kaufman1-3/+3
2016-09-16iwlwifi: mvm: use setup_timer instead of init_timer and data fieldsWei Yongjun1-5/+3
2016-09-16iwlwifi: mvm: free reserved queue on STA removalLiad Kaufman1-1/+23
2016-09-15iwlwifi: mvm: call a different txq_enable functionSara Sharon1-3/+1
2016-08-30iwlwifi: mvm: support txq tid owner changeLiad Kaufman1-0/+51
2016-08-30iwlwifi: mvm: use defines for SCD_CONFIG_CMD enablementLiad Kaufman1-2/+2
2016-08-30iwlwifi: mvm: re-assign old queues after hw restart in dqa modeLiad Kaufman1-2/+70
2016-08-30iwlwifi: mvm: keep track of tid associated with each queueLiad Kaufman1-0/+7
2016-08-30iwlwifi: mvm: re-aggregate shared queue after unsharingLiad Kaufman1-24/+142
2016-08-29iwlwifi: mvm: support GMAC protocolAyala Beker1-6/+36
2016-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo1-1/+15