summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/rs.c
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: add a pointer to the trans_cfg directly in transLuca Coelho2019-09-061-1/+1
* iwlwifi: separate elements from cfg that are needed by trans_allocLuca Coelho2019-09-061-1/+1
* iwlwifi: mvm: remove check for lq_sta in __iwl_mvm_rs_tx_status()Luca Coelho2019-09-061-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-250/+289
|\
| * iwlwifi: mvm: fix possible out-of-bounds read when accessing lq_infoGregory Greenman2019-07-301-8/+20
| * iwlwifi: mvm: replace RS mutex with a spin_lockGregory Greenman2019-07-301-274/+256
| * iwlwifi: mvm: send LQ command always ASYNCGregory Greenman2019-07-301-11/+12
| * iwlwifi: mvm: add a wrapper around rs_tx_status to handle locksGregory Greenman2019-07-301-9/+19
| * iwlwifi: mvm: avoid races in rate init and rate performMordechay Goodstein2019-07-301-4/+38
* | iwlwifi: mvm: remove unused .remove_sta_debugfs callbackGreg Kroah-Hartman2019-07-261-5/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-12/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 322Thomas Gleixner2019-06-051-12/+1
* | mac80211: call rate_control_send_low() internallyJohannes Berg2019-06-141-4/+0
|/
* iwlwifi: mvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-04-031-6/+2
* iwlwifi: mvm: implement VHT extended NSS support in rs.cJohannes Berg2019-02-201-2/+21
* iwlwifi: mvm: limit AMSDU size to 8KSara Sharon2019-02-041-1/+6
* iwlwifi: mvm: fix values in the table exampleLuca Coelho2019-01-251-6/+6
* iwlwifi: mvm: support mac80211 AMSDUSara Sharon2019-01-251-0/+14
* iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()Luca Coelho2018-10-131-5/+19
* iwlwifi: mvm: TLC support for Coex Schema 2Erel Geron2018-09-281-2/+3
* iwlwifi: mvm: always init rs_fw with 20MHz bandwidth ratesNaftali Goldstein2018-08-311-1/+1
* iwlwifi: mvm: Send LQ command as async when necessaryAvraham Stern2018-08-311-10/+8
* iwlwifi: add support for IEEE802.11axLuca Coelho2018-07-261-5/+34
* iwlwifi: mvm: open BA session only when sta is authorizedGregory Greenman2018-05-301-19/+19
* iwlwifi: mvm: support offload of AMSDU rate controlGregory Greenman2018-04-201-4/+11
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-271-6/+6
* iwlwifi: mvm: always init rs with 20mhz bandwidth ratesNaftali Goldstein2018-02-161-8/+20
* iwlwifi: define and use if iwl_mvm_has_tlc_offloadEmmanuel Grumbach2017-12-201-2/+2
* iwlwifi: mvm: rs: add size checks when printing to a bufferGregory Greenman2017-12-051-33/+40
* iwlwifi: mvm: rs: add basic implementation of the new RS API handlersGregory Greenman2017-12-051-9/+16
* iwlwifi: mvm: rs: add ops for the new rate scaling in the FWGregory Greenman2017-12-051-40/+49
* iwlwifi: mvm: rs: introduce new API for rate scalingGregory Greenman2017-12-051-23/+20
* iwlwifi: mvm: rs: don't override the rate history in the search cycleEmmanuel Grumbach2017-11-251-3/+1
* iwlwifi: mvm: rs: remove the ANT C from the toogle antenna logicEmmanuel Grumbach2017-11-031-7/+3
* iwlwifi: mvm: change state when queueing agg start workNaftali Goldstein2017-09-081-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2017-08-241-5/+4
|\
| * iwlwifi: mvm: rs: fix TLC statistics collectionGregory Greenman2017-08-011-4/+4
* | iwlwifi: mvm: change open and close criteria of a BA sessionGregory Greenman2017-08-181-52/+65
* | iwlwifi: mvm: use mvmsta consistently in rs.cLuca Coelho2017-08-181-15/+15
|/
* iwlwifi: mvm: support aggs of 64 frames in A000 familyLiad Kaufman2017-06-291-1/+5
* iwlwifi: mvm: rs: add logs for the wrong antenna caseGregory Greenman2017-06-231-1/+5
* iwlwifi: mvm: rs: start using LQ command colorGregory Greenman2017-06-051-35/+11
* iwlwifi: mvm: support new rate flagsSara Sharon2017-04-251-6/+5
* iwlwifi: mvm: don't call << operator with a negative valueEmmanuel Grumbach2017-02-081-1/+3
* iwlwifi: mvm: fix a print of NSS for HT rateGregory Greenman2017-02-081-0/+2
* iwlwifi: mvm: rs: Remove unused 'mcs' variableKirtika Ruchandani2017-01-261-3/+1
* iwlwifi: mvm: rs: Remove unused 'mvmvif'/'mvmsta' variablesKirtika Ruchandani2017-01-261-6/+0
* iwlwifi: mvm: rs: add rate scaling support for 160MHz channelsGregory Greenman2016-07-061-22/+59
* iwlwifi: mvm: Do not open aggregations for null data packetsMatti Gottlieb2016-07-061-6/+7
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-14/+14