]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: add dummy hash.h and kernel_connect()
authorBjoern A. Zeeb <bz@FreeBSD.org>
Thu, 11 May 2023 22:19:57 +0000 (22:19 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Mon, 26 Jun 2023 09:14:28 +0000 (09:14 +0000)
commit46f8d147fbc94f5ea7a2f916a87d25cd3b42cca2
tree07c507b815866bfb54f51945adee01e082c75567
parent3df3e9a27d5f5cc4dedc2d4003bbb049c471f789
LinuxKPI: add dummy hash.h and kernel_connect()

Add crypto/hash.h and a dummy kernel_connect() needed to compile
the ath11k wireless driver.  While I hope we will not actually need
the hash.h fallbacks, kernel_connect() we will have to deal with once
we sort out more QMI bits.

(cherry picked from commit d544b53cb0b6bc25f2ba078bd9c07e611095bf29)
sys/compat/linuxkpi/common/include/crypto/hash.h [new file with mode: 0644]
sys/compat/linuxkpi/common/include/linux/socket.h