Looks like this is the patch: https://github.com/armbian/build/commit/03dd4d02df16083c8902613a6338c2f292e6ccee https://github.com/armbian/build/commit/46e756540eb01cbefb31cad744e04afc4282e0e0. There haven't been any tags in this repo since February, so it's not easy to tell what releases this package is in, but I think it's in all available nightly packages.
I was able to upgrade with the following commands (to avoid any extra packages from being updated):
echo 'deb http://beta.armbian.com bullseye main bullseye-utils bullseye-desktop' | sudo tee /etc/apt/sources.list.d/armbian-beta.list
printf 'Package: *\nPin: origin beta.armbian.com\nPin-Priority: 10\n\nPackage: armbian-bsp-cli-orangepizero armbian-firmware linux-image-current-sunxi linux-dtb-current-sunxi\nPin: origin beta.armbian.com\nPin-Priority: 501' | sudo tee /etc/apt/preferences.d/armbian-beta.pref
sudo apt-mark unhold armbian-bsp-cli-orangepizero armbian-firmware linux-image-current-sunxi linux-dtb-current-sunxi
sudo apt update
sudo apt upgrade
I can confirm that this has fixed the wifi--thank you for the tip! @Gunjan Gupta