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>
Thu, 22 Jun 2023 22:21:48 +0000 (00:21 +0200)
commited816f6ba8b5e3df609e5fc53f7bcb09bdaa16be
treeae5b471f8f2ef2d17c2cf1c9785c7eea4b940101
parent1b467a902ec9b8bf29805c6928627e8bbad0f14c
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]