diff options
Diffstat (limited to 'sys/dev/wi/if_wi.c')
-rw-r--r-- | sys/dev/wi/if_wi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 7d5432a..79ebcd5 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -68,6 +68,8 @@ #define WI_HERMES_STATS_WAR /* Work around stats counter bug. */ #include "card.h" +#undef NCARD +#define NCARD 0 #include "wi.h" #include <sys/param.h> |