staging: rtl8188eu: Remove 'u8 fragcnt' from struct recv_frame
authornavin patidar <navin.patidar@gmail.com>
Wed, 7 May 2014 04:01:18 +0000 (09:31 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 16:41:52 +0000 (01:41 +0900)
Remove unused variable 'u8 fragcnt'.

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/rtw_recv.h

index b0fbdbd835803276bf3bbd44af70278b502d7ccc..f0c26ef8f66a08afd06d6fbb0d5f7ffc16044813 100644 (file)
@@ -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;