Date: Mon, 10 Jun 2013 05:45:16 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251596 - head/sys/dev/usb/wlan Message-ID: <201306100545.r5A5jGeb037901@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpaulo Date: Mon Jun 10 05:45:16 2013 New Revision: 251596 URL: http://svnweb.freebsd.org/changeset/base/251596 Log: Use STRUCT_USB_HOST_ID to make sure we have the right ELF section. Modified: head/sys/dev/usb/wlan/if_urtwn.c Modified: head/sys/dev/usb/wlan/if_urtwn.c ============================================================================== --- head/sys/dev/usb/wlan/if_urtwn.c Mon Jun 10 04:23:11 2013 (r251595) +++ head/sys/dev/usb/wlan/if_urtwn.c Mon Jun 10 05:45:16 2013 (r251596) @@ -84,7 +84,7 @@ SYSCTL_INT(_hw_usb_urtwn, OID_AUTO, debu (((wh)->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS) /* various supported device vendors/products */ -static const struct usb_device_id urtwn_devs[] = { +static const STRUCT_USB_HOST_ID urtwn_devs[] = { #define URTWN_DEV(v,p) { USB_VP(USB_VENDOR_##v, USB_PRODUCT_##v##_##p) } URTWN_DEV(ABOCOM, RTL8188CU_1), URTWN_DEV(ABOCOM, RTL8188CU_2),
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306100545.r5A5jGeb037901>