mt76usb: remove mt76u_buf redundant fileds
Remove mt76u_buf->{len, buf} fields and operate on corresponding urb fields directly. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:

committed by
Felix Fietkau

parent
112f980ac8
commit
26031b39bb
@@ -91,8 +91,6 @@ struct mt76_tx_info {
|
||||
|
||||
struct mt76u_buf {
|
||||
struct urb *urb;
|
||||
size_t len;
|
||||
void *buf;
|
||||
bool done;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user