aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/silabs/wfx/data_rx.h
blob: cf708f16d60285b7311b967a937e4f734ddc482f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Data receiving implementation.
 *
 * Copyright (c) 2017-2020, Silicon Laboratories, Inc.
 * Copyright (c) 2010, ST-Ericsson
 */
#ifndef WFX_DATA_RX_H
#define WFX_DATA_RX_H

struct wfx_vif;
struct sk_buff;
struct wfx_hif_ind_rx;

void wfx_rx_cb(struct wfx_vif *wvif, const struct wfx_hif_ind_rx *arg, struct sk_buff *skb);

#endif