diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2004-05-11 20:06:12 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2004-05-11 20:06:12 +0000 |
| commit | d3b3af75996eef9719ece9aa20c443bf8ab438f6 (patch) | |
| tree | 722db40dc55d00801800d12b9f13d39650fe2bbd /sys/dev/wl | |
| parent | a49b21371ae70fe2a0f88d195a4c67a842e4ce7f (diff) | |
Notes
Diffstat (limited to 'sys/dev/wl')
| -rw-r--r-- | sys/dev/wl/if_wl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c index d582b8f33458..e954b535328f 100644 --- a/sys/dev/wl/if_wl.c +++ b/sys/dev/wl/if_wl.c @@ -365,8 +365,6 @@ static void wl_cache_zero(struct wl_softc *sc); static int irqvals[16] = { 0, 0, 0, 0x01, 0x02, 0x04, 0, 0x08, 0, 0, 0x10, 0x20, 0x40, 0, 0, 0x80 }; -/* mask of valid IRQs */ -#define WL_IRQS (IRQ3|IRQ4|IRQ5|IRQ7|IRQ10|IRQ11|IRQ12|IRQ15) /* * wlprobe: |
