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
Find a file
Jindong Yue 58e49e28b1 MA-20217 Remove redefinition of typedef mlan_adapter and pmlan_adapter
Fix below build warnings:
nxp-mwifiex/mxm_wifiex/wlan_src/mlan/mlan_main.h:2794:3: warning: redefinition of typedef 'mlan_adapter' is a C11 feature [-Wtypedef-redefinition]
} mlan_adapter, *pmlan_adapter;
  ^
nxp-mwifiex/mxm_wifiex/wlan_src/mlan/mlan_main.h:2249:30: note: previous definition is here
typedef struct _mlan_adapter mlan_adapter, *pmlan_adapter;
                             ^
nxp-mwifiex/mxm_wifiex/wlan_src/mlan/mlan_main.h:2794:18: warning: redefinition of typedef 'pmlan_adapter' is a C11 feature [-Wtypedef-redefinition]
} mlan_adapter, *pmlan_adapter;
                 ^
nxp-mwifiex/mxm_wifiex/wlan_src/mlan/mlan_main.h:2249:45: note: previous definition is here
typedef struct _mlan_adapter mlan_adapter, *pmlan_adapter;

Signed-off-by: Jindong Yue <jindong.yue@nxp.com>
2022-04-22 15:59:58 +08:00
mxm_wifiex MA-20217 Remove redefinition of typedef mlan_adapter and pmlan_adapter 2022-04-22 15:59:58 +08:00