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:23:58 +0000 (00:23 +0200)
commite962f866b2b7e9d413224b84fa90de7e2a1b9225
tree039ad18735be8b43821447c1f49aaf886000529d
parentb6f2c58dd60f1e2da6c2ccfc1feb2cc1fcc158da
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>
(cherry picked from commit ed816f6ba8b5e3df609e5fc53f7bcb09bdaa16be)
package/kernel/mac80211/patches/subsys/340-mac80211-always-use-mac80211-loss-detection.patch [new file with mode: 0644]