armbian-build/patch/misc
Igor Velkov e9f1902134
uwe5622: fix compilation with clang on Linux 6.19 (#9314)
In Linux 6.19, net_device->dev_addr is const unsigned char *.
Clang with -Werror,-Wincompatible-pointer-types-discards-qualifiers
rejects passing dev_addr to non-const parameters and memcpy into it.

Fix by:
- Replacing memcpy(dev->dev_addr, ...) with dev_addr_set()
- Using local buffer + ether_addr_copy for sprdwl_set_mac_addr call
  that needs mutable addr (the function modifies it in-place)
- Changing u8 *mac pointer to u8 mac[ETH_ALEN] array in cfg80211.c
  where dev_addr was assigned to a non-const pointer

Relates to #9049
2026-01-31 13:51:07 +01:00
..
bluetooth-rtl8723cs rtl8723cs: stop including proprietary driver for kernel 6.19 onwards 2026-01-07 09:50:08 +01:00
rtw88 rtw88: Add kernel 6.18 support and clean up patch logic (#9041) 2025-12-08 23:58:15 +01:00
wireless-rtl8723cs rtl8723cs: stop including proprietary driver for kernel 6.19 onwards 2026-01-07 09:50:08 +01:00
wireless-uwe5622 uwe5622: fix compilation with clang on Linux 6.19 (#9314) 2026-01-31 13:51:07 +01:00
add-armbian-neofetch.patch
Bluetooth-hci_h5-Add-power-reset-via-gpio-in-h5_btrt.patch
bluetooth-rtl8822cs-hci_ver-0x8.patch
wireless-bring-back-headers.patch
wireless-injection-6.12.patch Add Wi-Fi injection patch for Linux 6.12 kernels. 2025-10-11 14:04:48 +02:00
wireless-mt7921u-add-pids.patch Add two popular MT7921U devices to the driver pid so they work OOB 2023-08-20 19:19:44 +02:00
wireless-realtek-8188eu-5.12.patch
wireless-rtl88x2bu-Fix-6.16.patch uefi-arm64: bump to 6.16 2025-08-03 09:37:30 +08:00
wireless-rtl88x2cs-Fix-VFS-import.patch wireless patches: fix build for kernel 6.13 2024-12-30 08:24:45 +08:00
wireless-rtl8188eu-Fix-misleading-indentation.patch Fix wireless modules indentation warnings 2023-02-03 21:37:07 +00:00
wireless-rtl8188eu-Fix-p2p-go-advertising.patch
wireless-rtl8188eu-Fix-uninitialized-cfg80211-chan-def.patch
wireless-rtl8188eu-Fix-VFS-import.patch Split wireless VFS patches (#4775) 2023-02-03 10:03:11 +01:00
wireless-rtl8188eu.patch
wireless-rtl8189es-Fix-building-on-5.4.251-kernel.patch Fix wireless patches introduced in https://github.com/armbian/build/pull/5533 2023-07-29 21:20:03 +02:00
wireless-rtl8189es-Fix-p2p-go-advertising.patch
wireless-rtl8189es-Fix-VFS-import.patch wireless patches: fix build for kernel 6.13 2024-12-30 08:24:45 +08:00
wireless-rtl8189fs-Fix-building-on-5.4.251-kernel.patch Fix wireless patches introduced in https://github.com/armbian/build/pull/5533 2023-07-29 21:20:03 +02:00
wireless-rtl8189fs-fix-p2p-go-advertising.patch drivers_network: Bump several drivers from upstream 2024-03-17 18:57:28 +00:00
wireless-rtl8189fs-Fix-VFS-import.patch wireless patches: fix build for kernel 6.13 2024-12-30 08:24:45 +08:00
wireless-rtl8192eu-Fix-building-on-5.4.251-kernel.patch Fix wireless patches introduced in https://github.com/armbian/build/pull/5533 2023-07-29 21:20:03 +02:00
wireless-rtl8192eu-Fix-building-on-6.16-6.17.patch Bump mainline edge kernels to rc7 2025-09-21 19:32:20 +02:00
wireless-rtl8192eu-Fix-p2p-go-advertising.patch
wireless-rtl8192eu-Fix-VFS-import.patch wireless patches: fix build for kernel 6.13 2024-12-30 08:24:45 +08:00
wireless-rtl8723ds-Fix-p2p-go-advertising.patch
wireless-rtl8723ds-Fix-VFS-import.patch wireless patches: fix build for kernel 6.13 2024-12-30 08:24:45 +08:00
wireless-rtl8723du-5.19.2.patch
wireless-rtl8723du-6.3.patch kernel: drivers: wireless-rtl8723du-6.3.patch: don't patch the same thing twice 2023-05-24 19:21:42 +02:00
wireless-rtl8723du-Fix-p2p-go-advertising.patch
wireless-rtl8723du-Fix-uninitialized-cfg80211-chan-def.patch
wireless-rtl8723du-Fix-VFS-import.patch Split wireless VFS patches (#4775) 2023-02-03 10:03:11 +01:00
wireless-rtl8811cu-Fix-6.16.patch uefi-arm64: bump to 6.16 2025-08-03 09:37:30 +08:00
wireless-rtl8812au-Fix-6.16.patch uefi-arm64: bump to 6.16 2025-08-03 09:37:30 +08:00
wireless-rtl8822bs-Fix-misleading-indentation.patch Fix wireless modules indentation warnings 2023-02-03 21:37:07 +00:00
wireless-rtl8822bs-Fix-p2p-go-advertising.patch
wireless-rtl8822bs-Fix-uninitialized-cfg80211-chan-def.patch
wireless-rtl8822bs-Fix-VFS-import.patch Split wireless VFS patches (#4775) 2023-02-03 10:03:11 +01:00
wireless-rtl8852bs-Update-rtw_regd_init-for-6.1.patch wifi: Add new SDIO driver rtl8852bs for BananaPi F3 2024-07-01 19:15:00 +02:00
xradio-Switching-from-del_timer_sync-to-timer_delete_sync.patch sunxi: xradio: Switching from del_timer_sync to timer_delete_sync 2025-06-08 18:04:25 +02:00