It looks like the mt7921u driver is not provided in the Rocky 10.0 kernel.
[afountain@41cdae27a74d 6.12.0-55.37.1.el10_0.x86_64]$ cat .config | grep MT7921
CONFIG_MT7921_COMMON=m
CONFIG_MT7921E=m
# CONFIG_MT7921S is not set
# CONFIG_MT7921U is not set
Is there a good way to add this module to my machine, other than by building a new kernel with CONFIG_MT7921U=m specified in the configuration?