Page MenuHomeFreeBSD

rtw88: fix MODULE_DEPEND for usb
ClosedPublic

Authored by bz on Jan 31 2026, 8:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 5, 4:02 PM
Unknown Object (File)
Sun, Mar 22, 8:32 PM
Unknown Object (File)
Wed, Mar 11, 8:46 AM
Unknown Object (File)
Wed, Mar 11, 5:47 AM
Unknown Object (File)
Mar 7 2026, 8:33 AM
Unknown Object (File)
Mar 2 2026, 12:00 PM
Unknown Object (File)
Feb 15 2026, 10:58 AM
Unknown Object (File)
Feb 15 2026, 9:23 AM
Subscribers

Details

Summary

With various bus attachments we need to make sure that core functionality
includes the common dependencies (linuxkpi, linuxkpi_wlan, and for debug.c
lindebugfs).

Each bus attachment then depends on the rtw88_core and its own parent layer
if needed (pci: depends on rtw88_core only as linuxkpi provides the pci
dependency, usb: linuxkpi_usb, sdio: linuxkpi_sdio).

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Test Plan

Only here to have the full stack.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable