]> git.ipfire.org Git - thirdparty/openwrt.git/commit
mac80211: estimate expected throughput if not provided by driver/rc main master
authorFelix Fietkau <nbd@nbd.name>
Wed, 6 Aug 2025 09:09:57 +0000 (11:09 +0200)
committerFelix Fietkau <nbd@nbd.name>
Wed, 6 Aug 2025 09:10:06 +0000 (11:10 +0200)
commitf10732fb5632091452c5b091d3bbd3102d1148da
tree6799b116f5d19461030bc51b1a678975a31db6ac
parent1e84b91634535e638a7f26ebd22fa5e81c6b48ec
mac80211: estimate expected throughput if not provided by driver/rc

Estimate the tx throughput based on the expected per-packet tx time.
This is useful for mesh implementations that rely on expected throughput,
e.g. 802.11s or batman-adv.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/kernel/mac80211/patches/subsys/360-mac80211-factor-out-part-of-ieee80211_calc_expected_.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/361-mac80211-estimate-expected-throughput-if-not-provide.patch [new file with mode: 0644]