hostapd: bump to 2024-03-09
[openwrt/staging/xback.git] / package / network / services / hostapd / patches / 011-mesh-use-deterministic-channel-on-channel-switch.patch
index 07b7a5971d3e00854ea693740240c0156c2e7556..a53fcc480c6586aabafa01f20751d41f64d9633e 100644 (file)
@@ -64,11 +64,11 @@ Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
                return NULL;
 +
        chan_idx = _rand % num_available_chandefs;
-       dfs_find_channel(iface, &chan, chan_idx, type);
-       if (!chan) {
+       wpa_printf(MSG_DEBUG, "DFS: Picked random entry from the list: %d/%d",
+                  chan_idx, num_available_chandefs);
 --- a/src/drivers/driver_nl80211.c
 +++ b/src/drivers/driver_nl80211.c
-@@ -11017,6 +11017,10 @@ static int nl80211_switch_channel(void *
+@@ -11195,6 +11195,10 @@ static int nl80211_switch_channel(void *
        if (ret)
                goto error;