summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/if_wl_wavelan.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-03 20:24:13 +0000
committerbde <bde@FreeBSD.org>1998-02-03 20:24:13 +0000
commit379bd7e4cabff6ec3963373a7593564422022d9e (patch)
tree314bef0b0371e90232512a90f9e0ae71e69c28af /sys/i386/include/if_wl_wavelan.h
parenta851a9f7138b911f7a3767eb22c27129fbb91f71 (diff)
downloadFreeBSD-src-379bd7e4cabff6ec3963373a7593564422022d9e.zip
FreeBSD-src-379bd7e4cabff6ec3963373a7593564422022d9e.tar.gz
Moved misplaced idempotency ifdef. Multiple inclusion was fatal since
there was a typedef outside the ifdef. Fixed syntax error after the #endif for this ifdef. Didn't fix the usual style bugs for this ifdef...
Diffstat (limited to 'sys/i386/include/if_wl_wavelan.h')
-rw-r--r--sys/i386/include/if_wl_wavelan.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/include/if_wl_wavelan.h b/sys/i386/include/if_wl_wavelan.h
index c75a1ae..1626f13 100644
--- a/sys/i386/include/if_wl_wavelan.h
+++ b/sys/i386/include/if_wl_wavelan.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: if_wl_wavelan.h,v 1.2 1997/08/01 03:33:43 msmith Exp $ */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -84,8 +84,6 @@
#define MMC_EECTRLstat_DWLD 0x08 /* 2.4 Gz Synth/Tx-Pwr DWLD busy */
#define MMC_EECTRLstat_EEBUSY 0x04 /* 2.4 Gz EEPROM busy */
-#endif _CHIPS_WAVELAN_H
-
/* additional socket ioctl params for wl card
* see sys/sockio.h for numbers. The 2nd params here
* must be greater than any values in sockio.h
@@ -165,3 +163,5 @@ struct w_sigcache {
int snr; /* packet has unique age between 1 to MAX_AGE - 1 */
};
+#endif /* _CHIPS_WAVELAN_H */
+
OpenPOWER on IntegriCloud