mwifiex/mxm_wifiex
Sherry Sun a84df58315 mxm_wifiex: fix wlan_cmd_mfg_otp_rw() build warnings
When build wifi driver based on L6.7 kernel next tree, will observe the
following build warning. Need to add static to avoid the build warning.

/mwifiex/mxm_wifiex/wlan_src/mlan/mlan_sta_cmd.c:523:13: warning: no previous prototype for ‘wlan_cmd_mfg_otp_rw’ [-Wmissing-prototypes]
  523 | mlan_status wlan_cmd_mfg_otp_rw(pmlan_private pmpriv, HostCmd_DS_COMMAND *cmd,
      |             ^~~~~~~~~~~~~~~~~~~
  CC [M]  /mwifiex/mxm_wifiex/wlan_src/mlinux/moal_eth_ioctl.o

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
2024-01-18 17:37:49 +08:00
..
wlan_src mxm_wifiex: fix wlan_cmd_mfg_otp_rw() build warnings 2024-01-18 17:37:49 +08:00