X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fnetwork%2Fservices%2Fhostapd%2Fpatches%2F461-driver_nl80211-use-new-parameters-during-ibss-join.patch;fp=package%2Fnetwork%2Fservices%2Fhostapd%2Fpatches%2F461-driver_nl80211-use-new-parameters-during-ibss-join.patch;h=955e15e307e3c9ab6f03c73807415119a31ce211;hb=017320ead3a21415ab876012d1a2844e783c071f;hp=1d3d46dd2665f5284afd52e428e2cb521b1fb0c9;hpb=a860fe2304c5c555af9113c93377ed7bb6e6abca;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/package/network/services/hostapd/patches/461-driver_nl80211-use-new-parameters-during-ibss-join.patch b/package/network/services/hostapd/patches/461-driver_nl80211-use-new-parameters-during-ibss-join.patch index 1d3d46dd26..955e15e307 100644 --- a/package/network/services/hostapd/patches/461-driver_nl80211-use-new-parameters-during-ibss-join.patch +++ b/package/network/services/hostapd/patches/461-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 -@@ -5573,7 +5573,7 @@ static int wpa_driver_nl80211_ibss(struc +@@ -5583,7 +5583,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); -@@ -5600,6 +5600,37 @@ retry: +@@ -5610,6 +5610,37 @@ retry: nl80211_put_beacon_int(msg, params->beacon_int)) goto fail;