mwifiex/mxm_wifiex/wlan_src
Darko Budor 636fd7a106 mxm_wifiex: fix the build errors with the API changes on L5.19.2 kernel
L5.19.2 kernel added preliminary support to MLO link API to
    include/net/cfg80211.h.
    Added unused link_id parameters to
        woal_cfg80211_set_bitrate_mask(),
        woal_cfg80211_get_channel(),
        woal_cfg80211_del_beacon().

    Updated access of fields  moved from wireless_dev to wireless_dev.u.ibss
    in L5.19.2

    struct wireless_dev {
	union {
		struct {
			struct cfg80211_internal_bss *current_bss;
			struct cfg80211_chan_def chandef;
			int beacon_interval;
			u8 ssid[IEEE80211_MAX_SSID_LEN];
			u8 ssid_len;
		} ibss;
	} u;
    }

mxm_wifiex: made compatible with v5.19.2+ MLO link APIs
see kernel commit 7a53ad13c09150076b7ddde96c2dfc5622c90b45
2022-11-08 14:39:04 +01:00
..
mapp mxm_wifiex: update to mxm5x17344.p3 release 2022-08-31 10:00:56 +08:00
mlan mxm_wifiex: update to mxm5x17344.p3 release 2022-08-31 10:00:56 +08:00
mlinux mxm_wifiex: fix the build errors with the API changes on L5.19.2 kernel 2022-11-08 14:39:04 +01:00
script mxm_wifiex: update to mxm5x17322 release 2022-04-19 14:46:37 +08:00
gpl-2.0.txt mxm_wifiex: add nxp mxm_wifiex sdk 2020-04-20 00:54:27 +08:00
Makefile mxm_wifiex: update to mxm5x17322.p3 release 2022-05-31 09:59:14 +08:00
README_MLAN mxm_wifiex: update to mxm5x17344.p2 release 2022-08-24 21:03:39 +08:00
SCR.txt mwifiex: update SCR.txt file 2022-08-12 09:28:52 +08:00