mwifiex/mxm_wifiex/wlan_src/mlinux
Sherry Sun 53bd8fd892 mxm_wifiex: fix L6.9 kernel next tree build errors
When building the wifi driver based on L6.9 kernel next tree, will
observe the following build errors.
These errors are caused by kernel patch 490a79faf95e("net: introduce
include/net/rps.h"), which moves RPS related structures and helpers from
include/linux/netdevice.h and include/net/sock.h to a new include file.
So needs to make corresponding changes in wifi driver to avoid the
build break.

/mxm_wifiex/wlan_src/mlinux/moal_main.c: In function 'woal_set_rps_map':
/mxm_wifiex/wlan_src/mlinux/moal_main.c:3744:43: error: implicit declaration of function 'RPS_MAP_SIZE'; did you mean 'XPS_MAP_SIZE'? [-Werror=implicit-function-declaration]
3744 |         map = kzalloc(max_t(unsigned int, RPS_MAP_SIZE(cpumask_weight(mask)),
......
/mxm_wifiex/wlan_src/mlinux/moal_main.c:3773:36: error: 'rps_needed' undeclared (first use in this function)
3773 |                 static_branch_inc(&rps_needed);

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
2024-04-09 17:14:51 +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 mxm6x17437.p3 release 2024-01-17 16:46:44 +08:00
mlan_ieee.h mxm_wifiex: update to mxm6x17437 release 2023-12-12 11:26:12 +08:00
mlan_ioctl.h mxm_wifiex: update to mxm6x17437.p3 release 2024-01-17 16:46:44 +08:00
moal_cfg80211.c mxm_wifiex: fix L6.8 kernel next tree build errors -- cfg80211_ch_switch_notify 2024-03-01 14:29:19 +08:00
moal_cfg80211.h mxm_wifiex: update to mxm6x17437.p3 release 2024-01-17 16:46:44 +08:00
moal_cfg80211_util.c mxm_wifiex: update to mxm6x17437.p3 release 2024-01-17 16:46:44 +08:00
moal_cfg80211_util.h mxm_wifiex: update to mxm6x17437.p3 release 2024-01-17 16:46:44 +08:00
moal_debug.c mxm_wifiex: update to mxm6x17437.p3 release 2024-01-17 16:46:44 +08:00
moal_eth_ioctl.c mxm_wifiex: update to mxm6x17437.p3 release 2024-01-17 16:46:44 +08:00
moal_eth_ioctl.h mxm_wifiex: update to mxm6x17437 release 2023-12-12 11:26:12 +08:00
moal_init.c mxm_wifiex: update to mxm6x17437.p3 release 2024-01-17 16:46:44 +08:00
moal_ioctl.c mxm_wifiex: update to mxm6x17437 release 2023-12-12 11:26:12 +08:00
moal_main.c mxm_wifiex: fix L6.9 kernel next tree build errors 2024-04-09 17:14:51 +08:00
moal_main.h mxm_wifiex: update to mxm6x17437.p3 release 2024-01-17 16:46:44 +08:00
moal_pcie.c mxm_wifiex: update to mxm6x17437.p3 release 2024-01-17 16:46:44 +08:00
moal_pcie.h mxm_wifiex: update to mxm6x17437 release 2023-12-12 11:26:12 +08:00
moal_priv.c mxm_wifiex: update to mxm6x17437 release 2023-12-12 11:26:12 +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 mxm6x17437.p3 release 2024-01-17 16:46:44 +08:00
moal_sdio.h mxm_wifiex: update to mxm6x17437.p3 release 2024-01-17 16:46:44 +08:00
moal_sdio_mmc.c mxm_wifiex: update to mxm6x17437.p3 release 2024-01-17 16:46:44 +08:00
moal_shim.c mxm_wifiex: fix L6.8 kernel next tree build errors -- cfg80211_ch_switch_notify 2024-03-01 14:29:19 +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: update to mxm6x17437.p3 release 2024-01-17 16:46:44 +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 mxm6x17437.p3 release 2024-01-17 16:46:44 +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: fix L6.8 kernel next tree build errors -- cfg80211_ch_switch_notify 2024-03-01 14:29:19 +08:00
moal_uap_cfg80211.h mxm_wifiex: fix L6.7 kernel next tree build warnings 2023-12-10 14:42:38 +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 mxm6x17437.p3 release 2024-01-17 16:46:44 +08:00
moal_usb.h mxm_wifiex: update to mxm6x17437.p3 release 2024-01-17 16:46:44 +08:00
moal_wext.c mxm_wifiex: update to mxm6x17437.p3 release 2024-01-17 16:46:44 +08:00
moal_wext.h mxm_wifiex: update to mxm5x17344.p3 release 2022-08-31 13:08:31 +08:00