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 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
mxm_wifiex/wlan_src mxm_wifiex: fix wlan_cmd_mfg_otp_rw() build warnings 2024-01-18 17:37:49 +08:00
LICENSE mxm_wifiex: move SCR.txt to root folder and rename LICENSE file 2023-02-01 17:42:00 +08:00
SCR.txt mxm_wifiex: update to mxm5x17391 release 2023-04-18 12:54:05 +08:00