summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornavin patidar <navin.patidar@gmail.com>2014-05-07 04:01:18 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-23 16:41:52 (GMT)
commit5b0a7eae9fc51a891c1b5f5cdaaf05d0c4876e16 (patch)
treec88e3659bde0646309b24d3ef0ba090cadba2d01
parentb85675a8f0c9d24b25b3ee98db678f0d86b67d04 (diff)
downloadlinux-5b0a7eae9fc51a891c1b5f5cdaaf05d0c4876e16.tar.xz
staging: rtl8188eu: Remove 'u8 fragcnt' from struct recv_frame
Remove unused variable 'u8 fragcnt'. Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 b0fbdbd..f0c26ef 100644
--- a/drivers/staging/rtl8188eu/include/rtw_recv.h
+++ b/drivers/staging/rtl8188eu/include/rtw_recv.h
@@ -253,7 +253,6 @@ struct recv_frame {
struct sk_buff *pkt;
struct sk_buff *pkt_newalloc;
struct adapter *adapter;
- u8 fragcnt;
struct rx_pkt_attrib attrib;
uint len;
u8 *rx_head;