| #
7fc5c8df
|
| 07-Feb-2026 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: harmonize all MODULE_DEPEND to rtw89
rtw89 came like rtw88 was done. Given rtw88 once was split up rtw89 got modelled the same way. Clean this up too.
Sponsored by: The FreeBSD Foundatio
rtw89: harmonize all MODULE_DEPEND to rtw89
rtw89 came like rtw88 was done. Given rtw88 once was split up rtw89 got modelled the same way. Clean this up too.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
show more ...
|
| #
57b83961
|
| 20-Jan-2026 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: cleanup static_assert() calls
These days we can use static_assert() without trouble so remove the FreeBSD-specific rtw89_static_assert implementation. This reduces the diff to upstream and w
rtw89: cleanup static_assert() calls
These days we can use static_assert() without trouble so remove the FreeBSD-specific rtw89_static_assert implementation. This reduces the diff to upstream and will ease future driver updates.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
show more ...
|
| #
10f91d9f
|
| 05-Dec-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: update Realtek's rtw89 driver
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7 ( tag: v6.19-rc6 ).
Sponsored by: T
rtw89: update Realtek's rtw89 driver
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7 ( tag: v6.19-rc6 ).
Sponsored by: The FreeBSD Foundation MFC after: 3 days PR: 285228
show more ...
|
| #
354a0301
|
| 17-Oct-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: update Realtek's rtw89 driver
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git e5f0a698b34ed76002dc5cff3804a61c80233a7a ( tag: v6.17 ).
MFC after: 3 days
|
| #
df279a26
|
| 24-Apr-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: merge Realtek's rtw89 driver based on Linux v6.14
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 38fec10eb60d687e30c8c6b5420d86e8149f7557 ( tag: v6.14 ).
rtw89: merge Realtek's rtw89 driver based on Linux v6.14
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 38fec10eb60d687e30c8c6b5420d86e8149f7557 ( tag: v6.14 ).
Sponsored by: The FreeBSD Foundation
show more ...
|
| #
b4886c4e
|
| 25-Jan-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw88/rtw89: avoid duplicate top-level directory with debugfs
If people like me having multiple cards in the same system creating the debugfs dirctory leads to a panic upon attaching the 2nd card du
rtw88/rtw89: avoid duplicate top-level directory with debugfs
If people like me having multiple cards in the same system creating the debugfs dirctory leads to a panic upon attaching the 2nd card due to the duplicate name. Rather than using the hard coded driver name, use the device name (e.g., rtw880, rtw881, rtw882). This solves two issues: it avoids the duplicate name and we get individual debugging/statistic information for each card.
Sponsored by: The FreeBSD Foundation MFC after: 3 days X-Note: ath1[01]k and mt76 likely will need a similar change
show more ...
|
| #
6d67aabd
|
| 04-Oct-2024 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: update Realtek's rtw89 driver.
This adds support for the Realtek 8922AE PCI wireless network (Wi-Fi 7) adapter.
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linu
rtw89: update Realtek's rtw89 driver.
This adds support for the Realtek 8922AE PCI wireless network (Wi-Fi 7) adapter.
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 98f7e32f20d28ec452afb208f9cffc08448a2652 ( tag: v6.11 ).
Sponsored by: The FreeBSD Foundation MFC after: 14 days
show more ...
|
| #
e2340276
|
| 16-May-2023 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: update driver from upstream
This is a set of updates of the rtw89 driver based on wireless-testing (wt-2023-05-11) 711dca0ca3d77414f8f346e564e9c8640147f40d (after v6.4-rc1). (wt-2023-06-09) 7
rtw89: update driver from upstream
This is a set of updates of the rtw89 driver based on wireless-testing (wt-2023-05-11) 711dca0ca3d77414f8f346e564e9c8640147f40d (after v6.4-rc1). (wt-2023-06-09) 7bd20e011626ccc3ad53e57873452b1716fcfaaa (after v6.4-rc5). (wt-2023-07-24) 62e409149b62a285e89018e49b2e115757fb9022 (after v6.5-rc3). (wt-2023-08-06) 2a220a15be657a24868368892e3e2caba2115283 (after v6.5-rc4). (wt-2023-08-13) 81e147b1317ee7cde8b624ee8c0501b470d7e91c (after v6.5-rc5).
MFC after: 20 days
show more ...
|
| #
f621b087
|
| 18-Apr-2023 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
iwlwifi: rtw88: rtw89: fix gcc warnings
Fix -Wno-format and unused variables warnings with gcc by adopting (to|the) FreeBSD-specific code.
Reported by: jhb Sponsored by: The FreeBSD Foundation MFC
iwlwifi: rtw88: rtw89: fix gcc warnings
Fix -Wno-format and unused variables warnings with gcc by adopting (to|the) FreeBSD-specific code.
Reported by: jhb Sponsored by: The FreeBSD Foundation MFC after: 3 days Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D39673
show more ...
|
| #
8e93258f
|
| 09-Sep-2022 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: import Realtek's rtw89 driver
Import rtw89 based on wireless-testing at (tag: wt-2022-09-02) 78667a29c116c6b186a37e28cd8dd7fa9923aee8 with adjustments for FreeBSD.
For the moment this will s
rtw89: import Realtek's rtw89 driver
Import rtw89 based on wireless-testing at (tag: wt-2022-09-02) 78667a29c116c6b186a37e28cd8dd7fa9923aee8 with adjustments for FreeBSD.
For the moment this will stay disconnected from the build until the last bits are flushed out, but this will help people with a card to do testing and possibly help improving.
Given the lack of full license texts on non-local files this is imported under the draft policy for handling SPDX files (D29226). [1]
Approved by: core.11 (imp) [1] [2022-03-27] MFC after: 6 weeks
show more ...
|
| #
354a0301
|
| 17-Oct-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: update Realtek's rtw89 driver
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git e5f0a698b34ed76002dc5cff3804a61c80233a7a ( tag: v6.17 ).
MFC after: 3 days
|
| #
df279a26
|
| 24-Apr-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: merge Realtek's rtw89 driver based on Linux v6.14
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 38fec10eb60d687e30c8c6b5420d86e8149f7557 ( tag: v6.14 ).
rtw89: merge Realtek's rtw89 driver based on Linux v6.14
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 38fec10eb60d687e30c8c6b5420d86e8149f7557 ( tag: v6.14 ).
Sponsored by: The FreeBSD Foundation
show more ...
|
| #
b4886c4e
|
| 25-Jan-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw88/rtw89: avoid duplicate top-level directory with debugfs
If people like me having multiple cards in the same system creating the debugfs dirctory leads to a panic upon attaching the 2nd card du
rtw88/rtw89: avoid duplicate top-level directory with debugfs
If people like me having multiple cards in the same system creating the debugfs dirctory leads to a panic upon attaching the 2nd card due to the duplicate name. Rather than using the hard coded driver name, use the device name (e.g., rtw880, rtw881, rtw882). This solves two issues: it avoids the duplicate name and we get individual debugging/statistic information for each card.
Sponsored by: The FreeBSD Foundation MFC after: 3 days X-Note: ath1[01]k and mt76 likely will need a similar change
show more ...
|
| #
6d67aabd
|
| 04-Oct-2024 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: update Realtek's rtw89 driver.
This adds support for the Realtek 8922AE PCI wireless network (Wi-Fi 7) adapter.
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linu
rtw89: update Realtek's rtw89 driver.
This adds support for the Realtek 8922AE PCI wireless network (Wi-Fi 7) adapter.
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 98f7e32f20d28ec452afb208f9cffc08448a2652 ( tag: v6.11 ).
Sponsored by: The FreeBSD Foundation MFC after: 14 days
show more ...
|
| #
e2340276
|
| 16-May-2023 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: update driver from upstream
This is a set of updates of the rtw89 driver based on wireless-testing (wt-2023-05-11) 711dca0ca3d77414f8f346e564e9c8640147f40d (after v6.4-rc1). (wt-2023-06-09) 7
rtw89: update driver from upstream
This is a set of updates of the rtw89 driver based on wireless-testing (wt-2023-05-11) 711dca0ca3d77414f8f346e564e9c8640147f40d (after v6.4-rc1). (wt-2023-06-09) 7bd20e011626ccc3ad53e57873452b1716fcfaaa (after v6.4-rc5). (wt-2023-07-24) 62e409149b62a285e89018e49b2e115757fb9022 (after v6.5-rc3). (wt-2023-08-06) 2a220a15be657a24868368892e3e2caba2115283 (after v6.5-rc4). (wt-2023-08-13) 81e147b1317ee7cde8b624ee8c0501b470d7e91c (after v6.5-rc5).
MFC after: 20 days
show more ...
|
| #
f621b087
|
| 18-Apr-2023 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
iwlwifi: rtw88: rtw89: fix gcc warnings
Fix -Wno-format and unused variables warnings with gcc by adopting (to|the) FreeBSD-specific code.
Reported by: jhb Sponsored by: The FreeBSD Foundation MFC
iwlwifi: rtw88: rtw89: fix gcc warnings
Fix -Wno-format and unused variables warnings with gcc by adopting (to|the) FreeBSD-specific code.
Reported by: jhb Sponsored by: The FreeBSD Foundation MFC after: 3 days Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D39673
show more ...
|
| #
8e93258f
|
| 09-Sep-2022 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: import Realtek's rtw89 driver
Import rtw89 based on wireless-testing at (tag: wt-2022-09-02) 78667a29c116c6b186a37e28cd8dd7fa9923aee8 with adjustments for FreeBSD.
For the moment this will s
rtw89: import Realtek's rtw89 driver
Import rtw89 based on wireless-testing at (tag: wt-2022-09-02) 78667a29c116c6b186a37e28cd8dd7fa9923aee8 with adjustments for FreeBSD.
For the moment this will stay disconnected from the build until the last bits are flushed out, but this will help people with a card to do testing and possibly help improving.
Given the lack of full license texts on non-local files this is imported under the draft policy for handling SPDX files (D29226). [1]
Approved by: core.11 (imp) [1] [2022-03-27] MFC after: 6 weeks
show more ...
|
| #
354a0301
|
| 17-Oct-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: update Realtek's rtw89 driver
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git e5f0a698b34ed76002dc5cff3804a61c80233a7a ( tag: v6.17 ).
MFC after: 3 days
|
| #
df279a26
|
| 24-Apr-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: merge Realtek's rtw89 driver based on Linux v6.14
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 38fec10eb60d687e30c8c6b5420d86e8149f7557 ( tag: v6.14 ).
rtw89: merge Realtek's rtw89 driver based on Linux v6.14
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 38fec10eb60d687e30c8c6b5420d86e8149f7557 ( tag: v6.14 ).
Sponsored by: The FreeBSD Foundation
show more ...
|
| #
b4886c4e
|
| 25-Jan-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw88/rtw89: avoid duplicate top-level directory with debugfs
If people like me having multiple cards in the same system creating the debugfs dirctory leads to a panic upon attaching the 2nd card du
rtw88/rtw89: avoid duplicate top-level directory with debugfs
If people like me having multiple cards in the same system creating the debugfs dirctory leads to a panic upon attaching the 2nd card due to the duplicate name. Rather than using the hard coded driver name, use the device name (e.g., rtw880, rtw881, rtw882). This solves two issues: it avoids the duplicate name and we get individual debugging/statistic information for each card.
Sponsored by: The FreeBSD Foundation MFC after: 3 days X-Note: ath1[01]k and mt76 likely will need a similar change
show more ...
|
| #
6d67aabd
|
| 04-Oct-2024 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: update Realtek's rtw89 driver.
This adds support for the Realtek 8922AE PCI wireless network (Wi-Fi 7) adapter.
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linu
rtw89: update Realtek's rtw89 driver.
This adds support for the Realtek 8922AE PCI wireless network (Wi-Fi 7) adapter.
This version is based on git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 98f7e32f20d28ec452afb208f9cffc08448a2652 ( tag: v6.11 ).
Sponsored by: The FreeBSD Foundation MFC after: 14 days
show more ...
|
| #
e2340276
|
| 16-May-2023 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: update driver from upstream
This is a set of updates of the rtw89 driver based on wireless-testing (wt-2023-05-11) 711dca0ca3d77414f8f346e564e9c8640147f40d (after v6.4-rc1). (wt-2023-06-09) 7
rtw89: update driver from upstream
This is a set of updates of the rtw89 driver based on wireless-testing (wt-2023-05-11) 711dca0ca3d77414f8f346e564e9c8640147f40d (after v6.4-rc1). (wt-2023-06-09) 7bd20e011626ccc3ad53e57873452b1716fcfaaa (after v6.4-rc5). (wt-2023-07-24) 62e409149b62a285e89018e49b2e115757fb9022 (after v6.5-rc3). (wt-2023-08-06) 2a220a15be657a24868368892e3e2caba2115283 (after v6.5-rc4). (wt-2023-08-13) 81e147b1317ee7cde8b624ee8c0501b470d7e91c (after v6.5-rc5).
MFC after: 20 days
show more ...
|
| #
f621b087
|
| 18-Apr-2023 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
iwlwifi: rtw88: rtw89: fix gcc warnings
Fix -Wno-format and unused variables warnings with gcc by adopting (to|the) FreeBSD-specific code.
Reported by: jhb Sponsored by: The FreeBSD Foundation MFC
iwlwifi: rtw88: rtw89: fix gcc warnings
Fix -Wno-format and unused variables warnings with gcc by adopting (to|the) FreeBSD-specific code.
Reported by: jhb Sponsored by: The FreeBSD Foundation MFC after: 3 days Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D39673
show more ...
|
| #
8e93258f
|
| 09-Sep-2022 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
rtw89: import Realtek's rtw89 driver
Import rtw89 based on wireless-testing at (tag: wt-2022-09-02) 78667a29c116c6b186a37e28cd8dd7fa9923aee8 with adjustments for FreeBSD.
For the moment this will s
rtw89: import Realtek's rtw89 driver
Import rtw89 based on wireless-testing at (tag: wt-2022-09-02) 78667a29c116c6b186a37e28cd8dd7fa9923aee8 with adjustments for FreeBSD.
For the moment this will stay disconnected from the build until the last bits are flushed out, but this will help people with a card to do testing and possibly help improving.
Given the lack of full license texts on non-local files this is imported under the draft policy for handling SPDX files (D29226). [1]
Approved by: core.11 (imp) [1] [2022-03-27] MFC after: 6 weeks
show more ...
|