| 3ed00f39 | 28-Apr-2024 |
Bjoern A. Zeeb <[email protected]> |
LinuxKPI based WiFi drivers: scripts to extract fwget(8) and port details
Add a "zzz_fw_ports_fwget.sh" script to each LinuxKPI based wireless driver which in essential are all the same and in detai
LinuxKPI based WiFi drivers: scripts to extract fwget(8) and port details
Add a "zzz_fw_ports_fwget.sh" script to each LinuxKPI based wireless driver which in essential are all the same and in detail all different. They extract information for fwget(8), wifi-firmware-* ports, man pages and for iwlwififw also for the wiki.
Sponsored by: The FreeBSD Foundation Suggested by: imp (to have automation in D44918)
(cherry picked from commit 96190b4fef3b4a0cc3ca0606b0c4e3e69a5e6717)
show more ...
|
| 7e72ea8c | 08-Jan-2024 |
Bjoern A. Zeeb <[email protected]> |
ath10k/rtw89: make compile again after LinuxKPI changes
Both drivers are not yet attached to the build so this change is for people currently trying them out.
In 96ab16ebab6319dce9b3041961b0ab6e20a
ath10k/rtw89: make compile again after LinuxKPI changes
Both drivers are not yet attached to the build so this change is for people currently trying them out.
In 96ab16ebab6319dce9b3041961b0ab6e20a4fecc the sys/rman.h include was removed. In various wireless drivers we prefer to directly use bus_dma functions rather than io* LinuxKPI once. In order to cast the pointer we need sys/rman.h back for our native 'struct resource' in their pci.c implementations. Long-term we should consider providing some lkpi_-FreeBSD-specific wrapper functions to avoid this problem.
MFC after: 3 days
(cherry picked from commit c8e7f78a3d28ff6e6223ed136ada8e1e2f34965e)
show more ...
|
| 8323f69b | 16-May-2023 |
Bjoern A. Zeeb <[email protected]> |
rtw88: update driver from upstream
This is a combined version of updates of the rtw88 driver based on wireless-testing (wt-2023-05-11) 711dca0ca3d77414f8f346e564e9c8640147f40d (after v6.4-rc1), (wt-
rtw88: update driver from upstream
This is a combined version of updates of the rtw88 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).
This update follows other currently disconnected LinuxKPI based wireless drivers to lift them all to a same version in case someone else wants to work on this driver in parallel to predominant iwlwifi efforts.
While debugging some funky register reads of 0xaeaea from RF_CFGCH resulting in "rtw880: [TXGAPK] unknown channel 234!!" more of these reads came to my attention hidden by using the register index rather than the defined value. Make this more grep-able.
(cherry picked from commit 90aac0d83bc9645f51ef0c2aeae6f9c0540bb031) (cherry picked from commit 4f3b2bba240b6e0603b5cbb47155fd8215bcbcb3)
show more ...
|