summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/include/rtw_recv.h
diff options
context:
space:
mode:
authornavin patidar <navin.patidar@gmail.com>2014-05-07 09:31:17 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-24 01:41:52 +0900
commitb85675a8f0c9d24b25b3ee98db678f0d86b67d04 (patch)
tree3e6f7721aaeb510595113a7fa25db20b87b9400e /drivers/staging/rtl8188eu/include/rtw_recv.h
parentb0c9897c4a999addbcef39d2c86c5e90eb291fa1 (diff)
staging: rtl8188eu: Remove 'int frame_tag' from struct recv_frame
Remove unused variable 'int frame_tag'. Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include/rtw_recv.h')
-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 e14ba986c36f..b0fbdbd83580 100644
--- a/drivers/staging/rtl8188eu/include/rtw_recv.h
+++ b/drivers/staging/rtl8188eu/include/rtw_recv.h
@@ -254,7 +254,6 @@ struct recv_frame {
struct sk_buff *pkt_newalloc;
struct adapter *adapter;
u8 fragcnt;
- int frame_tag;
struct rx_pkt_attrib attrib;
uint len;
u8 *rx_head;