From a00985a564c809d187ce7b09f8aa1ac2ee50c7df Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 8 Apr 2002 00:52:15 +0000 Subject: Sony ID is 0x0002, not 0x0001. Noticed by Ichiro Fukuhara-san when I submitted patches to him for NetBSD integration. --- sys/dev/wi/if_wireg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/dev/wi/if_wireg.h b/sys/dev/wi/if_wireg.h index 4db607d0ea39..e3c705bc4594 100644 --- a/sys/dev/wi/if_wireg.h +++ b/sys/dev/wi/if_wireg.h @@ -376,7 +376,7 @@ struct wi_ltv_ver { #define WI_NIC_LUCENT_ID 0x0001 #define WI_NIC_LUCENT_STR "Lucent Technologies, WaveLAN/IEEE" -#define WI_NIC_SONY_ID 0x0001 +#define WI_NIC_SONY_ID 0x0002 #define WI_NIC_SONY_STR "Sony WaveLAN/IEEE" #define WI_NIC_LUCENT_EMB_ID 0x0005 -- cgit v1.3