linux/drivers/staging/rtl8723bs/os_dep/xmit_linux.c

// SPDX-License-Identifier: GPL-2.0
/******************************************************************************
 *
 * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved.
 *
 ******************************************************************************/
#include <drv_types.h>
#include <rtw_debug.h>


uint rtw_remainder_len(struct pkt_file *pfile)
{}

void _rtw_open_pktfile(struct sk_buff *pktptr, struct pkt_file *pfile)
{}

uint _rtw_pktfile_read(struct pkt_file *pfile, u8 *rmem, uint rlen)
{}

signed int rtw_endofpktfile(struct pkt_file *pfile)
{}

int rtw_os_xmit_resource_alloc(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 alloc_sz, u8 flag)
{}

void rtw_os_xmit_resource_free(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 free_sz, u8 flag)
{}

#define WMM_XMIT_THRESHOLD

void rtw_os_pkt_complete(struct adapter *padapter, struct sk_buff *pkt)
{}

void rtw_os_xmit_complete(struct adapter *padapter, struct xmit_frame *pxframe)
{}

void rtw_os_xmit_schedule(struct adapter *padapter)
{}

static void rtw_check_xmit_resource(struct adapter *padapter, struct sk_buff *pkt)
{}

static int rtw_mlcst2unicst(struct adapter *padapter, struct sk_buff *skb)
{}

void _rtw_xmit_entry(struct sk_buff *pkt, struct net_device *pnetdev)
{}

netdev_tx_t rtw_xmit_entry(struct sk_buff *pkt, struct net_device *pnetdev)
{}