X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=package%2Fnetwork%2Fservices%2Fhostapd%2Fpatches%2F200-multicall.patch;h=0d289d53a36853bb6f8963d312d9bc332c9a50eb;hb=bbda81ce3077dfade2a43a39f772cfec2e82a9a5;hp=7d33c7f435c22936256702a1a20f87b4df030128;hpb=0d5c1d7f238cd5aca207268950edc70ed6cf0a05;p=openwrt%2Fstaging%2Fmkresin.git diff --git a/package/network/services/hostapd/patches/200-multicall.patch b/package/network/services/hostapd/patches/200-multicall.patch index 7d33c7f435..0d289d53a3 100644 --- a/package/network/services/hostapd/patches/200-multicall.patch +++ b/package/network/services/hostapd/patches/200-multicall.patch @@ -297,7 +297,7 @@ #ifdef CONFIG_WPS static int gen_uuid(const char *txt_addr) @@ -670,6 +675,8 @@ int main(int argc, char *argv[]) - dl_list_init(&interfaces.eth_p_oui); + dl_list_init(&interfaces.eth_p_oui); #endif /* CONFIG_ETH_P_OUI */ + wpa_supplicant_event = hostapd_wpa_event;