mwifiex/mxm_wifiex/wlan_src/mlinux
Sherry Sun 0f0c33998c mxm_wifiex: fix L6.6 kernel next tree build errors
When build wifi driver based on L6.6 kernel next tree, will observe the
following build errors.
These errors caused by kernel patch 076fc8775daf("wifi: cfg80211: remove
wdev mutex"), it removes mtx from struct wireless_dev and uses wiphy
mutex instead.

CC [M]  /work/mwifiex/mxm_wifiex/wlan_src/mlinux/moal_main.o
/work/mwifiex/mxm_wifiex/wlan_src/mlinux/moal_main.c: In function ‘woal_evt_work_queue’:
/work/mwifiex/mxm_wifiex/wlan_src/mlinux/moal_main.c:11361:47: error: ‘struct wireless_dev’ has no member named ‘mtx’
11361 |                         mutex_lock(&priv->wdev->mtx);
      |                                               ^~
/work/mwifiex/mxm_wifiex/wlan_src/mlinux/moal_main.c:11364:49: error: ‘struct wireless_dev’ has no member named ‘mtx’
11364 |                         mutex_unlock(&priv->wdev->mtx);
      |                                                 ^~
make[3]: *** [scripts/Makefile.build:243: /work/mwifiex/mxm_wifiex/wlan_src/mlinux/moal_main.o] Error 1
make[2]: *** [/work/linux-upstream-next/Makefile:1913: /work/mwifiex/mxm_wifiex/wlan_src] Error 2
make[1]: *** [Makefile:234: __sub-make] Error 2
make[1]: Leaving directory '/work/linux-upstream-next'
make: *** [Makefile:598: default] Error 2

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
2023-09-13 19:03:38 +08:00
..
mlan.h mxm_wifiex: update to mxm5x17344.p3 release 2022-08-31 13:08:31 +08:00
mlan_decl.h mxm_wifiex: update to mxm6x17408.p2 release 2023-08-26 15:35:06 +08:00
mlan_ieee.h mxm_wifiex: update to mxm5x17391 release 2023-04-18 12:54:05 +08:00
mlan_ioctl.h mxm_wifiex: update to mxm6x17408.p2 release 2023-08-26 15:35:06 +08:00
moal_cfg80211.c mxm_wifiex: fix L6.6 kernel next tree build errors 2023-09-13 19:03:38 +08:00
moal_cfg80211.h mxm_wifiex: update to mxm6x17408.p2 release 2023-08-26 15:35:06 +08:00
moal_cfg80211_util.c mxm_wifiex: update to mxm6x17408.p2 release 2023-08-26 15:35:06 +08:00
moal_cfg80211_util.h mxm_wifiex: update to mxm6x17408 release 2023-07-15 14:41:14 +08:00
moal_debug.c mxm_wifiex: update to mxm6x17408 release 2023-07-15 14:41:14 +08:00
moal_eth_ioctl.c mxm_wifiex: update to mxm6x17408.p2 release 2023-08-26 15:35:06 +08:00
moal_eth_ioctl.h mxm_wifiex: update to mxm6x17408.p2 release 2023-08-26 15:35:06 +08:00
moal_init.c mxm_wifiex: update to mxm6x17408 release 2023-07-15 14:41:14 +08:00
moal_ioctl.c mxm_wifiex: update to mxm6x17408.p2 release 2023-08-26 15:35:06 +08:00
moal_main.c mxm_wifiex: fix L6.6 kernel next tree build errors 2023-09-13 19:03:38 +08:00
moal_main.h mxm_wifiex: update to mxm6x17408.p2 release 2023-08-26 15:35:06 +08:00
moal_pcie.c mxm_wifiex: update to mxm6x17408 release 2023-07-15 14:41:14 +08:00
moal_pcie.h mxm_wifiex: update to mxm6x17408 release 2023-07-15 14:41:14 +08:00
moal_priv.c mxm_wifiex: update to mxm5x17391 release 2023-04-18 12:54:05 +08:00
moal_priv.h mxm_wifiex: update to mxm5x17344.p3 release 2022-08-31 13:08:31 +08:00
moal_proc.c mxm_wifiex: update to mxm6x17408 release 2023-07-15 14:41:14 +08:00
moal_sdio.h mxm_wifiex: update to mxm6x17408 release 2023-07-15 14:41:14 +08:00
moal_sdio_mmc.c mxm_wifiex: update to mxm6x17408 release 2023-07-15 14:41:14 +08:00
moal_shim.c mxm_wifiex: update to mxm6x17408.p2 release 2023-08-26 15:35:06 +08:00
moal_shim.h mxm_wifiex: update to mxm6x17408 release 2023-07-15 14:41:14 +08:00
moal_sta_cfg80211.c mxm_wifiex: fix L6.6 kernel next tree build errors 2023-09-13 19:03:38 +08:00
moal_sta_cfg80211.h mxm_wifiex: update to mxm5x17344.p3 release 2022-08-31 13:08:31 +08:00
moal_uap.c mxm_wifiex: update to mxm6x17408.p2 release 2023-08-26 15:35:06 +08:00
moal_uap.h mxm_wifiex: update to mxm6x17408.p2 release 2023-08-26 15:35:06 +08:00
moal_uap_cfg80211.c mxm_wifiex: update to mxm6x17408.p2 release 2023-08-26 15:35:06 +08:00
moal_uap_cfg80211.h mxm_wifiex: update to mxm5x17344.p3 release 2022-08-31 13:08:31 +08:00
moal_uap_priv.c mxm_wifiex: update to mxm6x17408.p2 release 2023-08-26 15:35:06 +08:00
moal_uap_priv.h mxm_wifiex: update to mxm6x17408.p2 release 2023-08-26 15:35:06 +08:00
moal_uap_wext.c mxm_wifiex: update to mxm6x17408.p2 release 2023-08-26 15:35:06 +08:00
moal_usb.c mxm_wifiex: update to mxm6x17408 release 2023-07-15 14:41:14 +08:00
moal_usb.h mxm_wifiex: update to mxm6x17408 release 2023-07-15 14:41:14 +08:00
moal_wext.c mxm_wifiex: update to mxm6x17408 release 2023-07-15 14:41:14 +08:00
moal_wext.h mxm_wifiex: update to mxm5x17344.p3 release 2022-08-31 13:08:31 +08:00