Project : madwifi
Revision : 2187
Author : mrenzmann (Michael Renzmann)
Date : 2007-03-08 13:19:13 +0100 (Thu, 08 Mar 2007)
Log Message :
Fix compilation issues introduced in r2180. Closes #1181.
Thanks to Matthias Wermann for his report.
Affected Files:
* trunk/net80211/ieee80211_linux.h updated
Modified: trunk/net80211/ieee80211_linux.h
===================================================================
--- trunk/net80211/ieee80211_linux.h 2007-03-08 03:04:21 UTC (rev 2186)
+++ trunk/net80211/ieee80211_linux.h 2007-03-08 12:19:13 UTC (rev 2187)
@@ -492,10 +492,10 @@
#define vlan_hwaccel_receive_skb(skb, grp, tag) vlan_hwaccel_rx(skb,
grp, tag)
#endif
-#ifndef VLAN_GROUP_ARRAY_LEN
+#ifndef VLAN_GROUP_ARRAY_PART_LEN
#define vlan_group_set_device(group, vid, dev) do { \
group->vlan_devices[vid] = dev; \
-while (0);
+} while (0);
#endif
#else
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|