summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/rs.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: iwlwifi: add a few rate index validity checksAnjaneyulu2023-06-191-4/+7
* wifi: iwlwifi: mvm: spin_lock_bh() to fix lockdep regressionHugh Dickins2023-06-141-6/+6
* wifi: iwlwifi: mvm: Add locking to the rate read flowAriel Malamud2023-05-161-0/+3
* wifi: iwlwifi: mvm: remove RS rate init update argumentJohannes Berg2023-04-181-4/+4
* wifi: iwlwifi: mvm: only clients can be 20MHz-onlyJohannes Berg2023-04-181-3/+6
* wifi: iwlwifi: mvm: move max_agg_bufsize into host TLC lq_staGregory Greenman2023-03-301-1/+1
* wifi: iwlwifi: mvm: adjust rs init to MLOGregory Greenman2023-03-301-5/+12
* wifi: iwlwifi: mvm: sta preparation for MLOGregory Greenman2023-03-301-20/+22
* wifi: iwlwifi: mvm: rs: print BAD_RATE for invalid HT/VHT indexJohannes Berg2023-03-151-2/+2
* wifi: iwlwifi: mvm: remove setting of 'sta' parameterTom Rix2023-03-151-1/+0
* wifi: iwlwifi: mvm: clean up duplicated definesMordechay Goodstein2023-03-071-11/+6
* wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg2022-09-061-7/+8
* wifi: mac80211: make smps_mode per-linkBenjamin Berg2022-09-061-1/+1
* wifi: mac80211: move ps setting to vif configJohannes Berg2022-07-151-1/+1
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-1/+1
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-17/+18
* iwlwifi: remove unused macrosJohannes Berg2022-02-181-2/+0
* iwlwifi: mvm: Support new TX_RSP and COMPRESSED_BA_RES versionsMiri Korenblit2021-10-221-4/+4
* iwlwifi: mvm: Support version 3 of tlc_update_notif.Miri Korenblit2021-10-221-57/+10
* iwlwifi: mvm: update definitions due to new rate & flagsMiri Korenblit2021-10-221-40/+40
* iwlwifi: remove contact informationJohannes Berg2021-10-221-5/+0
* iwlwifi: mvm: Remove antenna c referencesMiri Korenblit2021-10-221-18/+8
* iwlwifi: mvm: remove PS from lower rates.Mordechay Goodstein2021-04-141-4/+2
* iwlwifi: mvm: rs: Demote non-conformant function documentation headersLee Jones2020-12-111-5/+5
* iwlwifi: rs: set RTS protection for all non legacy ratesMordechay Goodstein2020-10-011-0/+6
* iwlwifi: mvm: remove redundant assignment to variable retColin Ian King2020-06-081-1/+1
* Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2020-05-261-3/+3
|\
| * mac80211: implement Operating Mode Notification extended NSS supportJohannes Berg2020-04-241-3/+3
* | Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller2020-05-071-1/+2
|\ \
| * | iwlwifi: mvm: add DCM flag to rate pretty-printJohannes Berg2020-04-241-1/+2
| |/
* / mac80211: populate debugfs only after cfg80211 initJohannes Berg2020-04-241-1/+1
|/
* iwlwifi: mvm: remove newline from rs_pretty_print_rate()Johannes Berg2020-03-271-2/+4
* iwlwifi: mvm: print rate_n_flags in a pretty formatMordechay Goodstein2019-11-151-3/+3
* iwlwifi: mvm: in VHT connection use only VHT capabilitiesMordechay Goodstein2019-11-151-0/+2
* 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