projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
hostapd: move the madwifi segfault fix to the right place
[openwrt.git]
/
package
/
hostapd
/
patches
/
340-roboswitch_fix.patch
1
--- a/src/drivers/driver_roboswitch.c
2
+++ b/src/drivers/driver_roboswitch.c
3
@@ -14,10 +14,10 @@
4
5
#include "includes.h"
6
#include <sys/ioctl.h>
7
-#include <linux/if.h>
8
#include <linux/sockios.h>
9
#include <linux/if_ether.h>
10
#include <linux/mii.h>
11
+#include <net/if.h>
12
13
#include "common.h"
14
#include "driver.h"
This page took
0.044258 seconds
and
5
git commands to generate.