Mirror of the source of what appears to be the driver for the GlobalScale Mochabin Wi-Fi 6 card, based on NXP 9098 - Other remote: https://github.com/nxp-imx/mwifiex
Go to file
Sherry Sun 72ddfc7550 mxm_wifiex: use get_random_u32() when possible
The prandom_u32() function has been a deprecated inline wrapper around
get_random_u32() for several releases now, and compiles down to the
exact same code. Replace the deprecated wrapper with a direct call to
the real function.

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
2022-10-27 12:40:18 +08:00
mxm_wifiex/wlan_src mxm_wifiex: use get_random_u32() when possible 2022-10-27 12:40:18 +08:00