a small trivial patch...
Wilfried Klaebe
wk-hostap
Sat Jul 17 10:55:41 PDT 2004
Hi!
I just thought, why not set PRISM2_NO_STATION_MODES on my access point...
Turns out it won't compile. This fixes it:
diff -u -r1.83 hostap_ioctl.c
--- driver/modules/hostap_ioctl.c 6 Jul 2004 00:17:06 -0000 1.83
+++ driver/modules/hostap_ioctl.c 16 Jul 2004 08:57:17 -0000
@@ -1630,7 +1630,8 @@
#else /* !PRISM2_NO_STATION_MODES */
-static inline int prism2_request_hostscan(struct net_device *dev)
+static inline int prism2_request_hostscan(struct net_device *dev,
+ u8 *ssid, u8 ssid_len)
{
return -EOPNOTSUPP;
}
Regards, Wilfried
--
Irgendwas ist ja immer...
More information about the Hostap
mailing list