Skip to content

Commit

Permalink
Fixing incorrect id for Intel Centrino Wireless-N 130.
Browse files Browse the repository at this point in the history
PR:             kern/180094
Submitted by:   Cedric <cg@cgross.info>
Approved by:    sbruno (mentor)
MFC after:      3 weeks
  • Loading branch information
hirenp committed Jun 30, 2013
1 parent b08e5af commit 60928f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/dev/iwn/if_iwn.c
Expand Up @@ -94,7 +94,7 @@ static const struct iwn_ident iwn_ident_table[] = {
{ 0x8086, 0x0885, "Intel Centrino Wireless-N + WiMAX 6150" },
{ 0x8086, 0x0886, "Intel Centrino Wireless-N + WiMAX 6150" },
{ 0x8086, 0x0896, "Intel Centrino Wireless-N 130" },
{ 0x8086, 0x0887, "Intel Centrino Wireless-N 130" },
{ 0x8086, 0x0897, "Intel Centrino Wireless-N 130" },
{ 0x8086, 0x08ae, "Intel Centrino Wireless-N 100" },
{ 0x8086, 0x08af, "Intel Centrino Wireless-N 100" },
{ 0x8086, 0x4229, "Intel Wireless WiFi Link 4965" },
Expand Down

0 comments on commit 60928f6

Please sign in to comment.