PERFORCE change 112428 for review
Sam Leffler
sam at FreeBSD.org
Tue Jan 2 10:25:30 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=112428
Change 112428 by sam at sam_ebb on 2007/01/02 18:24:52
define stub wi_node struct so things compile
Affected files ...
.. //depot/projects/wifi/sys/dev/wi/if_wivar.h#9 edit
Differences ...
==== //depot/projects/wifi/sys/dev/wi/if_wivar.h#9 (text+ko) ====
@@ -202,6 +202,11 @@
#define WI_FLAGS_HAS_FRAGTHR 0x0200
#define WI_FLAGS_HAS_DBMADJUST 0x0400
+/* driver-specific node state */
+struct wi_node {
+ struct ieee80211_node ni; /* base class */
+};
+
struct wi_card_ident {
u_int16_t card_id;
char *card_name;
More information about the p4-projects
mailing list