mwifiex/mxm_wifiex/wlan_src
Sherry Sun f6055d3fc2 mxm_wifiex: fix the net_device::dev_addr build warning
When build the mxm17322 wifi release based on the latest kernel(L5.17),
will observe the following build warning.

Need to use eth_hw_addr_set function instead of writing the address
directly to net_device::dev_addr. Make sure we don't cast off const
qualifier from dev->dev_addr.

/home/sherry/work/mwifiex/mxm_wifiex/wlan_src/mlinux/moal_uap_cfg80211.c: In function ‘woal_cfg80211_add_mon_if’:
/home/sherry/work/mwifiex/mxm_wifiex/wlan_src/mlinux/moal_uap_cfg80211.c:1485:44: warning: passing argument 2 of ‘moal_memcpy_ext’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
 1485 |         moal_memcpy_ext(priv->phandle, ndev->dev_addr, ndev->perm_addr,
      |                                        ~~~~^~~~~~~~~~
In file included from /home/sherry/work/mwifiex/mxm_wifiex/wlan_src/mlinux/moal_main.h:119,
                 from /home/sherry/work/mwifiex/mxm_wifiex/wlan_src/mlinux/moal_cfg80211.h:26,
                 from /home/sherry/work/mwifiex/mxm_wifiex/wlan_src/mlinux/moal_uap_cfg80211.c:23:
/home/sherry/work/mwifiex/mxm_wifiex/wlan_src/mlinux/moal_shim.h:82:48: note: expected ‘t_void *’ {aka ‘void *’} but argument is of type ‘const unsigned char *’
   82 | t_void *moal_memcpy_ext(t_void *pmoal, t_void *pdest, const t_void *psrc,
      |                                        ~~~~~~~~^~~~~

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
2022-04-19 18:23:17 +08:00
..
mapp mxm_wifiex: Makefile is needed for mapp/mlanconfig 2022-04-19 16:40:00 +08:00
mlan mxm_wifiex: update to mxm5x17322 release 2022-04-19 14:46:37 +08:00
mlinux mxm_wifiex: fix the net_device::dev_addr build warning 2022-04-19 18:23:17 +08:00
script mxm_wifiex: update to mxm5x17322 release 2022-04-19 14:46:37 +08:00
gpl-2.0.txt mxm_wifiex: add nxp mxm_wifiex sdk 2020-04-20 00:54:27 +08:00
Makefile mxm_wifiex: update to mxm5x17322 release 2022-04-19 14:46:37 +08:00
README_MLAN mxm_wifiex: update to mxm5x17322 release 2022-04-19 14:46:37 +08:00