mt76: mt7921e: process txfree and txstatus without allocating skbs
authorLorenzo Bianconi <lorenzo@kernel.org>
Tue, 28 Dec 2021 12:01:19 +0000 (13:01 +0100)
committerFelix Fietkau <nbd@nbd.name>
Thu, 3 Feb 2022 12:57:58 +0000 (13:57 +0100)
commit3f1c16fd8e00551763c7f75a2e24e735a33699f2
treea75966ce9bbbbc1925d896127bf4a2b40ec36cdc
parent6e39e9a19cbe640897a4232dd67ae6836a224c0a
mt76: mt7921e: process txfree and txstatus without allocating skbs

Similar to mt7915 driver, process txfree and txstatus without allocating
skbs in order to reduce pressure on the memory allocator

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7921/mac.c
drivers/net/wireless/mediatek/mt76/mt7921/mt7921.h
drivers/net/wireless/mediatek/mt76/mt7921/pci.c
drivers/net/wireless/mediatek/mt76/mt7921/pci_mac.c