mt76x2: remove leftover mt76u_buf data structure in mt76x2_mcu

Remove unused usb buffer in mt76x2_mcu data structure

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Lorenzo Bianconi 2018-09-09 23:57:56 +02:00 committed by Felix Fietkau
parent d5c4261357
commit 8db5ec77de
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ struct mt76x2_mcu {
wait_queue_head_t wait;
struct sk_buff_head res_q;
struct mt76u_buf res_u;
u32 msg_seq;
};