1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Handling of the chip-to-host events (aka indications) of the hardware API.
5 * Copyright (c) 2017-2019, Silicon Laboratories, Inc.
6 * Copyright (c) 2010, ST-Ericsson
7 * Copyright (C) 2010, ST-Ericsson SA
15 void wfx_handle_rx(struct wfx_dev
*wdev
, struct sk_buff
*skb
);