From: Leon M. George Date: Thu, 8 Oct 2020 08:47:16 +0000 (+0200) Subject: hostapd: fix patch offset X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=651f0c09999f2b10b412bdd3f60d4711034e5a90;p=openwrt%2Fstaging%2Fneocturne.git hostapd: fix patch offset Fixes the offset of the patch added in 93bbd998aa696a ("hostapd: enter DFS state if no available channel is found"). Signed-off-by: Leon M. George --- diff --git a/package/network/services/hostapd/patches/800-dfs-enter-DFS-state-if-no-available-channel-is-found.patch b/package/network/services/hostapd/patches/800-dfs-enter-DFS-state-if-no-available-channel-is-found.patch index e2db99eeed..3e4638d7ff 100644 --- a/package/network/services/hostapd/patches/800-dfs-enter-DFS-state-if-no-available-channel-is-found.patch +++ b/package/network/services/hostapd/patches/800-dfs-enter-DFS-state-if-no-available-channel-is-found.patch @@ -17,7 +17,7 @@ Signed-off-by: David Bauer --- a/src/ap/dfs.c +++ b/src/ap/dfs.c -@@ -1066,8 +1066,15 @@ static int hostapd_dfs_start_channel_swi +@@ -1086,8 +1086,15 @@ static int hostapd_dfs_start_channel_swi &oper_centr_freq_seg0_idx, &oper_centr_freq_seg1_idx, &skip_radar);