aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include
diff options
context:
space:
mode:
authorIvan Safonov <insafonov@gmail.com>2017-01-12 12:16:57 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-16 18:11:11 +0100
commit1fac9c5a6c2ad7096a9521e2c637cf0b28ee597b (patch)
tree97a8b474373e619b16b6de22839fc2f985ccd88e /drivers/staging/rtl8188eu/include
parentstaging:r8188eu: remove unnecessary trace output in rtw_recv_indicatepkt() (diff)
downloadlinux-dev-1fac9c5a6c2ad7096a9521e2c637cf0b28ee597b.tar.xz
linux-dev-1fac9c5a6c2ad7096a9521e2c637cf0b28ee597b.zip
staging:r8188eu: remove unused rx_head member of struct recv_frame
Value of rx_head member of struct recv_frame does not used. Remove it. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include')
-rw-r--r--drivers/staging/rtl8188eu/include/rtw_recv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/rtw_recv.h b/drivers/staging/rtl8188eu/include/rtw_recv.h
index 74e3a1c11818..591dd9d90267 100644
--- a/drivers/staging/rtl8188eu/include/rtw_recv.h
+++ b/drivers/staging/rtl8188eu/include/rtw_recv.h
@@ -229,7 +229,6 @@ struct recv_frame {
struct adapter *adapter;
struct rx_pkt_attrib attrib;
uint len;
- u8 *rx_head;
u8 *rx_data;
u8 *rx_tail;
u8 *rx_end;