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

Kevin Lo kevlo at FreeBSD.org
Mon Jun 9 07:21:43 UTC 2014


Author: kevlo
Date: Mon Jun  9 07:21:42 2014
New Revision: 267263
URL: http://svnweb.freebsd.org/changeset/base/267263

Log:
  MFC r267089:
  
  Remove D-Link DWA140 rev D1 by accident.

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

Modified: stable/10/sys/dev/usb/wlan/if_run.c
==============================================================================
--- stable/10/sys/dev/usb/wlan/if_run.c	Mon Jun  9 07:00:27 2014	(r267262)
+++ stable/10/sys/dev/usb/wlan/if_run.c	Mon Jun  9 07:21:42 2014	(r267263)
@@ -180,6 +180,7 @@ static const STRUCT_USB_HOST_ID run_devs
     RUN_DEV(DLINK,		DWA127),
     RUN_DEV(DLINK,		DWA140B3),
     RUN_DEV(DLINK,		DWA160B2),
+    RUN_DEV(DLINK,		DWA140D1),
     RUN_DEV(DLINK,		DWA162),
     RUN_DEV(DLINK2,		DWA130),
     RUN_DEV(DLINK2,		RT2870_1),


More information about the svn-src-stable mailing list