aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/mac80211/airtime.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-13wifi: mac80211: Sanity check tx bitrate if not provided by driverStephen Douthit1-1/+1
2023-09-13wifi: mac80211: remove shifted rate supportJohannes Berg1-5/+3
2022-11-25wifi: mac8021: fix possible oob access in ieee80211_get_rate_durationLorenzo Bianconi1-0/+3
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-2/+2
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-2/+2
2022-03-11mac80211: correct legacy rates check in ieee80211_calc_rx_airtimeMeiChia Chiu1-1/+3
2022-02-04mac80211: remove unused macrosJohannes Berg1-6/+0
2022-02-04mac80211: airtime: avoid variable shadowingJohannes Berg1-2/+3
2020-09-18mac80211: add AQL support for VHT160 tx ratesFelix Fietkau1-1/+3
2020-09-18mac80211: extend AQL aggregation estimation to HE and fix unit mismatchFelix Fietkau1-5/+11
2020-08-27mac80211: improve AQL aggregation estimation for low data ratesFelix Fietkau1-12/+26
2020-08-27mac80211: factor out code to look up the average packet length duration for a rateFelix Fietkau1-47/+74
2020-08-27mac80211: use rate provided via status->rate on ieee80211_tx_status_ext for AQLFelix Fietkau1-2/+51
2020-07-31mac80211: improve AQL tx airtime estimationFelix Fietkau1-5/+21
2019-12-13mac80211: airtime: Fix an off by one in ieee80211_calc_rx_airtime()Dan Carpenter1-1/+1
2019-11-22mac80211: Import airtime calculation code from mt76Toke Høiland-Jørgensen1-0/+597