The custom change in my image wasn't correct and the blacklisting prevents that change from being used anyway, so you should be able to swap to official images without problems. Go test and see.
NB: The "rtw88" driver supports a family of Realtek chips including PCI/SDIO/USB models and upstream driver code is modular, so rtw88_8822b is loaded when it needs to support USB devices and rtw88_8822bu has further code specific to that chip variant. It's how drivers should be written; with common code reused. The vendor drivers are "project" based; so each Realtek customer releasing a device gets their own code-fork and driver release with minor branding (and USB ID) changes and the world ends up trying to track 50+ iterations of the same driver.