diff options
| author | Nick Sayer <nsayer@FreeBSD.org> | 2001-08-24 05:47:50 +0000 |
|---|---|---|
| committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-08-24 05:47:50 +0000 |
| commit | 2afcd749c70df516c987cd0efdf4bb58dd59935b (patch) | |
| tree | e3ce4d664c9173beadfc931b0c985a4c45d0f724 /sys/dev | |
| parent | b9154997084bbe81efe2079b4927a5581e1cd127 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/wi/if_wi.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index f741a8b628e2..93183e16f2cb 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -224,8 +224,6 @@ static const struct pccard_product wi_pccard_products[] = { PCCARD_CIS_LUCENT_WAVELAN_IEEE }, }; -static char wi_device_desc[] = "WaveLAN/IEEE 802.11"; - static int wi_pccard_match(dev) device_t dev; { @@ -375,8 +373,6 @@ wi_pci_attach(device_t dev) if (error) return (error); - device_set_desc(dev, wi_device_desc); - /* Make sure interrupts are disabled. */ CSR_WRITE_2(sc, WI_INT_EN, 0); CSR_WRITE_2(sc, WI_EVENT_ACK, 0xFFFF); |
