freebsd-dev/sys/dev/usb
Andriy Voskoboinyk 786ac7035f Fix ieee80211_radiotap(9) usage in wireless drivers:
- Alignment issues:
 * Add missing __packed attributes + padding across all drivers; in
most places there was an assumption that padding will be always
minimally suitable; in few places - e.g., in urtw(4) / rtwn(4) -
padding was just missing.
 * Add __aligned(8) attribute for all Rx radiotap headers since they can
contain 64-bit TSF timestamp; it cannot appear in Tx radiotap headers, so
just drop the attribute here. Refresh ieee80211_radiotap(9) man page
accordingly.

- Since net80211 automatically updates channel frequency / flags in
ieee80211_radiotap_chan_change() drop duplicate setup for these fields
in drivers.

Tested with Netgear WG111 v3 (urtw(4)), STA mode.

MFC after:	2 weeks
2019-03-11 01:27:01 +00:00
..
controller xhci_mv: Move the driver to generic_xhci 2019-02-27 21:04:40 +00:00
gadget
input
misc
net Support the Lenovo OneLink in ure(4). 2019-02-06 20:18:22 +00:00
quirk Add new USB quirk. 2019-02-22 21:57:27 +00:00
serial
storage
template
video
wlan Fix ieee80211_radiotap(9) usage in wireless drivers: 2019-03-11 01:27:01 +00:00
ufm_ioctl.h
uftdiio.h
uled_ioctl.h
usb_bus.h
usb_busdma.c
usb_busdma.h
usb_cdc.h
usb_controller.h
usb_core.c
usb_core.h
usb_debug.c
usb_debug.h
usb_dev.c
usb_dev.h
usb_device.c
usb_device.h
usb_dynamic.c
usb_dynamic.h
usb_endian.h
usb_error.c
usb_freebsd_loader.h
usb_freebsd.h
usb_generic.c Improve USB generic debug messages. Print process ID and name when opening 2019-01-03 14:27:51 +00:00
usb_generic.h
usb_handle_request.c
usb_hid.c
usb_hub.c Reduce timeout for reading the USB HUB port status to 1000ms and try to filter 2019-01-04 21:09:38 +00:00
usb_hub.h
usb_if.m
usb_ioctl.h
usb_lookup.c
usb_mbuf.c
usb_mbuf.h
usb_msctest.c
usb_msctest.h
usb_parse.c
usb_pci.h
usb_pf.c
usb_pf.h
usb_process.c
usb_process.h
usb_request.c Reduce timeout for reading the USB HUB port status to 1000ms and try to filter 2019-01-04 21:09:38 +00:00
usb_request.h
usb_transfer.c
usb_transfer.h
usb_util.c
usb_util.h
usb.h
usbdevs Add two more products found inside a T480 to usbdevs. 2019-03-09 03:15:09 +00:00
usbdi_util.h
usbdi.h
usbhid.h