aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/110-roboswitch_compile_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-11-09 01:36:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-11-09 01:36:36 +0000
commit327d4d9f67f3d0d6a98393568989696963a899bf (patch)
tree13dfb6bdb1febc4ea97165b737f51c20d004431a /package/hostapd/patches/110-roboswitch_compile_fix.patch
parent297b9756bca9f1de4fd5b33d076049c65287ec07 (diff)
downloadupstream-327d4d9f67f3d0d6a98393568989696963a899bf.tar.gz
upstream-327d4d9f67f3d0d6a98393568989696963a899bf.tar.bz2
upstream-327d4d9f67f3d0d6a98393568989696963a899bf.zip
hostapd: update to 20101109, reorganize patches
SVN-Revision: 23932
Diffstat (limited to 'package/hostapd/patches/110-roboswitch_compile_fix.patch')
-rw-r--r--package/hostapd/patches/110-roboswitch_compile_fix.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/hostapd/patches/110-roboswitch_compile_fix.patch b/package/hostapd/patches/110-roboswitch_compile_fix.patch
new file mode 100644
index 0000000000..50dca64f1a
--- /dev/null
+++ b/package/hostapd/patches/110-roboswitch_compile_fix.patch
@@ -0,0 +1,14 @@
+--- a/src/drivers/driver_roboswitch.c
++++ b/src/drivers/driver_roboswitch.c
+@@ -14,10 +14,10 @@
+
+ #include "includes.h"
+ #include <sys/ioctl.h>
+-#include <linux/if.h>
+ #include <linux/sockios.h>
+ #include <linux/if_ether.h>
+ #include <linux/mii.h>
++#include <net/if.h>
+
+ #include "common.h"
+ #include "driver.h"