staging: r8188eu: remove agg_pkt_info structure

This structure does not used.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ivan Safonov
2016-08-24 15:22:53 +07:00
committed by Greg Kroah-Hartman
parent 21b8461f80
commit c56b9a3aac

View File

@@ -256,11 +256,6 @@ struct hw_txqueue {
int ac_tag;
};
struct agg_pkt_info {
u16 offset;
u16 pkt_len;
};
struct xmit_priv {
spinlock_t lock;
struct __queue be_pending;