From 5fba6f392e189c2630e449963727f5a0631f5423 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 26 Jan 2025 12:34:13 +0000 Subject: [PATCH] linux: wifi: rtw88: reorganise patches since 6.13 has been released --- packages/linux/package.mk | 6 +++--- .../0001-wifi-rtw88-Constify-some-arrays-and-structs.patch | 0 ...fi-rtw88-Parse-the-RX-descriptor-with-a-single-fun.patch | 0 ...fi-rtw88-Add-some-definitions-for-RTL8821AU-RTL881.patch | 0 ...ifi-rtw88-Dump-the-HW-features-only-for-some-chips.patch | 0 ...005-wifi-rtw88-Allow-different-C2H-RA-report-sizes.patch | 0 ...fi-rtw88-Extend-the-init-table-parsing-for-RTL8812.patch | 0 ...fi-rtw88-Allow-rtw_chip_info.ltecoex_addr-to-be-NU.patch | 0 ...fi-rtw88-Let-each-driver-control-the-power-on-off-.patch | 0 ...fi-rtw88-Enable-data-rate-fallback-for-older-chips.patch | 0 .../0010-wifi-rtw88-Make-txagc_remnant_ofdm-an-array.patch | 0 ...1-wifi-rtw88-Support-TX-page-sizes-bigger-than-128.patch | 0 ...ifi-rtw88-Move-pwr_track_tbl-to-struct-rtw_rfe_def.patch | 0 ...fi-rtw88-usb-Set-pkt_info.ls-for-the-reserved-page.patch | 0 ...fi-rtw88-Detect-beacon-loss-with-chips-other-than-.patch | 0 ...wifi-rtw88-coex-Support-chips-without-a-scoreboard.patch | 0 ...wifi-rtw88-8821a-Regularly-ask-for-BT-info-updates.patch | 0 .../0017-wifi-rtw88-8812a-Mitigate-beacon-loss.patch | 0 .../0018-wifi-rtw88-Add-rtw8812a_table.-c-h.patch | 0 .../0019-wifi-rtw88-Add-rtw8821a_table.-c-h.patch | 0 .../0020-wifi-rtw88-Add-rtw88xxa.-c-h.patch | 0 .../0021-wifi-rtw88-Add-rtw8821a.-c-h.patch | 0 .../0022-wifi-rtw88-Add-rtw8812a.-c-h.patch | 0 .../0023-wifi-rtw88-Add-rtw8821au.c-and-rtw8812au.c.patch | 0 ...fi-rtw88-Enable-the-new-RTL8821AU-RTL8812AU-driver.patch | 0 ...fi-rtw88-8821au-Add-additional-devices-to-the-USB_.patch | 0 .../0026-wifi-rtw88-8812au-Add-more-device-IDs.patch | 0 .../0027-wifi-rtw88-usb-Support-USB-3-with-RTL8812AU.patch | 0 ...fi-rtw88-usb-Enable-RX-aggregation-for-8821au-8812.patch | 0 ...fi-rtw88-add-__packed-attribute-to-efuse-layout-st.patch | 0 ...030-wifi-rtlwifi-rtl8821ae-Fix-media-status-report.patch | 0 .../0031-wifi-rtw88-8812a-Support-RFE-type-2.patch | 0 ...32-wifi-rtw88-8821a-8812a-Set-ptct_efuse_size-to-0.patch | 0 ...-wifi-rtw88-usb-Copy-instead-of-cloning-the-RX-skb.patch | 0 ...fi-rtw88-Handle-C2H_ADAPTIVITY-in-rtw_fw_c2h_cmd_h.patch | 0 ...5-wifi-rtw88-usb-Preallocate-and-reuse-the-RX-skbs.patch | 0 ...fi-rtl8xxxu-Fix-RTL8188EU-firmware-upload-block-si.patch | 0 .../0037-wifi-rtw88-Add-USB-PHY-configuration.patch | 0 ...fi-rtw88-Delete-rf_type-member-of-struct-rtw_sta_i.patch | 0 .../0039-wifi-rtw88-8703b-Fix-RX-TX-issues.patch | 0 ...ifi-rtw88-sdio-Fix-disconnection-after-beacon-loss.patch | 0 .../0041-wifi-rtw88-Add-support-for-LED-blinking.patch | 0 42 files changed, 3 insertions(+), 3 deletions(-) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0001-wifi-rtw88-Constify-some-arrays-and-structs.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0002-wifi-rtw88-Parse-the-RX-descriptor-with-a-single-fun.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0003-wifi-rtw88-Add-some-definitions-for-RTL8821AU-RTL881.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0004-wifi-rtw88-Dump-the-HW-features-only-for-some-chips.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0005-wifi-rtw88-Allow-different-C2H-RA-report-sizes.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0006-wifi-rtw88-Extend-the-init-table-parsing-for-RTL8812.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0007-wifi-rtw88-Allow-rtw_chip_info.ltecoex_addr-to-be-NU.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0008-wifi-rtw88-Let-each-driver-control-the-power-on-off-.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0009-wifi-rtw88-Enable-data-rate-fallback-for-older-chips.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0010-wifi-rtw88-Make-txagc_remnant_ofdm-an-array.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0011-wifi-rtw88-Support-TX-page-sizes-bigger-than-128.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0012-wifi-rtw88-Move-pwr_track_tbl-to-struct-rtw_rfe_def.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0013-wifi-rtw88-usb-Set-pkt_info.ls-for-the-reserved-page.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0014-wifi-rtw88-Detect-beacon-loss-with-chips-other-than-.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0015-wifi-rtw88-coex-Support-chips-without-a-scoreboard.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0016-wifi-rtw88-8821a-Regularly-ask-for-BT-info-updates.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0017-wifi-rtw88-8812a-Mitigate-beacon-loss.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0018-wifi-rtw88-Add-rtw8812a_table.-c-h.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0019-wifi-rtw88-Add-rtw8821a_table.-c-h.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0020-wifi-rtw88-Add-rtw88xxa.-c-h.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0021-wifi-rtw88-Add-rtw8821a.-c-h.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0022-wifi-rtw88-Add-rtw8812a.-c-h.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0023-wifi-rtw88-Add-rtw8821au.c-and-rtw8812au.c.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => 6.13}/0024-wifi-rtw88-Enable-the-new-RTL8821AU-RTL8812AU-driver.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => after-6.13}/0025-wifi-rtw88-8821au-Add-additional-devices-to-the-USB_.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => after-6.13}/0026-wifi-rtw88-8812au-Add-more-device-IDs.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => after-6.13}/0027-wifi-rtw88-usb-Support-USB-3-with-RTL8812AU.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => after-6.13}/0028-wifi-rtw88-usb-Enable-RX-aggregation-for-8821au-8812.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => after-6.13}/0029-wifi-rtw88-add-__packed-attribute-to-efuse-layout-st.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => after-6.13}/0030-wifi-rtlwifi-rtl8821ae-Fix-media-status-report.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => after-6.13}/0031-wifi-rtw88-8812a-Support-RFE-type-2.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => after-6.13}/0032-wifi-rtw88-8821a-8812a-Set-ptct_efuse_size-to-0.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => after-6.13}/0033-wifi-rtw88-usb-Copy-instead-of-cloning-the-RX-skb.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => after-6.13}/0034-wifi-rtw88-Handle-C2H_ADAPTIVITY-in-rtw_fw_c2h_cmd_h.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => after-6.13}/0035-wifi-rtw88-usb-Preallocate-and-reuse-the-RX-skbs.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => after-6.13}/0036-wifi-rtl8xxxu-Fix-RTL8188EU-firmware-upload-block-si.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => after-6.13}/0037-wifi-rtw88-Add-USB-PHY-configuration.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => after-6.13}/0038-wifi-rtw88-Delete-rf_type-member-of-struct-rtw_sta_i.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => after-6.13}/0039-wifi-rtw88-8703b-Fix-RX-TX-issues.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => after-6.13}/0040-wifi-rtw88-sdio-Fix-disconnection-after-beacon-loss.patch (100%) rename packages/linux/patches/rtlwifi/{after-6.12 => after-6.13}/0041-wifi-rtw88-Add-support-for-LED-blinking.patch (100%) diff --git a/packages/linux/package.mk b/packages/linux/package.mk index 4d1098e226..88cb0a146b 100644 --- a/packages/linux/package.mk +++ b/packages/linux/package.mk @@ -20,20 +20,20 @@ case "${LINUX}" in PKG_SHA256="1a140beb8b10ea52e4dd595c5ce4e00995e0176353f980be50aedca4c009c2b7" PKG_URL="https://github.com/torvalds/linux/archive/${PKG_VERSION}.tar.gz" PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz" - PKG_PATCH_DIRS="default rtlwifi/after-6.12" + PKG_PATCH_DIRS="default rtlwifi/6.13 rtlwifi/after-6.13" ;; raspberrypi) PKG_VERSION="26e9c58fd607444366f03009ad377fd85b470c2f" # 6.12.11 PKG_SHA256="f02d6038b657c4d2bf679a00d33f6f7a0f935cd361bc5ccf6e50ef64db693789" PKG_URL="https://github.com/raspberrypi/linux/archive/${PKG_VERSION}.tar.gz" PKG_SOURCE_NAME="linux-${LINUX}-${PKG_VERSION}.tar.gz" - PKG_PATCH_DIRS="raspberrypi rtlwifi/after-6.12" + PKG_PATCH_DIRS="raspberrypi rtlwifi/6.13 rtlwifi/after-6.13" ;; *) PKG_VERSION="6.12.10" PKG_SHA256="4a516e5ed748537a73cb42ec47fbbeb6df8b1298e8892c29c0e91de79095b297" PKG_URL="https://www.kernel.org/pub/linux/kernel/v${PKG_VERSION/.*/}.x/${PKG_NAME}-${PKG_VERSION}.tar.xz" - PKG_PATCH_DIRS="default rtlwifi/after-6.12" + PKG_PATCH_DIRS="default rtlwifi/6.13 rtlwifi/after-6.13" ;; esac diff --git a/packages/linux/patches/rtlwifi/after-6.12/0001-wifi-rtw88-Constify-some-arrays-and-structs.patch b/packages/linux/patches/rtlwifi/6.13/0001-wifi-rtw88-Constify-some-arrays-and-structs.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0001-wifi-rtw88-Constify-some-arrays-and-structs.patch rename to packages/linux/patches/rtlwifi/6.13/0001-wifi-rtw88-Constify-some-arrays-and-structs.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0002-wifi-rtw88-Parse-the-RX-descriptor-with-a-single-fun.patch b/packages/linux/patches/rtlwifi/6.13/0002-wifi-rtw88-Parse-the-RX-descriptor-with-a-single-fun.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0002-wifi-rtw88-Parse-the-RX-descriptor-with-a-single-fun.patch rename to packages/linux/patches/rtlwifi/6.13/0002-wifi-rtw88-Parse-the-RX-descriptor-with-a-single-fun.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0003-wifi-rtw88-Add-some-definitions-for-RTL8821AU-RTL881.patch b/packages/linux/patches/rtlwifi/6.13/0003-wifi-rtw88-Add-some-definitions-for-RTL8821AU-RTL881.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0003-wifi-rtw88-Add-some-definitions-for-RTL8821AU-RTL881.patch rename to packages/linux/patches/rtlwifi/6.13/0003-wifi-rtw88-Add-some-definitions-for-RTL8821AU-RTL881.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0004-wifi-rtw88-Dump-the-HW-features-only-for-some-chips.patch b/packages/linux/patches/rtlwifi/6.13/0004-wifi-rtw88-Dump-the-HW-features-only-for-some-chips.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0004-wifi-rtw88-Dump-the-HW-features-only-for-some-chips.patch rename to packages/linux/patches/rtlwifi/6.13/0004-wifi-rtw88-Dump-the-HW-features-only-for-some-chips.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0005-wifi-rtw88-Allow-different-C2H-RA-report-sizes.patch b/packages/linux/patches/rtlwifi/6.13/0005-wifi-rtw88-Allow-different-C2H-RA-report-sizes.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0005-wifi-rtw88-Allow-different-C2H-RA-report-sizes.patch rename to packages/linux/patches/rtlwifi/6.13/0005-wifi-rtw88-Allow-different-C2H-RA-report-sizes.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0006-wifi-rtw88-Extend-the-init-table-parsing-for-RTL8812.patch b/packages/linux/patches/rtlwifi/6.13/0006-wifi-rtw88-Extend-the-init-table-parsing-for-RTL8812.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0006-wifi-rtw88-Extend-the-init-table-parsing-for-RTL8812.patch rename to packages/linux/patches/rtlwifi/6.13/0006-wifi-rtw88-Extend-the-init-table-parsing-for-RTL8812.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0007-wifi-rtw88-Allow-rtw_chip_info.ltecoex_addr-to-be-NU.patch b/packages/linux/patches/rtlwifi/6.13/0007-wifi-rtw88-Allow-rtw_chip_info.ltecoex_addr-to-be-NU.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0007-wifi-rtw88-Allow-rtw_chip_info.ltecoex_addr-to-be-NU.patch rename to packages/linux/patches/rtlwifi/6.13/0007-wifi-rtw88-Allow-rtw_chip_info.ltecoex_addr-to-be-NU.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0008-wifi-rtw88-Let-each-driver-control-the-power-on-off-.patch b/packages/linux/patches/rtlwifi/6.13/0008-wifi-rtw88-Let-each-driver-control-the-power-on-off-.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0008-wifi-rtw88-Let-each-driver-control-the-power-on-off-.patch rename to packages/linux/patches/rtlwifi/6.13/0008-wifi-rtw88-Let-each-driver-control-the-power-on-off-.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0009-wifi-rtw88-Enable-data-rate-fallback-for-older-chips.patch b/packages/linux/patches/rtlwifi/6.13/0009-wifi-rtw88-Enable-data-rate-fallback-for-older-chips.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0009-wifi-rtw88-Enable-data-rate-fallback-for-older-chips.patch rename to packages/linux/patches/rtlwifi/6.13/0009-wifi-rtw88-Enable-data-rate-fallback-for-older-chips.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0010-wifi-rtw88-Make-txagc_remnant_ofdm-an-array.patch b/packages/linux/patches/rtlwifi/6.13/0010-wifi-rtw88-Make-txagc_remnant_ofdm-an-array.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0010-wifi-rtw88-Make-txagc_remnant_ofdm-an-array.patch rename to packages/linux/patches/rtlwifi/6.13/0010-wifi-rtw88-Make-txagc_remnant_ofdm-an-array.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0011-wifi-rtw88-Support-TX-page-sizes-bigger-than-128.patch b/packages/linux/patches/rtlwifi/6.13/0011-wifi-rtw88-Support-TX-page-sizes-bigger-than-128.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0011-wifi-rtw88-Support-TX-page-sizes-bigger-than-128.patch rename to packages/linux/patches/rtlwifi/6.13/0011-wifi-rtw88-Support-TX-page-sizes-bigger-than-128.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0012-wifi-rtw88-Move-pwr_track_tbl-to-struct-rtw_rfe_def.patch b/packages/linux/patches/rtlwifi/6.13/0012-wifi-rtw88-Move-pwr_track_tbl-to-struct-rtw_rfe_def.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0012-wifi-rtw88-Move-pwr_track_tbl-to-struct-rtw_rfe_def.patch rename to packages/linux/patches/rtlwifi/6.13/0012-wifi-rtw88-Move-pwr_track_tbl-to-struct-rtw_rfe_def.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0013-wifi-rtw88-usb-Set-pkt_info.ls-for-the-reserved-page.patch b/packages/linux/patches/rtlwifi/6.13/0013-wifi-rtw88-usb-Set-pkt_info.ls-for-the-reserved-page.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0013-wifi-rtw88-usb-Set-pkt_info.ls-for-the-reserved-page.patch rename to packages/linux/patches/rtlwifi/6.13/0013-wifi-rtw88-usb-Set-pkt_info.ls-for-the-reserved-page.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0014-wifi-rtw88-Detect-beacon-loss-with-chips-other-than-.patch b/packages/linux/patches/rtlwifi/6.13/0014-wifi-rtw88-Detect-beacon-loss-with-chips-other-than-.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0014-wifi-rtw88-Detect-beacon-loss-with-chips-other-than-.patch rename to packages/linux/patches/rtlwifi/6.13/0014-wifi-rtw88-Detect-beacon-loss-with-chips-other-than-.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0015-wifi-rtw88-coex-Support-chips-without-a-scoreboard.patch b/packages/linux/patches/rtlwifi/6.13/0015-wifi-rtw88-coex-Support-chips-without-a-scoreboard.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0015-wifi-rtw88-coex-Support-chips-without-a-scoreboard.patch rename to packages/linux/patches/rtlwifi/6.13/0015-wifi-rtw88-coex-Support-chips-without-a-scoreboard.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0016-wifi-rtw88-8821a-Regularly-ask-for-BT-info-updates.patch b/packages/linux/patches/rtlwifi/6.13/0016-wifi-rtw88-8821a-Regularly-ask-for-BT-info-updates.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0016-wifi-rtw88-8821a-Regularly-ask-for-BT-info-updates.patch rename to packages/linux/patches/rtlwifi/6.13/0016-wifi-rtw88-8821a-Regularly-ask-for-BT-info-updates.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0017-wifi-rtw88-8812a-Mitigate-beacon-loss.patch b/packages/linux/patches/rtlwifi/6.13/0017-wifi-rtw88-8812a-Mitigate-beacon-loss.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0017-wifi-rtw88-8812a-Mitigate-beacon-loss.patch rename to packages/linux/patches/rtlwifi/6.13/0017-wifi-rtw88-8812a-Mitigate-beacon-loss.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0018-wifi-rtw88-Add-rtw8812a_table.-c-h.patch b/packages/linux/patches/rtlwifi/6.13/0018-wifi-rtw88-Add-rtw8812a_table.-c-h.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0018-wifi-rtw88-Add-rtw8812a_table.-c-h.patch rename to packages/linux/patches/rtlwifi/6.13/0018-wifi-rtw88-Add-rtw8812a_table.-c-h.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0019-wifi-rtw88-Add-rtw8821a_table.-c-h.patch b/packages/linux/patches/rtlwifi/6.13/0019-wifi-rtw88-Add-rtw8821a_table.-c-h.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0019-wifi-rtw88-Add-rtw8821a_table.-c-h.patch rename to packages/linux/patches/rtlwifi/6.13/0019-wifi-rtw88-Add-rtw8821a_table.-c-h.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0020-wifi-rtw88-Add-rtw88xxa.-c-h.patch b/packages/linux/patches/rtlwifi/6.13/0020-wifi-rtw88-Add-rtw88xxa.-c-h.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0020-wifi-rtw88-Add-rtw88xxa.-c-h.patch rename to packages/linux/patches/rtlwifi/6.13/0020-wifi-rtw88-Add-rtw88xxa.-c-h.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0021-wifi-rtw88-Add-rtw8821a.-c-h.patch b/packages/linux/patches/rtlwifi/6.13/0021-wifi-rtw88-Add-rtw8821a.-c-h.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0021-wifi-rtw88-Add-rtw8821a.-c-h.patch rename to packages/linux/patches/rtlwifi/6.13/0021-wifi-rtw88-Add-rtw8821a.-c-h.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0022-wifi-rtw88-Add-rtw8812a.-c-h.patch b/packages/linux/patches/rtlwifi/6.13/0022-wifi-rtw88-Add-rtw8812a.-c-h.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0022-wifi-rtw88-Add-rtw8812a.-c-h.patch rename to packages/linux/patches/rtlwifi/6.13/0022-wifi-rtw88-Add-rtw8812a.-c-h.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0023-wifi-rtw88-Add-rtw8821au.c-and-rtw8812au.c.patch b/packages/linux/patches/rtlwifi/6.13/0023-wifi-rtw88-Add-rtw8821au.c-and-rtw8812au.c.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0023-wifi-rtw88-Add-rtw8821au.c-and-rtw8812au.c.patch rename to packages/linux/patches/rtlwifi/6.13/0023-wifi-rtw88-Add-rtw8821au.c-and-rtw8812au.c.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0024-wifi-rtw88-Enable-the-new-RTL8821AU-RTL8812AU-driver.patch b/packages/linux/patches/rtlwifi/6.13/0024-wifi-rtw88-Enable-the-new-RTL8821AU-RTL8812AU-driver.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0024-wifi-rtw88-Enable-the-new-RTL8821AU-RTL8812AU-driver.patch rename to packages/linux/patches/rtlwifi/6.13/0024-wifi-rtw88-Enable-the-new-RTL8821AU-RTL8812AU-driver.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0025-wifi-rtw88-8821au-Add-additional-devices-to-the-USB_.patch b/packages/linux/patches/rtlwifi/after-6.13/0025-wifi-rtw88-8821au-Add-additional-devices-to-the-USB_.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0025-wifi-rtw88-8821au-Add-additional-devices-to-the-USB_.patch rename to packages/linux/patches/rtlwifi/after-6.13/0025-wifi-rtw88-8821au-Add-additional-devices-to-the-USB_.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0026-wifi-rtw88-8812au-Add-more-device-IDs.patch b/packages/linux/patches/rtlwifi/after-6.13/0026-wifi-rtw88-8812au-Add-more-device-IDs.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0026-wifi-rtw88-8812au-Add-more-device-IDs.patch rename to packages/linux/patches/rtlwifi/after-6.13/0026-wifi-rtw88-8812au-Add-more-device-IDs.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0027-wifi-rtw88-usb-Support-USB-3-with-RTL8812AU.patch b/packages/linux/patches/rtlwifi/after-6.13/0027-wifi-rtw88-usb-Support-USB-3-with-RTL8812AU.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0027-wifi-rtw88-usb-Support-USB-3-with-RTL8812AU.patch rename to packages/linux/patches/rtlwifi/after-6.13/0027-wifi-rtw88-usb-Support-USB-3-with-RTL8812AU.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0028-wifi-rtw88-usb-Enable-RX-aggregation-for-8821au-8812.patch b/packages/linux/patches/rtlwifi/after-6.13/0028-wifi-rtw88-usb-Enable-RX-aggregation-for-8821au-8812.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0028-wifi-rtw88-usb-Enable-RX-aggregation-for-8821au-8812.patch rename to packages/linux/patches/rtlwifi/after-6.13/0028-wifi-rtw88-usb-Enable-RX-aggregation-for-8821au-8812.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0029-wifi-rtw88-add-__packed-attribute-to-efuse-layout-st.patch b/packages/linux/patches/rtlwifi/after-6.13/0029-wifi-rtw88-add-__packed-attribute-to-efuse-layout-st.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0029-wifi-rtw88-add-__packed-attribute-to-efuse-layout-st.patch rename to packages/linux/patches/rtlwifi/after-6.13/0029-wifi-rtw88-add-__packed-attribute-to-efuse-layout-st.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0030-wifi-rtlwifi-rtl8821ae-Fix-media-status-report.patch b/packages/linux/patches/rtlwifi/after-6.13/0030-wifi-rtlwifi-rtl8821ae-Fix-media-status-report.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0030-wifi-rtlwifi-rtl8821ae-Fix-media-status-report.patch rename to packages/linux/patches/rtlwifi/after-6.13/0030-wifi-rtlwifi-rtl8821ae-Fix-media-status-report.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0031-wifi-rtw88-8812a-Support-RFE-type-2.patch b/packages/linux/patches/rtlwifi/after-6.13/0031-wifi-rtw88-8812a-Support-RFE-type-2.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0031-wifi-rtw88-8812a-Support-RFE-type-2.patch rename to packages/linux/patches/rtlwifi/after-6.13/0031-wifi-rtw88-8812a-Support-RFE-type-2.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0032-wifi-rtw88-8821a-8812a-Set-ptct_efuse_size-to-0.patch b/packages/linux/patches/rtlwifi/after-6.13/0032-wifi-rtw88-8821a-8812a-Set-ptct_efuse_size-to-0.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0032-wifi-rtw88-8821a-8812a-Set-ptct_efuse_size-to-0.patch rename to packages/linux/patches/rtlwifi/after-6.13/0032-wifi-rtw88-8821a-8812a-Set-ptct_efuse_size-to-0.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0033-wifi-rtw88-usb-Copy-instead-of-cloning-the-RX-skb.patch b/packages/linux/patches/rtlwifi/after-6.13/0033-wifi-rtw88-usb-Copy-instead-of-cloning-the-RX-skb.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0033-wifi-rtw88-usb-Copy-instead-of-cloning-the-RX-skb.patch rename to packages/linux/patches/rtlwifi/after-6.13/0033-wifi-rtw88-usb-Copy-instead-of-cloning-the-RX-skb.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0034-wifi-rtw88-Handle-C2H_ADAPTIVITY-in-rtw_fw_c2h_cmd_h.patch b/packages/linux/patches/rtlwifi/after-6.13/0034-wifi-rtw88-Handle-C2H_ADAPTIVITY-in-rtw_fw_c2h_cmd_h.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0034-wifi-rtw88-Handle-C2H_ADAPTIVITY-in-rtw_fw_c2h_cmd_h.patch rename to packages/linux/patches/rtlwifi/after-6.13/0034-wifi-rtw88-Handle-C2H_ADAPTIVITY-in-rtw_fw_c2h_cmd_h.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0035-wifi-rtw88-usb-Preallocate-and-reuse-the-RX-skbs.patch b/packages/linux/patches/rtlwifi/after-6.13/0035-wifi-rtw88-usb-Preallocate-and-reuse-the-RX-skbs.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0035-wifi-rtw88-usb-Preallocate-and-reuse-the-RX-skbs.patch rename to packages/linux/patches/rtlwifi/after-6.13/0035-wifi-rtw88-usb-Preallocate-and-reuse-the-RX-skbs.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0036-wifi-rtl8xxxu-Fix-RTL8188EU-firmware-upload-block-si.patch b/packages/linux/patches/rtlwifi/after-6.13/0036-wifi-rtl8xxxu-Fix-RTL8188EU-firmware-upload-block-si.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0036-wifi-rtl8xxxu-Fix-RTL8188EU-firmware-upload-block-si.patch rename to packages/linux/patches/rtlwifi/after-6.13/0036-wifi-rtl8xxxu-Fix-RTL8188EU-firmware-upload-block-si.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0037-wifi-rtw88-Add-USB-PHY-configuration.patch b/packages/linux/patches/rtlwifi/after-6.13/0037-wifi-rtw88-Add-USB-PHY-configuration.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0037-wifi-rtw88-Add-USB-PHY-configuration.patch rename to packages/linux/patches/rtlwifi/after-6.13/0037-wifi-rtw88-Add-USB-PHY-configuration.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0038-wifi-rtw88-Delete-rf_type-member-of-struct-rtw_sta_i.patch b/packages/linux/patches/rtlwifi/after-6.13/0038-wifi-rtw88-Delete-rf_type-member-of-struct-rtw_sta_i.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0038-wifi-rtw88-Delete-rf_type-member-of-struct-rtw_sta_i.patch rename to packages/linux/patches/rtlwifi/after-6.13/0038-wifi-rtw88-Delete-rf_type-member-of-struct-rtw_sta_i.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0039-wifi-rtw88-8703b-Fix-RX-TX-issues.patch b/packages/linux/patches/rtlwifi/after-6.13/0039-wifi-rtw88-8703b-Fix-RX-TX-issues.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0039-wifi-rtw88-8703b-Fix-RX-TX-issues.patch rename to packages/linux/patches/rtlwifi/after-6.13/0039-wifi-rtw88-8703b-Fix-RX-TX-issues.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0040-wifi-rtw88-sdio-Fix-disconnection-after-beacon-loss.patch b/packages/linux/patches/rtlwifi/after-6.13/0040-wifi-rtw88-sdio-Fix-disconnection-after-beacon-loss.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0040-wifi-rtw88-sdio-Fix-disconnection-after-beacon-loss.patch rename to packages/linux/patches/rtlwifi/after-6.13/0040-wifi-rtw88-sdio-Fix-disconnection-after-beacon-loss.patch diff --git a/packages/linux/patches/rtlwifi/after-6.12/0041-wifi-rtw88-Add-support-for-LED-blinking.patch b/packages/linux/patches/rtlwifi/after-6.13/0041-wifi-rtw88-Add-support-for-LED-blinking.patch similarity index 100% rename from packages/linux/patches/rtlwifi/after-6.12/0041-wifi-rtw88-Add-support-for-LED-blinking.patch rename to packages/linux/patches/rtlwifi/after-6.13/0041-wifi-rtw88-Add-support-for-LED-blinking.patch