mwifiex/mxm_wifiex
Zhipeng Wang c847fbe032 MA-20998-5 mxm_wifiex: Fix ISO C99 and later do not support implicit function declarations error
Fix below build error:

nxp-mwifiex/mxm_wifiex/wlan_src/mlinux/moal_sta_cfg80211.c:6226:17: error: call to undeclared function 'prandom_u32'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        *cookie = (u64)prandom_u32() | 1;
                       ^

Change-Id: Ica0ef0268f2c24fb12906bde96aabb0753b0c855
Signed-off-by: Zhipeng Wang <zhipeng.wang_1@nxp.com>
2023-03-29 18:37:24 +00:00
..
wlan_src MA-20998-5 mxm_wifiex: Fix ISO C99 and later do not support implicit function declarations error 2023-03-29 18:37:24 +00:00
mxmwifi.mk MA-20803 WiFi Q4 release merge 2022-10-21 10:38:19 +00:00