summaryrefslogtreecommitdiff
path: root/net/mac80211/airtime.c
AgeCommit message (Expand)Author
2023-09-13wifi: mac80211: Sanity check tx bitrate if not provided by driverStephen Douthit
2023-09-13wifi: mac80211: remove shifted rate supportJohannes Berg
2022-11-25wifi: mac8021: fix possible oob access in ieee80211_get_rate_durationLorenzo Bianconi
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg
2022-04-11mac80211: prepare sta handling for MLO supportSriram R
2022-03-11mac80211: correct legacy rates check in ieee80211_calc_rx_airtimeMeiChia Chiu
2022-02-04mac80211: remove unused macrosJohannes Berg
2022-02-04mac80211: airtime: avoid variable shadowingJohannes Berg
2020-09-18mac80211: add AQL support for VHT160 tx ratesFelix Fietkau
2020-09-18mac80211: extend AQL aggregation estimation to HE and fix unit mismatchFelix Fietkau
2020-08-27mac80211: improve AQL aggregation estimation for low data ratesFelix Fietkau
2020-08-27mac80211: factor out code to look up the average packet length duration for a...Felix Fietkau
2020-08-27mac80211: use rate provided via status->rate on ieee80211_tx_status_ext for AQLFelix Fietkau
2020-07-31mac80211: improve AQL tx airtime estimationFelix Fietkau
2019-12-13mac80211: airtime: Fix an off by one in ieee80211_calc_rx_airtime()Dan Carpenter
2019-11-22mac80211: Import airtime calculation code from mt76Toke Høiland-Jørgensen