Date: Thu, 5 Jun 2014 01:55: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: r267089 - head/sys/dev/usb/wlan Message-ID: <201406050155.s551tOdY048361@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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),
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406050155.s551tOdY048361>