From: navin patidar <navin.patidar@gmail.com>
To: gregkh@linuxfoundation.org, Larry.Finger@lwfinger.net
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
navin patidar <navin.patidar@gmail.com>
Subject: [PATCH 13/13] staging: rtl8188eu: Remove 'u8 fragcnt' from struct recv_frame
Date: Wed, 7 May 2014 09:31:18 +0530 [thread overview]
Message-ID: <1399435278-32602-5-git-send-email-navin.patidar@gmail.com> (raw)
In-Reply-To: <1399435278-32602-1-git-send-email-navin.patidar@gmail.com>
Remove unused variable 'u8 fragcnt'.
Signed-off-by: navin patidar <navin.patidar@gmail.com>
---
drivers/staging/rtl8188eu/include/rtw_recv.h | 1 -
1 file changed, 1 deletion(-)
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;
--
1.7.10.4
prev parent reply other threads:[~2014-05-07 4:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-07 4:01 [PATCH 09/13] staging: rtl8188eu: Remove unused inline function recvframe_push() navin patidar
2014-05-07 4:01 ` [PATCH 10/13] staging: rtl8188eu: Remove unused inline function get_rx_status() navin patidar
2014-05-07 4:01 ` [PATCH 11/13] staging: rtl8188eu: Remove 'void *precvbuf' from struct recv_frame navin patidar
2014-05-07 4:01 ` [PATCH 12/13] staging: rtl8188eu: Remove 'int frame_tag' " navin patidar
2014-05-07 4:01 ` navin patidar [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1399435278-32602-5-git-send-email-navin.patidar@gmail.com \
--to=navin.patidar@gmail.com \
--cc=Larry.Finger@lwfinger.net \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome