CVE-2026-74323: wifi: mt76: mt7996: Fix possible token leak in mt7996_tx_prepare_skb()
In the Linux kernel, the following vulnerability has been resolved:
wifi: mt76: mt7996: Fix possible token leak in mt7996txprepareskb()
If linkconf or linksta lookup fails in mt7996txprepareskb routine, mt7996 driver leaks an already allocated tx token. Fix the issue releasing the token in case of error.