Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/mt76.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Bianconi <lorenzo@kernel.org>2022-07-28 18:54:13 +0300
committerFelix Fietkau <nbd@nbd.name>2022-09-15 14:14:11 +0300
commit52eec74986cfe567e48d1fef0e73fc87ba30bca6 (patch)
tree105b00485f76e7e54db3630628a59b4ea81412f2
parentc4132ab0bea206c3358e0c2a5bed8953fa3b6739 (diff)
wifi: mt76: mt7663s: add rx_check callback
Introduce rx_check callback support for mt7663s driver. Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r--mt7615/sdio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mt7615/sdio.c b/mt7615/sdio.c
index 49ab3a1f..8fd4abc8 100644
--- a/mt7615/sdio.c
+++ b/mt7615/sdio.c
@@ -83,6 +83,7 @@ static int mt7663s_probe(struct sdio_func *func,
.tx_complete_skb = mt7663_usb_sdio_tx_complete_skb,
.tx_status_data = mt7663_usb_sdio_tx_status_data,
.rx_skb = mt7615_queue_rx_skb,
+ .rx_check = mt7615_rx_check,
.sta_ps = mt7615_sta_ps,
.sta_add = mt7615_mac_sta_add,
.sta_remove = mt7615_mac_sta_remove,