svn commit: r266722 - stable/10/sys/dev/usb/wlan

Kevin Lo kevlo at FreeBSD.org
Tue May 27 01:58:06 UTC 2014


Author: kevlo
Date: Tue May 27 01:58:05 2014
New Revision: 266722
URL: http://svnweb.freebsd.org/changeset/base/266722

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

Modified:
  stable/10/sys/dev/usb/wlan/if_urtwn.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/usb/wlan/if_urtwn.c
==============================================================================
--- stable/10/sys/dev/usb/wlan/if_urtwn.c	Tue May 27 01:47:23 2014	(r266721)
+++ stable/10/sys/dev/usb/wlan/if_urtwn.c	Tue May 27 01:58:05 2014	(r266722)
@@ -95,6 +95,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),


More information about the svn-src-all mailing list