X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ef4a1fa271558be940b207a4cec12a6f64df253f..90d4f59c90febdcdd4599898f172ba5c63614ea3:/package/hostapd/patches/553-ap_sta_support.patch?ds=inline diff --git a/package/hostapd/patches/553-ap_sta_support.patch b/package/hostapd/patches/553-ap_sta_support.patch index 734aa0434..dfc24c42c 100644 --- a/package/hostapd/patches/553-ap_sta_support.patch +++ b/package/hostapd/patches/553-ap_sta_support.patch @@ -107,7 +107,7 @@ wpa_s->new_connection = 1; wpa_drv_set_operstate(wpa_s, 0); #ifndef IEEE8021X_EAPOL -@@ -2154,6 +2211,21 @@ static int wpa_supplicant_init_iface(str +@@ -2157,6 +2214,21 @@ static int wpa_supplicant_init_iface(str os_strlcpy(wpa_s->bridge_ifname, iface->bridge_ifname, sizeof(wpa_s->bridge_ifname)); }