summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Safonov <insafonov@gmail.com>2016-08-24 15:22:53 +0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-01 18:01:42 +0200
commitc56b9a3aac9da342a1b8ff1850d64aa19ff57a8e (patch)
tree3092f03f8a9144fc470cca0ebc04de1fd1683ed6
parent21b8461f8033ec6d6e27a45cdbd70522f9cd74c6 (diff)
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>
-rw-r--r--drivers/staging/rtl8188eu/include/rtw_xmit.h5
1 files changed, 0 insertions, 5 deletions
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;