mac80211: allow ACS restriction with fixed channel
authorJan Hoffmann <jan@3e8.eu>
Fri, 3 Jul 2020 11:53:47 +0000 (13:53 +0200)
committerDavid Bauer <mail@david-bauer.net>
Mon, 6 Jul 2020 15:56:54 +0000 (17:56 +0200)
This can be useful when a DFS channel is configured, as the ACS channel
list is taken into account when switching channels after a radar event.
For example, this allows to prevent the SRD channels from being used in
that case.

Signed-off-by: Jan Hoffmann <jan@3e8.eu>
[reorder structure]
Signed-off-by: David Bauer <mail@david-bauer.net>
package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh

index de003e3d2350475f00be5cfcb10efd6bc3700c1e..a131992f2654f0389f918e27736a52c4e896a34f 100644 (file)
@@ -101,7 +101,6 @@ mac80211_hostapd_setup_base() {
        json_select config
 
        [ "$auto_channel" -gt 0 ] && channel=acs_survey
-       [ "$auto_channel" -gt 0 ] && json_get_values channel_list channels
 
        [ "$auto_channel" -gt 0 ] && json_get_vars acs_exclude_dfs
        [ -n "$acs_exclude_dfs" ] && [ "$acs_exclude_dfs" -gt 0 ] &&
@@ -109,6 +108,7 @@ mac80211_hostapd_setup_base() {
 
        json_get_vars noscan ht_coex
        json_get_values ht_capab_list ht_capab tx_burst
+       json_get_values channel_list channels
 
        set_default noscan 0