projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel] Add the generic PWM api from Bill Gatliff (experimental). Ignore the leds...
[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
f83f625
..
736b295
100644
(file)
--- a/
package/hostapd/patches/100-madwifi_fix.patch
+++ b/
package/hostapd/patches/100-madwifi_fix.patch
@@
-1,15
+1,15
@@
--- a/src/drivers/driver_madwifi.c
+++ b/src/drivers/driver_madwifi.c
--- a/src/drivers/driver_madwifi.c
+++ b/src/drivers/driver_madwifi.c
-@@ -117
0,8 +1170
,6 @@ madwifi_init(struct hostapd_data *hapd,
+@@ -117
7,8 +1177
,6 @@ madwifi_init(struct hostapd_data *hapd,
goto bad;
}
- /* mark down during setup */
- linux_set_iface_flags(drv->ioctl_sock, drv->iface, 0);
goto bad;
}
- /* mark down during setup */
- linux_set_iface_flags(drv->ioctl_sock, drv->iface, 0);
- madwifi_set_privacy(drv
->iface, drv
, 0); /* default to no privacy */
+ madwifi_set_privacy(drv, 0); /* default to no privacy */
madwifi_receive_probe_req(drv);
madwifi_receive_probe_req(drv);
-@@ -126
1,8 +1259
,7 @@ madwifi_set_countermeasures(void *priv,
+@@ -126
8,8 +1266
,7 @@ madwifi_set_countermeasures(void *priv,
static int
madwifi_commit(void *priv)
{
static int
madwifi_commit(void *priv)
{
This page took
0.031357 seconds
and
4
git commands to generate.