diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-04-01 18:26:32 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-04-01 18:26:32 +0000 |
| commit | 282607088a568a7817eca89a79e36874cc85ea97 (patch) | |
| tree | d1d1ce356bf0b4347b4c6c50c35c498e0ebdcf5e | |
| parent | 3837db64a7ea6c401ca8e58cb8f2bb46f5daffe2 (diff) | |
Notes
| -rw-r--r-- | sys/dev/wi/if_wi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index c915e41a6152..28062e650628 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -688,10 +688,10 @@ wi_get_id(sc, dev) case WI_NIC_37300P: printf("RF:PRISM2.5 MAC:ISL37300P"); break; - case WI_P3_SST: + case WI_NIC_P3_SST: printf("RF:PRISM3"); break; - case WI_P3_PCI: + case WI_NIC_P3_PCI: printf("RF:PRISM3"); break; case WI_NIC_LUCENT: |
