Jump to content

[Armbian build PR] - patch: misc: rtw88: 6.1: `backport updates`


Recommended Posts

Posted

Backport updates from Linux 6.3. In my testing this has no ill effects on SDIO 8822CS and fixes USB 8821CU

dmesg | grep rtw
[    8.684999] rtw_8821cu 4-1:1.0: Firmware version 24.11.0, H2C version 12
[    9.426555] usbcore: registered new interface driver rtw_8821cu
lsmod | grep rtw88
rtw88_8821cu           16384  0
rtw88_8821c            81920  1 rtw88_8821cu
rtw88_usb              20480  1 rtw88_8821cu
rtw88_core            131072  2 rtw88_usb,rtw88_8821c
mac80211              458752  2 rtw88_core,rtw88_usb
cfg80211              331776  2 rtw88_core,mac80211

Checklist:

  • [ ] My code follows the style guidelines of this project
  • [ ] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [X] My changes generate no new warnings
  • [ ] Any dependent changes have been merged and published in downstream modules

View the full article

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines