summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-02-24 08:12:44 -0300
committerRenato Botelho <renato@netgate.com>2016-02-24 08:12:44 -0300
commit70e9380803fa0356966c7a9425df6eca0c5459f1 (patch)
tree86ff18807e1ff2b1cf0c616940ef6f5c5779c7f9 /sys/dev
parentb15d3cfa0625b6816b5b55df864fbda78dc2add8 (diff)
downloadFreeBSD-src-70e9380803fa0356966c7a9425df6eca0c5459f1.zip
FreeBSD-src-70e9380803fa0356966c7a9425df6eca0c5459f1.tar.gz
Restore missing pieces lost during net80211 revert
These chenages were introduced by b15337b0d that happened after we first import net80211 code from HEAD and were reverted together with it Add them back should fix the build
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/wlan/if_run.c1
-rw-r--r--sys/dev/usb/wlan/if_upgt.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/wlan/if_run.c b/sys/dev/usb/wlan/if_run.c
index c4b09a0..212408f 100644
--- a/sys/dev/usb/wlan/if_run.c
+++ b/sys/dev/usb/wlan/if_run.c
@@ -318,6 +318,7 @@ static const STRUCT_USB_HOST_ID run_devs[] = {
RUN_DEV(ZINWELL, RT3072_2),
RUN_DEV(ZYXEL, RT2870_1),
RUN_DEV(ZYXEL, RT2870_2),
+ RUN_DEV(ZYXEL, RT3070),
RUN_DEV_EJECT(ZYXEL, NWD2705),
RUN_DEV_EJECT(RALINK, RT_STOR),
#undef RUN_DEV_EJECT
diff --git a/sys/dev/usb/wlan/if_upgt.c b/sys/dev/usb/wlan/if_upgt.c
index 1f60ebc..210be1f 100644
--- a/sys/dev/usb/wlan/if_upgt.c
+++ b/sys/dev/usb/wlan/if_upgt.c
@@ -182,7 +182,7 @@ static const STRUCT_USB_HOST_ID upgt_devs[] = {
UPGT_DEV(FSC, E5400),
UPGT_DEV(GLOBESPAN, PRISM_GT_1),
UPGT_DEV(GLOBESPAN, PRISM_GT_2),
- UPGT_DEV(NETGEAR, WG111V2_2),
+ UPGT_DEV(NETGEAR, WG111V1_2),
UPGT_DEV(INTERSIL, PRISM_GT),
UPGT_DEV(SMC, 2862WG),
UPGT_DEV(USR, USR5422),
OpenPOWER on IntegriCloud