mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
This commit is contained in:
parent
457af16631
commit
34f004ce88
1 changed files with 4 additions and 4 deletions
|
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue