X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fnetwork%2Fservices%2Fhostapd%2Fpatches%2F602-driver_nl80211-use-new-parameters-during-ibss-join.patch;h=4288e9c1421644c53e892af829c19aea0c012f1b;hb=5cdd493473fc1782720eaeee1148168d04f51c38;hp=5a6eb5e447f0f9ef9fdff9bd50c8c1b6d41bfbc2;hpb=0abf3d1380445d41e359019ad544a3ddcaf8cc03;p=15.05%2Fopenwrt.git diff --git a/package/network/services/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch b/package/network/services/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch index 5a6eb5e447..4288e9c142 100644 --- a/package/network/services/hostapd/patches/602-driver_nl80211-use-new-parameters-during-ibss-join.patch +++ b/package/network/services/hostapd/patches/602-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 -@@ -7040,7 +7040,7 @@ static int wpa_driver_nl80211_ibss(struc +@@ -7525,7 +7525,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); -@@ -7073,6 +7073,37 @@ retry: +@@ -7558,6 +7558,37 @@ retry: wpa_printf(MSG_DEBUG, " * freq=%d", params->freq); NLA_PUT_U32(msg, NL80211_ATTR_WIPHY_FREQ, params->freq);