Remove unused variable 'void *precvbuf'.
Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
                }
 
                _rtw_init_listhead(&precvframe->list);
-               precvframe->precvbuf = NULL;    /* can't access the precvbuf for new arch. */
                precvframe->len = 0;
 
                update_recvframe_attrib_88e(precvframe, prxstat);
 
        u8 *rx_data;
        u8 *rx_tail;
        u8 *rx_end;
-       void *precvbuf;
        struct sta_info *psta;
        /* for A-MPDU Rx reordering buffer control */
        struct recv_reorder_ctrl *preorder_ctrl;