projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
libipfix: specify the number of the wprobe ie append script on the command line
[openwrt.git]
/
package
/
hostapd
/
patches
/
100-madwifi_fix.patch
diff --git
a/package/hostapd/patches/100-madwifi_fix.patch
b/package/hostapd/patches/100-madwifi_fix.patch
index
915b86a
..
42f0b3a
100644
(file)
--- a/
package/hostapd/patches/100-madwifi_fix.patch
+++ b/
package/hostapd/patches/100-madwifi_fix.patch
@@
-1,6
+1,6
@@
--- a/src/drivers/driver_madwifi.c
+++ b/src/drivers/driver_madwifi.c
--- a/src/drivers/driver_madwifi.c
+++ b/src/drivers/driver_madwifi.c
-@@ -3
18,6 +318
,7 @@ madwifi_set_iface_flags(void *priv, int
+@@ -3
23,6 +323
,7 @@ madwifi_set_iface_flags(void *priv, int
{
struct madwifi_driver_data *drv = priv;
struct ifreq ifr;
{
struct madwifi_driver_data *drv = priv;
struct ifreq ifr;
@@
-8,7
+8,7
@@
wpa_printf(MSG_DEBUG, "%s: dev_up=%d", __func__, dev_up);
wpa_printf(MSG_DEBUG, "%s: dev_up=%d", __func__, dev_up);
-@@ -33
2,10 +333
,14 @@ madwifi_set_iface_flags(void *priv, int
+@@ -33
7,10 +338
,14 @@ madwifi_set_iface_flags(void *priv, int
return -1;
}
return -1;
}
This page took
0.02867 seconds
and
4
git commands to generate.