X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fnetwork%2Fservices%2Fhostapd%2Fpatches%2F501-driver_nl80211-use-new-parameters-during-ibss-join.patch;h=c7746823235b1cf232fc00e8515159f38bab0d0a;hb=c1ba695bffa056d22553a6eabfcaa0ed08b41459;hp=bcf15997f50c48f14d975571f90382cded5c081c;hpb=41ec4f473ee9d9e674656f203545173ee16a5baa;p=openwrt.git diff --git a/package/network/services/hostapd/patches/501-driver_nl80211-use-new-parameters-during-ibss-join.patch b/package/network/services/hostapd/patches/501-driver_nl80211-use-new-parameters-during-ibss-join.patch index bcf15997f5..c774682323 100644 --- a/package/network/services/hostapd/patches/501-driver_nl80211-use-new-parameters-during-ibss-join.patch +++ b/package/network/services/hostapd/patches/501-driver_nl80211-use-new-parameters-during-ibss-join.patch @@ -10,7 +10,7 @@ Signed-hostap: Antonio Quartulli --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c -@@ -8398,7 +8398,7 @@ static int wpa_driver_nl80211_ibss(struc +@@ -8455,7 +8455,7 @@ static int wpa_driver_nl80211_ibss(struc struct wpa_driver_associate_params *params) { struct nl_msg *msg; @@ -19,7 +19,7 @@ Signed-hostap: Antonio Quartulli int count = 0; wpa_printf(MSG_DEBUG, "nl80211: Join IBSS (ifindex=%d)", drv->ifindex); -@@ -8437,6 +8437,37 @@ retry: +@@ -8494,6 +8494,37 @@ retry: params->beacon_int); }