BPI R4 AW7916-NPD Wifi 5g/6g suddenly not working after OpenWRT upgrade

After updating my OpenWRT to Kernel 6.6.48 (and subsequently in the last day 6.6.49 and 6.6.50) using OWUT my 5g/6g suddenly stopped working. They are still configured the same but show 91dbm in LuCI and no connections and aren’t actually broadcasting even though it seems like they are in LuCi. I updated as I have the BE14 I plan to get installed the next downtime I have, but in the meantime I’d like my 5g/6g back. Here is my iw dev output:

root@OpenWrt:~# iw dev
phy#1
        Interface phy1-ap1
                ifindex 18
                wdev 0x100000004
                addr 06:33:44:55:77:69
                ssid XXXX_V6.0
                type AP
                channel 104 (5520 MHz), width: 80 MHz, center1: 5530 MHz
                txpower 24.00 dBm
                multicast TXQ:
                        qsz-byt qsz-pkt flows   drops   marks   overlmt hashcol tx-bytes        tx-packets
                        0       0       0       0       0       0       0       0               0
        Interface phy1-ap0
                ifindex 17
                wdev 0x100000003
                addr 02:33:44:55:77:69
                ssid XXXX_V5.0
                type AP
                channel 104 (5520 MHz), width: 80 MHz, center1: 5530 MHz
                txpower 24.00 dBm
                multicast TXQ:
                        qsz-byt qsz-pkt flows   drops   marks   overlmt hashcol tx-bytes        tx-packets
                        0       0       0       0       0       0       0       0               0
phy#0
        Interface phy0-ap0
                ifindex 16
                wdev 0x2
                addr 02:33:44:55:77:68
                ssid XXXX_V2.4
                type AP
                channel 1 (2412 MHz), width: 20 MHz, center1: 2412 MHz
                txpower 17.00 dBm
                multicast TXQ:
                        qsz-byt qsz-pkt flows   drops   marks   overlmt hashcol tx-bytes        tx-packets
                        0       0       9264    0       0       0       0       2774961         9305

Here is wireless config:

config wifi-device 'radio0'
        option type 'mac80211'
        option path 'soc/11300000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
        option band '2g'
        option channel 'auto'
        option htmode 'HE20'
        option disabled '0'
        option country 'US'

config wifi-iface 'default_radio0'
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option ssid 'XXXX_V2.4'
        option encryption 'sae-mixed'
        option key 'XXXX'
        option nasid 'skynet_V2_0'
        option ieee80211w '1'

config wifi-device 'radio1'
        option type 'mac80211'
        option path 'soc/11300000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0+1'
        option band '5g'
        option channel 'auto'
        option htmode 'HE80'
        option country 'US'
        option cell_density '0'

config wifi-iface 'default_radio1'
        option device 'radio1'
        option network 'lan'
        option mode 'ap'
        option ssid 'XXXX_V5.0'
        option encryption 'sae-mixed'
        option key 'XXXX'
        option ieee80211w '1'
        option ocv '0'

config wifi-device 'radio2'
        option type 'mac80211'
        option path 'soc/11300000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0+2'
        option band '6g'
        option htmode 'HE80'
        option channel 'auto'
        option disabled '0'
        option country 'US'

config wifi-iface 'wifinet3'
        option device 'radio1'
        option mode 'ap'
        option ssid 'XXXX_V6.0'
        option encryption 'sae'
        option key 'XXXX'
        option ocv '0'
        option wpa_disable_eapol_key_retries '1'
        option network 'lan'

Here is lsmod | grep mt7996:

cfg80211              311296  5 mt7996e,mt7915e,mt76_connac_lib,mt76,mac80211
mac80211              602112  4 mt7996e,mt7915e,mt76_connac_lib,mt76
mt76                   69632  3 mt7996e,mt7915e,mt76_connac_lib
mt76_connac_lib        49152  2 mt7996e,mt7915e
mt7996e               118784  0

Not sure what else to include, but can provide anything if anyone has a clue what’s going on. Thanks in advance!!!

A little off topic, but could you share your image of the 6.6.50 kernel?

I didn’t really build one, I just used OWUT after using the standard snapshot a month or two ago. I’m still getting the hang of this though if I’m misunderstanding the request.