svn commit: r266721 - head/sys/dev/usb/wlan

Kevin Lo kevlo at FreeBSD.org
Tue May 27 01:47:24 UTC 2014


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),


More information about the svn-src-head mailing list