rtwn(4): refresh manpage
- Remove 'if_rtwn_load="YES"' line from loader.conf; the module was renamed in r319733 + it will be loaded automatically as a dependency. - Move new sentence to new line. - Add short description for dev.rtwn.%d.rx_buf_size tunable.
This commit is contained in:
parent
48003447fd
commit
a426c5589e
@ -18,7 +18,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd January 24, 2017
|
.Dd July 31, 2017
|
||||||
.Dt RTWN 4
|
.Dt RTWN 4
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -44,7 +44,6 @@ Alternatively, to load the driver as a
|
|||||||
module at boot time, place following lines in
|
module at boot time, place following lines in
|
||||||
.Xr loader.conf 5 :
|
.Xr loader.conf 5 :
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
if_rtwn_load="YES"
|
|
||||||
if_rtwn_pci_load="YES"
|
if_rtwn_pci_load="YES"
|
||||||
if_rtwn_usb_load="YES"
|
if_rtwn_usb_load="YES"
|
||||||
.Ed
|
.Ed
|
||||||
@ -53,7 +52,8 @@ The
|
|||||||
.Nm
|
.Nm
|
||||||
driver provides support for wireless network devices based on
|
driver provides support for wireless network devices based on
|
||||||
the Realtek RTL8192C, RTL8188E, RTL8192E, RTL8812A and RTL8821A
|
the Realtek RTL8192C, RTL8188E, RTL8192E, RTL8812A and RTL8821A
|
||||||
programming APIs. These APIs are used by a wide variety of chips;
|
programming APIs.
|
||||||
|
These APIs are used by a wide variety of chips;
|
||||||
most chips with USB and some with PCI interface are supported.
|
most chips with USB and some with PCI interface are supported.
|
||||||
.Pp
|
.Pp
|
||||||
To enable use for PCI/PCIe systems, see the rtwn_pci(4) driver;
|
To enable use for PCI/PCIe systems, see the rtwn_pci(4) driver;
|
||||||
@ -175,6 +175,9 @@ algorithm in case if it is not implemented
|
|||||||
Currently selected algorithm is reported via
|
Currently selected algorithm is reported via
|
||||||
.Em Va dev.rtwn.%d.ratectl_selected
|
.Em Va dev.rtwn.%d.ratectl_selected
|
||||||
read-only OID.
|
read-only OID.
|
||||||
|
.It Va dev.rtwn.%d.rx_buf_size
|
||||||
|
(USB only) Controls size of temporary Rx buffer; smaller buffer size
|
||||||
|
may increase number of interrupts.
|
||||||
.El
|
.El
|
||||||
.Sh DIAGNOSTICS
|
.Sh DIAGNOSTICS
|
||||||
.Bl -diag
|
.Bl -diag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user