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

Kevin Lo kevlo at FreeBSD.org
Thu Jun 5 01:55:24 UTC 2014


Author: kevlo
Date: Thu Jun  5 01:55:23 2014
New Revision: 267089
URL: http://svnweb.freebsd.org/changeset/base/267089

Log:
  Remove D-Link DWA140 rev D1 by accident.
  
  Pointed out by Anders Larsson in private email.

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

Modified: head/sys/dev/usb/wlan/if_run.c
==============================================================================
--- head/sys/dev/usb/wlan/if_run.c	Thu Jun  5 01:52:20 2014	(r267088)
+++ head/sys/dev/usb/wlan/if_run.c	Thu Jun  5 01:55:23 2014	(r267089)
@@ -181,6 +181,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-all mailing list