diff options
author | kevlo <kevlo@FreeBSD.org> | 2014-06-05 01:55:23 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2014-06-05 01:55:23 +0000 |
commit | 522e03c8bef97e9aafa56fe0df399b5bc8b3578c (patch) | |
tree | df275ee3dfba804f9ae8d800626665b81d4c9def /sys/dev/usb/wlan | |
parent | 2eb27b85870c2cd7949d2cd69dbc91a288b70f56 (diff) | |
download | FreeBSD-src-522e03c8bef97e9aafa56fe0df399b5bc8b3578c.zip FreeBSD-src-522e03c8bef97e9aafa56fe0df399b5bc8b3578c.tar.gz |
Remove D-Link DWA140 rev D1 by accident.
Pointed out by Anders Larsson in private email.
Diffstat (limited to 'sys/dev/usb/wlan')
-rw-r--r-- | sys/dev/usb/wlan/if_run.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/wlan/if_run.c b/sys/dev/usb/wlan/if_run.c index 08c9fb98..d46bb32 100644 --- a/sys/dev/usb/wlan/if_run.c +++ b/sys/dev/usb/wlan/if_run.c @@ -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), |