summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-02iwlwifi: mvm: fix "failed to remove key" messageSara Sharon1-1/+2
2018-02-16iwlwifi: mvm: fix IBSS for devices that support station type APISara Sharon1-12/+12
2017-12-20iwlwifi: define and use if iwl_mvm_has_tlc_offloadEmmanuel Grumbach1-3/+2
2017-12-19Merge tag 'wireless-drivers-next-for-davem-2017-12-18' of git://git.kernel.or...David S. Miller1-7/+22
2017-12-05iwlwifi: mvm: rs: add ops for the new rate scaling in the FWGregory Greenman1-0/+7
2017-12-05iwlwifi: mvm: rs: introduce new API for rate scalingGregory Greenman1-2/+10
2017-11-28iwlwifi: rename the temporary name of A000 to the official 22000Luca Coelho1-5/+5
2017-11-25iwlwifi: mvm: fix packet injectionEmmanuel Grumbach1-13/+40
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