Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2014 14:55:35 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r261933 - stable/9/sys/dev/usb/wlan
Message-ID:  <201402151455.s1FEtZbP058569@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Sat Feb 15 14:55:35 2014
New Revision: 261933
URL: http://svnweb.freebsd.org/changeset/base/261933

Log:
  MFC r255238:
  
  Add support for DLINK DWA-127 Wireless Adapter.

Modified:
  stable/9/sys/dev/usb/wlan/if_run.c   (contents, props changed)

Modified: stable/9/sys/dev/usb/wlan/if_run.c
==============================================================================
--- stable/9/sys/dev/usb/wlan/if_run.c	Sat Feb 15 14:52:12 2014	(r261932)
+++ stable/9/sys/dev/usb/wlan/if_run.c	Sat Feb 15 14:55:35 2014	(r261933)
@@ -176,6 +176,7 @@ static const STRUCT_USB_HOST_ID run_devs
     RUN_DEV(CYBERTAN,		RT2870),
     RUN_DEV(DLINK,		RT2870),
     RUN_DEV(DLINK,		RT3072),
+    RUN_DEV(DLINK,		DWA127),
     RUN_DEV(DLINK,		DWA140B3),
     RUN_DEV(DLINK,		DWA160B2),
     RUN_DEV(DLINK,		DWA162),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402151455.s1FEtZbP058569>