mwlwifi: fix compilation with 6.6 and 64-bit
authorRosen Penev <rosenp@gmail.com>
Fri, 10 May 2024 22:55:25 +0000 (15:55 -0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 19 Oct 2024 16:57:50 +0000 (18:57 +0200)
commit2d6e433e1d2a3884ed6767ba00f5ed97472c8c3d
treeed916ff64364aeaf8f9f6e596586b33ba2750f14
parentcba40405f53d032600e7a2a595502dc9da0ea781
mwlwifi: fix compilation with 6.6 and 64-bit

Upstream patch updated to fix kernel 6.6 compilation. It was also split
up into 5. Do the same here.

The patches are taken from this upstreasm PR:
https://github.com/kaloz/mwlwifi/pull/413

Renamed other patches so as to not overlap.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/15452
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/kernel/mwlwifi/Makefile
package/kernel/mwlwifi/patches/001-Fix-compilation-warning-with-64-bit-system.patch [deleted file]
package/kernel/mwlwifi/patches/001-Simplify-coredump-memcpy-in-mwl_fwcmd_get_fw_core_dump.patch [new file with mode: 0644]
package/kernel/mwlwifi/patches/002-Correctly-use-PTR_ERR-in-pcie_bf_mimo_ctrl_decode.patch [new file with mode: 0644]
package/kernel/mwlwifi/patches/003-Use-zu-and-zd-for-ssize_t-and-size_t.patch [new file with mode: 0644]
package/kernel/mwlwifi/patches/004-Fix-debugfs-compilation-warning-in-mwl_debugfs_info_read.patch [new file with mode: 0644]
package/kernel/mwlwifi/patches/004-mwlwifi-fix-PCIe-DT-node-null-pointer-dereference.patch [deleted file]
package/kernel/mwlwifi/patches/005-Use-BUILD_BUG_ON.patch [new file with mode: 0644]
package/kernel/mwlwifi/patches/005-mac80211_update.patch [deleted file]
package/kernel/mwlwifi/patches/010-mwlwifi-fix-PCIe-DT-node-null-pointer-dereference.patch [new file with mode: 0644]
package/kernel/mwlwifi/patches/020-mac80211_update.patch [new file with mode: 0644]