rtl8188eu: Remove CONFIG_BSD_RX_USE_MBUF

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-11 20:47:48 -05:00
parent 3e42cc02e2
commit bb4b1fe327
2 changed files with 2 additions and 14 deletions

View file

@ -329,17 +329,10 @@ struct recv_buf
len = (unsigned int )(tail - data);
*/
struct recv_frame_hdr
{
struct recv_frame_hdr {
_list list;
#ifndef CONFIG_BSD_RX_USE_MBUF
struct sk_buff *pkt;
struct sk_buff *pkt_newalloc;
#else // CONFIG_BSD_RX_USE_MBUF
_pkt *pkt;
_pkt *pkt_newalloc;
#endif // CONFIG_BSD_RX_USE_MBUF
struct adapter *adapter;
u8 fragcnt;