mac80211: always use mac80211 loss detection
authorDavid Bauer <mail@david-bauer.net>
Wed, 17 May 2023 10:04:00 +0000 (12:04 +0200)
committerDavid Bauer <mail@david-bauer.net>
Sat, 10 Jun 2023 23:00:35 +0000 (01:00 +0200)
commitb4767179f87c43d58ba47fa7c3043aa629da58cc
tree04263ca409fe06a4ba5f0e065c88b1dc20f76b0a
parentf4c1a5b694dcda633ddf96e1d7e419007e34bdc9
mac80211: always use mac80211 loss detection

ath10k does not report excessive loss in case of broken block-ack
sessions. The loss is communicated to the host-os, but ath10k does not
trigger a low-ack events by itself.

The mac80211 framework for loss detection however detects this
circumstance well in case of ath10k. So use it regardless of ath10k's
own loss detection mechanism.

Signed-off-by: David Bauer <mail@david-bauer.net>
package/kernel/mac80211/patches/subsys/340-mac80211-always-use-mac80211-loss-detection.patch [new file with mode: 0644]