]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: use crypto_xor_cpy
authorMichael Straube <straube.linux@gmail.com>
Mon, 11 Aug 2025 07:09:05 +0000 (09:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Aug 2025 14:24:53 +0000 (16:24 +0200)
commit265dca4380753af9aa9480c7c201c820d6e7905e
tree5d2a3eeaf1b871387543c03155b44fb6f91472bb
parent5f5743e5b599bafe2ec5df2d33f616217a778135
staging: rtl8723bs: use crypto_xor_cpy

Use the in-kernel function crypto_xor_cpy instead of the custom function
bitwise_xor, as using in-kernel functions is preferred over custom
implementations.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20250811070906.27232-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_security.c