mac80211: rt2x00: save survey for every channel visited
authorMarkov Mikhail <markov.mikhail@itmh.ru>
Mon, 12 Oct 2020 09:46:43 +0000 (14:46 +0500)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 21 Oct 2020 10:56:26 +0000 (11:56 +0100)
commit610843f3bc72d2a7c32fbb7c61d0c4416a88d1d9
tree53dcaba93330ec637fe4d8722a4888b4f28afbd4
parentb90a4a8e084640d74d28003f41b81183546f5840
mac80211: rt2x00: save survey for every channel visited

rt2800 olny gives you survey for current channel.

Survey-based ACS algorithms are failing to perform their job when working
with rt2800.

Make rt2800 save survey for every channel visited and be able to give away
that information.

There is a bug registred https://dev.archive.openwrt.org/ticket/19081 and
this patch solves the issue.

Signed-off-by: Markov Mikhail <markov.mikhail@itmh.ru>
package/kernel/mac80211/patches/rt2x00/992-rt2x00-save-survey-for-every-channel-visited.patch [new file with mode: 0644]