sync with OpenBSD -current
This commit is contained in:
parent
5f8da13f08
commit
1b6040b16e
7 changed files with 36 additions and 23 deletions
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: qwx.4,v 1.3 2024/02/15 15:42:57 jmc Exp $
|
||||
.\" $OpenBSD: qwx.4,v 1.4 2024/02/21 21:31:02 stsp Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2022 Martin Pieuchot <mpi@openbsd.org>
|
||||
.\" Copyright (c) 2024 Stefan Sperling <stsp@openbsd.org>
|
||||
|
@ -15,7 +15,7 @@
|
|||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: February 15 2024 $
|
||||
.Dd $Mdocdate: February 21 2024 $
|
||||
.Dt QWX 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -40,11 +40,11 @@ The driver needs the following firmware files,
|
|||
which are loaded when an interface is brought up:
|
||||
.Pp
|
||||
.Bl -tag -width Ds -offset indent -compact
|
||||
.It Pa /etc/firmware/qwx-wcn6855-hw2.0-amms
|
||||
.It Pa /etc/firmware/qwx-wcn6855-hw2.0-amss
|
||||
.It Pa /etc/firmware/qwx-wcn6855-hw2.0-board-2
|
||||
.It Pa /etc/firmware/qwx-wcn6855-hw2.0-m3
|
||||
.It Pa /etc/firmware/qwx-wcn6855-hw2.0-regdb
|
||||
.It Pa /etc/firmware/qwx-wcn6855-hw2.1-amms
|
||||
.It Pa /etc/firmware/qwx-wcn6855-hw2.1-amss
|
||||
.It Pa /etc/firmware/qwx-wcn6855-hw2.1-board-2
|
||||
.It Pa /etc/firmware/qwx-wcn6855-hw2.1-m3
|
||||
.It Pa /etc/firmware/qwx-wcn6855-hw2.1-regdb
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: if_addrhook_add.9,v 1.2 2019/11/08 08:14:11 jmc Exp $
|
||||
.\" $OpenBSD: if_addrhook_add.9,v 1.3 2024/02/22 08:10:08 jsg Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2019 David Gwynne <dlg@openbsd.org>
|
||||
.\"
|
||||
|
@ -14,7 +14,7 @@
|
|||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: November 8 2019 $
|
||||
.Dd $Mdocdate: February 22 2024 $
|
||||
.Dt IF_ADDRHOOK_ADD 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -39,9 +39,9 @@
|
|||
.Ft void
|
||||
.Fn if_detachhook_del "struct ifnet *ifp" "struct task *t"
|
||||
.Ft void
|
||||
.Fn if_inkstatehook_add "struct ifnet *ifp" "struct task *t"
|
||||
.Fn if_linkstatehook_add "struct ifnet *ifp" "struct task *t"
|
||||
.Ft void
|
||||
.Fn if_inkstatehook_del "struct ifnet *ifp" "struct task *t"
|
||||
.Fn if_linkstatehook_del "struct ifnet *ifp" "struct task *t"
|
||||
.Sh DESCRIPTION
|
||||
The interface hook API allows for the registration of a task that
|
||||
will be called when an IP address change, link state, or detach event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue