aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/022-hostapd-fix-use-of-uninitialized-stack-variables.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/hostapd/patches/022-hostapd-fix-use-of-uninitialized-stack-variables.patch')
-rw-r--r--package/network/services/hostapd/patches/022-hostapd-fix-use-of-uninitialized-stack-variables.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/patches/022-hostapd-fix-use-of-uninitialized-stack-variables.patch b/package/network/services/hostapd/patches/022-hostapd-fix-use-of-uninitialized-stack-variables.patch
index f4f56f5107..8dec325c98 100644
--- a/package/network/services/hostapd/patches/022-hostapd-fix-use-of-uninitialized-stack-variables.patch
+++ b/package/network/services/hostapd/patches/022-hostapd-fix-use-of-uninitialized-stack-variables.patch
@@ -14,7 +14,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
--- a/src/ap/hostapd.c
+++ b/src/ap/hostapd.c
-@@ -3562,7 +3562,7 @@ static int hostapd_change_config_freq(st
+@@ -3764,7 +3764,7 @@ static int hostapd_change_config_freq(st
struct hostapd_freq_params *old_params)
{
int channel;