1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 23:36:15 +03:00
openwrt-xburst/package/hostapd/patches/340-roboswitch_fix.patch
nbd 2cb1267f3a hostapd: fix compile error in the roboswitch driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19290 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-23 15:12:57 +00:00

15 lines
314 B
Diff

--- 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"