commit | 842205d7f0a4a9506d47ecc01c278077e5281fc9 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Thu Sep 22 17:12:54 2022 +0800 |
committer | developer <developer@mediatek.com> | Thu Sep 22 17:12:54 2022 +0800 |
tree | f6ec61819f5cf862e09e01a1b2850fffc7b6336b | |
parent | 4b170529d313eaf545dfbfa51c51b61b723b45b8 [diff] [blame] |
[rdk-b][common][bsp][Refactor and sync kernel/wifi from Openwrt] [Description] Refactor and sync kernel/wifi from Openwrt [Release-log] N/A
diff --git a/recipes-connectivity/hostapd/files/patches/022-hostapd-fix-use-of-uninitialized-stack-variables.patch b/recipes-connectivity/hostapd/files/patches/022-hostapd-fix-use-of-uninitialized-stack-variables.patch index c7da33f..25801da 100644 --- a/recipes-connectivity/hostapd/files/patches/022-hostapd-fix-use-of-uninitialized-stack-variables.patch +++ b/recipes-connectivity/hostapd/files/patches/022-hostapd-fix-use-of-uninitialized-stack-variables.patch
@@ -14,7 +14,7 @@ --- a/src/ap/hostapd.c +++ b/src/ap/hostapd.c -@@ -3431,7 +3431,7 @@ static int hostapd_change_config_freq(st +@@ -3453,7 +3453,7 @@ static int hostapd_change_config_freq(st struct hostapd_freq_params *old_params) { int channel;