summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-03iwlwifi: mvm: Convert timers to use timer_setup()Kees Cook1-9/+9
2017-11-03iwlwifi: mvm: reset seq num after restartLiad Kaufman1-0/+8
2017-11-03iwlwifi: mvm: cleanup references to aggregation count limitSara Sharon1-12/+12
2017-10-18iwlwifi: mvm: remove duplicated fields in mvm reorder bufferSara Sharon1-5/+1
2017-10-18iwlwifi: mvm: allocate reorder buffer according to needJohannes Berg1-3/+35
2017-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo1-3/+5
2017-10-06iwlwifi: mvm: support firmware debug trigger on frame reorder timeoutEmmanuel Grumbach1-0/+1
2017-09-08iwlwifi: mvm: initialize status in iwl_mvm_add_int_sta_common()Luca Coelho1-1/+1
2017-09-08iwlwifi: mvm: change state when queueing agg start workNaftali Goldstein1-2/+4
2017-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo1-3/+4
2017-08-09iwlwifi: mvm: add station before allocating a queueShaul Triebitz1-45/+63
2017-08-09iwlwifi: mvm: send delba upon rx ba session timeoutNaftali Goldstein1-2/+2
2017-08-07Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.or...David S. Miller1-353/+99
2017-08-01iwlwifi: mvm: remove non-DQA modeJohannes Berg1-346/+91
2017-08-01iwlwifi: mvm: rename p2p-specific sta functions to include p2p in the namesLuca Coelho1-2/+2
2017-08-01iwlwifi: mvm: fix uninitialized var while waiting for queues to emptySharon Dvir1-3/+4
2017-08-01iwlwifi: mvm: fix the FIFO numbers in A000 devicesEmmanuel Grumbach1-3/+3
2017-08-01iwlwifi: mvm: set the RTS_MIMO_PROT bit in flag mask when sending sta to fwNaftali Goldstein1-1/+2
2017-07-21iwlwifi: mvm: handle IBSS probe_queue in a few missing placesLuca Coelho1-1/+2
2017-07-21iwlwifi: mvm: fix a NULL pointer dereference of error in recoveryEmmanuel Grumbach1-0/+12
2017-06-29iwlwifi: mvm: fix deduplication start logicJohannes Berg1-2/+15
2017-06-29iwlwifi: mvm: support aggs of 64 frames in A000 familyLiad Kaufman1-2/+9
2017-06-29iwlwifi: mvm: change sta_id to u8Sharon Dvir1-2/+2
2017-06-23iwlwifi: mvm: support new flush APIMordechai Goodstein1-24/+27
2017-06-23iwlwifi: add a W/A for a scheduler hardware bugEmmanuel Grumbach1-3/+14
2017-06-23iwlwifi: mvm: support aggregations on A000 HWLiad Kaufman1-2/+25
2017-06-23iwlwifi: mvm: Enable security on new TX APIDavid Spinadel1-37/+71
2017-06-23iwlwifi: mvm: remove txq EMPTYING_DELBA state for DQALiad Kaufman1-2/+7
2017-06-12Merge tag 'iwlwifi-next-for-kalle-2017-06-06' of git://git.kernel.org/pub/scm...Kalle Valo1-5/+43
2017-06-05iwlwifi: mvm: don't fail when removing a key from an inexisting staLuca Coelho1-8/+5
2017-06-05iwlwifi: mvm: support ibss in dqa modeLiad Kaufman1-1/+12
2017-06-02iwlwifi: add wait for tx queue emptySara Sharon1-3/+38
2017-06-02iwlwifi: mvm: wait for the flushed queue onlySara Sharon1-2/+1
2017-06-02iwlwifi: mvm: flush per station for DQA modeSara Sharon1-1/+5
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...Kalle Valo1-46/+153