Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2013 01:05:24 +0000 (UTC)
From:      Hiren Panchasara <hiren@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r252399 - head/sys/dev/iwn
Message-ID:  <201306300105.r5U15OkY082319@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"		},



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306300105.r5U15OkY082319>