projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ppp: remove zero-length patches
[openwrt.git]
/
package
/
hostapd
/
patches
/
320-nl80211_multicall_fixes.patch
diff --git
a/package/hostapd/patches/320-nl80211_multicall_fixes.patch
b/package/hostapd/patches/320-nl80211_multicall_fixes.patch
index
62ad1be
..
2403e72
100644
(file)
--- a/
package/hostapd/patches/320-nl80211_multicall_fixes.patch
+++ b/
package/hostapd/patches/320-nl80211_multicall_fixes.patch
@@
-1,6
+1,6
@@
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
-@@ -18
47,6 +1847
,7 @@ static void * wpa_driver_nl80211_init(vo
+@@ -18
90,6 +1890
,7 @@ static void * wpa_driver_nl80211_init(vo
drv->monitor_ifidx = -1;
drv->monitor_sock = -1;
drv->ioctl_sock = -1;
drv->monitor_ifidx = -1;
drv->monitor_sock = -1;
drv->ioctl_sock = -1;
@@
-8,7
+8,7
@@
if (wpa_driver_nl80211_init_nl(drv)) {
os_free(drv);
if (wpa_driver_nl80211_init_nl(drv)) {
os_free(drv);
-@@ -20
13,29 +2014
,29 @@ wpa_driver_nl80211_finish_drv_init(struc
+@@ -20
56,29 +2057
,29 @@ wpa_driver_nl80211_finish_drv_init(struc
drv->ifindex = if_nametoindex(bss->ifname);
drv->first_bss.ifindex = drv->ifindex;
drv->ifindex = if_nametoindex(bss->ifname);
drv->first_bss.ifindex = drv->ifindex;
@@
-58,7
+58,7
@@
if (wpa_driver_nl80211_capa(drv))
return -1;
if (wpa_driver_nl80211_capa(drv))
return -1;
-@@ -3
765,7 +3766
,8 @@ static void nl80211_remove_iface(struct
+@@ -3
849,7 +3850
,8 @@ static void nl80211_remove_iface(struct
#ifdef HOSTAPD
/* stop listening for EAPOL on this interface */
#ifdef HOSTAPD
/* stop listening for EAPOL on this interface */
@@
-68,7
+68,7
@@
#endif /* HOSTAPD */
msg = nlmsg_alloc();
#endif /* HOSTAPD */
msg = nlmsg_alloc();
-@@ -3
838,7 +3840
,8 @@ static int nl80211_create_iface_once(str
+@@ -3
922,7 +3924
,8 @@ static int nl80211_create_iface_once(str
#ifdef HOSTAPD
/* start listening for EAPOL on this interface */
#ifdef HOSTAPD
/* start listening for EAPOL on this interface */
This page took
0.021968 seconds
and
4
git commands to generate.