mwifiex/mxm_wifiex
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
..
wlan_src mxm_wifiex: use get_random_u32() when possible 2022-10-27 12:40:18 +08:00