// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * All rights reserved. * * Purpose: handle dpc rx functions * * Author: Lyndon Chen * * Date: May 20, 2003 * * Functions: * * Revision History: * */ #include "device.h" #include "baseband.h" #include "rf.h" #include "dpc.h" static bool vnt_rx_data(struct vnt_private *priv, struct sk_buff *skb, u16 bytes_received) { … } bool vnt_receive_frame(struct vnt_private *priv, struct vnt_rx_desc *curr_rd) { … }