commit | 30ec915269c69cd8673ff3f99b024b05a5a27a0e | [log] [tgz] |
---|---|---|
author | Lorenzo Bianconi <lorenzo.bianconi@redhat.com> | Thu Sep 06 11:18:31 2018 +0200 |
committer | Felix Fietkau <nbd@nbd.name> | Wed Sep 19 12:29:43 2018 +0200 |
tree | d4b53e2547c19e49821970bce1f5dea1a9917ec0 | |
parent | 95e507d2f36654814db75b01b636aed34c0b436f [diff] |
mt76x0: unify tx/rx datapath with mt76x2u driver Use mt76/mt76-usb shared routine for tx/rx datapath. Initialize mt76-usb tx/rx queues in mt76x0_init_hardware and deallocate them in mt76x0_cleanup routine. Moreover remove data padding in mt76_mac_process_rx routine. Furthermore remove unused skb2q routine Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>