aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/rs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-06wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg1-7/+8
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg1-1/+1
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-1/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-17/+18
2022-02-18iwlwifi: remove unused macrosJohannes Berg1-2/+0
2021-10-22iwlwifi: mvm: Support new TX_RSP and COMPRESSED_BA_RES versionsMiri Korenblit1-4/+4
2021-10-22iwlwifi: mvm: Support version 3 of tlc_update_notif.Miri Korenblit1-57/+10
2021-10-22iwlwifi: mvm: update definitions due to new rate & flagsMiri Korenblit1-40/+40
2021-10-22iwlwifi: remove contact informationJohannes Berg1-5/+0
2021-10-22iwlwifi: mvm: Remove antenna c referencesMiri Korenblit1-18/+8
2021-04-14iwlwifi: mvm: remove PS from lower rates.Mordechay Goodstein1-4/+2
2020-12-11iwlwifi: mvm: rs: Demote non-conformant function documentation headersLee Jones1-5/+5
2020-10-01iwlwifi: rs: set RTS protection for all non legacy ratesMordechay Goodstein1-0/+6
2020-06-08iwlwifi: mvm: remove redundant assignment to variable retColin Ian King1-1/+1
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-3/+3
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-1/+2
2020-04-24iwlwifi: mvm: add DCM flag to rate pretty-printJohannes Berg1-1/+2
2020-04-24mac80211: implement Operating Mode Notification extended NSS supportJohannes Berg1-3/+3
2020-04-24mac80211: populate debugfs only after cfg80211 initJohannes Berg1-1/+1
2020-03-27iwlwifi: mvm: remove newline from rs_pretty_print_rate()Johannes Berg1-2/+4
2019-11-15iwlwifi: mvm: print rate_n_flags in a pretty formatMordechay Goodstein1-3/+3
2019-11-15iwlwifi: mvm: in VHT connection use only VHT capabilitiesMordechay Goodstein1-0/+2
2019-09-06iwlwifi: add a pointer to the trans_cfg directly in transLuca Coelho1-1/+1
2019-09-06iwlwifi: separate elements from cfg that are needed by trans_allocLuca Coelho1-1/+1
2019-09-06iwlwifi: mvm: remove check for lq_sta in __iwl_mvm_rs_tx_status()Luca Coelho1-5/+1
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-250/+289
2019-07-30iwlwifi: mvm: fix possible out-of-bounds read when accessing lq_infoGregory Greenman1-8/+20
2019-07-30iwlwifi: mvm: replace RS mutex with a spin_lockGregory Greenman1-274/+256
2019-07-30iwlwifi: mvm: send LQ command always ASYNCGregory Greenman1-11/+12
2019-07-30iwlwifi: mvm: add a wrapper around rs_tx_status to handle locksGregory Greenman1-9/+19
2019-07-30iwlwifi: mvm: avoid races in rate init and rate performMordechay Goodstein1-4/+38
2019-07-26iwlwifi: mvm: remove unused .remove_sta_debugfs callbackGreg Kroah-Hartman1-5/+0
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+1
2019-06-14mac80211: call rate_control_send_low() internallyJohannes Berg1-4/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 322Thomas Gleixner1-12/+1
2019-04-03iwlwifi: mvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+2
2019-02-20iwlwifi: mvm: implement VHT extended NSS support in rs.cJohannes Berg1-2/+21
2019-02-04iwlwifi: mvm: limit AMSDU size to 8KSara Sharon1-1/+6
2019-01-25iwlwifi: mvm: fix values in the table exampleLuca Coelho1-6/+6
2019-01-25iwlwifi: mvm: support mac80211 AMSDUSara Sharon1-0/+14
2018-10-13iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()Luca Coelho1-5/+19
2018-09-28iwlwifi: mvm: TLC support for Coex Schema 2Erel Geron1-2/+3
2018-08-31iwlwifi: mvm: always init rs_fw with 20MHz bandwidth ratesNaftali Goldstein1-1/+1
2018-08-31iwlwifi: mvm: Send LQ command as async when necessaryAvraham Stern1-10/+8
2018-07-26iwlwifi: add support for IEEE802.11axLuca Coelho1-5/+34
2018-05-30iwlwifi: mvm: open BA session only when sta is authorizedGregory Greenman1-19/+19
2018-04-20iwlwifi: mvm: support offload of AMSDU rate controlGregory Greenman1-4/+11
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches1-6/+6
2018-02-16iwlwifi: mvm: always init rs with 20mhz bandwidth ratesNaftali Goldstein1-8/+20