svn commit: r252399 - head/sys/dev/iwn

Hiren Panchasara hiren at FreeBSD.org
Sun Jun 30 01:05:24 UTC 2013


Author: hiren
Date: Sun Jun 30 01:05:24 2013
New Revision: 252399
URL: http://svnweb.freebsd.org/changeset/base/252399

Log:
  Fixing incorrect id for Intel Centrino Wireless-N 130.
  
  PR:             kern/180094
  Submitted by:   Cedric <cg at cgross.info>
  Approved by:    sbruno (mentor)
  MFC after:      3 weeks

Modified:
  head/sys/dev/iwn/if_iwn.c

Modified: head/sys/dev/iwn/if_iwn.c
==============================================================================
--- head/sys/dev/iwn/if_iwn.c	Sun Jun 30 00:48:48 2013	(r252398)
+++ head/sys/dev/iwn/if_iwn.c	Sun Jun 30 01:05:24 2013	(r252399)
@@ -94,7 +94,7 @@ static const struct iwn_ident iwn_ident_
 	{ 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"		},


More information about the svn-src-all mailing list