mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
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...
This commit is contained in:
parent
98a6e74553
commit
65fa467e59
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33046
1 changed files with 3 additions and 3 deletions
|
@ -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
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* 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_DWLD 0x08 /* 2.4 Gz Synth/Tx-Pwr DWLD busy */
|
||||||
#define MMC_EECTRLstat_EEBUSY 0x04 /* 2.4 Gz EEPROM busy */
|
#define MMC_EECTRLstat_EEBUSY 0x04 /* 2.4 Gz EEPROM busy */
|
||||||
|
|
||||||
#endif _CHIPS_WAVELAN_H
|
|
||||||
|
|
||||||
/* additional socket ioctl params for wl card
|
/* additional socket ioctl params for wl card
|
||||||
* see sys/sockio.h for numbers. The 2nd params here
|
* see sys/sockio.h for numbers. The 2nd params here
|
||||||
* must be greater than any values in sockio.h
|
* 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 */
|
int snr; /* packet has unique age between 1 to MAX_AGE - 1 */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif /* _CHIPS_WAVELAN_H */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue