mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 13:23:02 -04:00
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:
committed by
Greg Kroah-Hartman
parent
21b8461f80
commit
c56b9a3aac
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user