wifi: mt76: mt7915: fix an uninitialized variable bug
Smatch complains that:
drivers/net/wireless/mediatek/mt76/mt7915/mac.c:428 mt7915_mac_fill_rx()
error: uninitialized symbol 'msta'.
It looks like this was supposed to be initialized to NULL.
Fixes: 0880d408 ("mt76: connac: move mt76_connac2_reverse_frag0_hdr_trans in mt76-connac module")
Signed-off-by:
Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
Loading
Please sign in to comment