Explorar el Código

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 <[email protected]>
Leon M. George hace 5 años
padre
commit
651f0c0999

+ 1 - 1
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 <[email protected]>
 
 --- 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);