From: Ivan Safonov Date: Wed, 24 Aug 2016 08:22:53 +0000 (+0700) Subject: staging: r8188eu: remove agg_pkt_info structure X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c56b9a3aac9da342a1b8ff1850d64aa19ff57a8e;p=deliverable%2Flinux.git staging: r8188eu: remove agg_pkt_info structure This structure does not used. Signed-off-by: Ivan Safonov Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/include/rtw_xmit.h b/drivers/staging/rtl8188eu/include/rtw_xmit.h index 7895008ea942..cb49aca0adce 100644 --- a/drivers/staging/rtl8188eu/include/rtw_xmit.h +++ b/drivers/staging/rtl8188eu/include/rtw_xmit.h @@ -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;