summaryrefslogtreecommitdiffstats
path: root/sys/dev/wpi
diff options
context:
space:
mode:
authorbenjsc <benjsc@FreeBSD.org>2008-08-24 22:42:39 +0000
committerbenjsc <benjsc@FreeBSD.org>2008-08-24 22:42:39 +0000
commit41f40c12544e7be4e1daf37a70770b555893a344 (patch)
tree4d9ddba7385fc93d7e1a0a49c3eea61500a22af0 /sys/dev/wpi
parentc9afc2fd2ffe198425295f996880c3288db463b8 (diff)
downloadFreeBSD-src-41f40c12544e7be4e1daf37a70770b555893a344.zip
FreeBSD-src-41f40c12544e7be4e1daf37a70770b555893a344.tar.gz
Correct detection of particular wpi cards which only support b/g
and fix the output to indicate b/g not a/g Submitted by: ischram at telenet.be Reviewed by: thompsa Approved by: sam (co-mentor) MFC after: 1 month
Diffstat (limited to 'sys/dev/wpi')
-rw-r--r--sys/dev/wpi/if_wpi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/wpi/if_wpi.c b/sys/dev/wpi/if_wpi.c
index 7da2ba7..cbe8551 100644
--- a/sys/dev/wpi/if_wpi.c
+++ b/sys/dev/wpi/if_wpi.c
@@ -148,10 +148,10 @@ static const struct wpi_ident wpi_ident_table[] = {
{ 0x8086, 0x4222, 0x0, "Intel(R) PRO/Wireless 3945ABG" },
{ 0x8086, 0x4227, 0x0, "Intel(R) PRO/Wireless 3945ABG" },
/* The below entries only support BG */
- { 0x8086, 0x4222, 0x1005, "Intel(R) PRO/Wireless 3945AB" },
- { 0x8086, 0x4222, 0x1034, "Intel(R) PRO/Wireless 3945AB" },
- { 0x8086, 0x4222, 0x1014, "Intel(R) PRO/Wireless 3945AB" },
- { 0x8086, 0x4222, 0x1044, "Intel(R) PRO/Wireless 3945AB" },
+ { 0x8086, 0x4222, 0x1005, "Intel(R) PRO/Wireless 3945BG" },
+ { 0x8086, 0x4222, 0x1034, "Intel(R) PRO/Wireless 3945BG" },
+ { 0x8086, 0x4227, 0x1014, "Intel(R) PRO/Wireless 3945BG" },
+ { 0x8086, 0x4222, 0x1044, "Intel(R) PRO/Wireless 3945BG" },
{ 0, 0, 0, NULL }
};
OpenPOWER on IntegriCloud