diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-07-02 05:58:47 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-07-02 05:58:47 +0000 |
| commit | cf8a1123e4af8d772171e75d8d185030b07b7452 (patch) | |
| tree | dd852fbf934432a41ddc4acb1087962210058255 /sys/dev/wl | |
| parent | a3d1987d237dfba0192e28b3dbe7e677aa066086 (diff) | |
Notes
Diffstat (limited to 'sys/dev/wl')
| -rw-r--r-- | sys/dev/wl/if_wl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c index afa82ff24a78..d46021f6a1df 100644 --- a/sys/dev/wl/if_wl.c +++ b/sys/dev/wl/if_wl.c @@ -188,7 +188,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * transmit buffer available in sram space. */ -#include "wl.h" +#define NWL 4 #include "opt_wavelan.h" #include "opt_inet.h" @@ -223,7 +223,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* was 1000 in original, fed to DELAY(x) */ #define DELAYCONST 1000 -#include <i386/isa/if_wl.h> +#include <dev/wl/if_wl.h> #include <machine/if_wl_wavelan.h> #ifndef COMPAT_OLDISA |
