wifi: mt76: mt7603: avoid mcu_restart function pointer
Run mt7603_mcu_restart routine directly and avoid mcu_restart function pointer whenever it is possible. Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
committed by
Felix Fietkau
parent
f535ccdfc0
commit
a71ace358c
@@ -221,7 +221,6 @@ int mt7603_mcu_init(struct mt7603_dev *dev)
|
||||
.headroom = sizeof(struct mt7603_mcu_txd),
|
||||
.mcu_skb_send_msg = mt7603_mcu_skb_send_msg,
|
||||
.mcu_parse_response = mt7603_mcu_parse_response,
|
||||
.mcu_restart = mt7603_mcu_restart,
|
||||
};
|
||||
|
||||
dev->mt76.mcu_ops = &mt7603_mcu_ops;
|
||||
@@ -230,7 +229,7 @@ int mt7603_mcu_init(struct mt7603_dev *dev)
|
||||
|
||||
void mt7603_mcu_exit(struct mt7603_dev *dev)
|
||||
{
|
||||
__mt76_mcu_restart(&dev->mt76);
|
||||
mt7603_mcu_restart(&dev->mt76);
|
||||
skb_queue_purge(&dev->mt76.mcu.res_q);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user