summaryrefslogtreecommitdiffstats
path: root/sys/dev/wl
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-07-02 05:58:47 +0000
committerimp <imp@FreeBSD.org>2001-07-02 05:58:47 +0000
commit521f09dc34978c03c8a8c9f94d18c6e5c59527d2 (patch)
treedd852fbf934432a41ddc4acb1087962210058255 /sys/dev/wl
parentee84d295cbe18987237a2d35769e0a943e71378c (diff)
downloadFreeBSD-src-521f09dc34978c03c8a8c9f94d18c6e5c59527d2.zip
FreeBSD-src-521f09dc34978c03c8a8c9f94d18c6e5c59527d2.tar.gz
Move wl driver to dev/wl. Repo copied to dev/wl, the old copies
removed and a minimal number of changes to make it compile in the new location. # I have a fully converted on a disk that may be crashed. If it is # crashed, I'll redo the work.
Diffstat (limited to 'sys/dev/wl')
-rw-r--r--sys/dev/wl/if_wl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c
index afa82ff..d46021f 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
OpenPOWER on IntegriCloud