Add mtw(4), a driver for MediaTek MT7601U wifi devices.
authorhastings <hastings@openbsd.org>
Mon, 20 Dec 2021 13:59:02 +0000 (13:59 +0000)
committerhastings <hastings@openbsd.org>
Mon, 20 Dec 2021 13:59:02 +0000 (13:59 +0000)
commit57a8187dd6ecfbff78ae97675eb4aff5cb92d0b1
treefcdc19b89853b74eff52407c931e7c78399f116e
parent5387241f8527ff37ae50356167c4e1c0a1937311
Add mtw(4), a driver for MediaTek MT7601U wifi devices.

Ported from run(4) with legacy chipsets removed.
Not yet enabled in the build.

ok stsp@ jmatthew@
sys/dev/ic/mtwreg.h [new file with mode: 0644]
sys/dev/usb/if_mtw.c [new file with mode: 0644]
sys/dev/usb/if_mtwvar.h [new file with mode: 0644]