Searched +full:rsu +full:- +full:rtl8712fw (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/modules/usb/rsufw/rsurtl8712fw/ |
H A D | Makefile | 1 KMOD= rsu-rtl8712fw 2 IMG= rsu-rtl8712fw
|
/freebsd/share/man/man4/ |
H A D | rsu.4 | 1 .\"- 2 .\" SPDX-License-Identifier: ISC 4 .\" $OpenBSD: rsu.4,v 1.11 2013/02/14 07:40:42 jmc Exp $ 24 .Nm rsu 29 .Bd -ragged -offset indent 34 .Cd "device rsu" 42 .Bd -literal -offset indent 44 rsu-rtl8712fw_load="YES" 56 The RTL8191SU is a highly integrated multiple-in, single-out (MISO) 61 The RTL8192SU is a highly integrated multiple-in, multiple-out (MIMO) [all …]
|
/freebsd/sys/contrib/dev/rsu/ |
HD | rsu-rtl8712fw.fw.uu | 1 begin-base64 644 rsu-rtl8712fw
|
/freebsd/sys/conf/ |
H A D | files | 2 # The long compile-with and dependency lines are required because of 3 # limitations in config: backslash-newline doesn't work in strings, and 8 compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \ 9 no-obj no-implicit-rule before-depend \ 13 compile-with "sh $S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/nvram/nvram_map -h" \ 14 no-obj no-implicit-rule before-depend \ 18 compile-with "sh $S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/nvram/nvram_map -d" \ 19 no-obj no-implicit-rule before-depend \ 22 compile-with "sh -c 'MACHINE=${MACHINE} $S/tools/fdt/make_dtbh.sh ${FDT_DTS_FILE} ${.OBJDIR}'" \ 24 no-obj no-implicit-rule before-depend \ [all …]
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_rsu.c | 3 /*- 22 * o tx a-mpdu 24 * o power-save operation 71 SYSCTL_NODE(_hw_usb, OID_AUTO, rsu, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, 72 "USB rsu"); 78 device_printf((_sc)->sc_dev, __VA_ARGS__); \ 85 TUNABLE_INT("hw.usb.rsu.enable_11n", &rsu_enable_11n); 271 .name = "rsu", 276 DRIVER_MODULE(rsu, uhub, rsu_driver, NULL, NULL); 277 MODULE_DEPEND(rsu, wlan, 1, 1, 1); [all …]
|