Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2014 01:47:23 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r266721 - head/sys/dev/usb/wlan
Message-ID:  <201405270147.s4R1lNBC094923@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Tue May 27 01:47:23 2014
New Revision: 266721
URL: http://svnweb.freebsd.org/changeset/base/266721

Log:
  Remove r264317 by accident.
  
  Spotted by:	Kuan-Chung Chiu

Modified:
  head/sys/dev/usb/wlan/if_urtwn.c

Modified: head/sys/dev/usb/wlan/if_urtwn.c
==============================================================================
--- head/sys/dev/usb/wlan/if_urtwn.c	Mon May 26 23:47:57 2014	(r266720)
+++ head/sys/dev/usb/wlan/if_urtwn.c	Tue May 27 01:47:23 2014	(r266721)
@@ -96,6 +96,7 @@ static const STRUCT_USB_HOST_ID urtwn_de
 	URTWN_DEV(ABOCOM,	RTL8188CU_2),
 	URTWN_DEV(ABOCOM,	RTL8192CU),
 	URTWN_DEV(ASUS,		RTL8192CU),
+	URTWN_DEV(ASUS,		USBN10NANO),
 	URTWN_DEV(AZUREWAVE,	RTL8188CE_1),
 	URTWN_DEV(AZUREWAVE,	RTL8188CE_2),
 	URTWN_DEV(AZUREWAVE,	RTL8188CU),



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