linux/drivers/net/wireless/ti/wl12xx/acx.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * This file is part of wl12xx
 *
 * Copyright (C) 1998-2009, 2011 Texas Instruments. All rights reserved.
 * Copyright (C) 2008-2010 Nokia Corporation
 */

#ifndef __WL12XX_ACX_H__
#define __WL12XX_ACX_H__

#include "../wlcore/wlcore.h"
#include "../wlcore/acx.h"

#define WL12XX_ACX_ALL_EVENTS_VECTOR

#define WL12XX_INTR_MASK

struct wl1271_acx_host_config_bitmap {} __packed;

struct wl12xx_acx_tx_statistics {}  __packed;

struct wl12xx_acx_rx_statistics {} __packed;

struct wl12xx_acx_dma_statistics {}  __packed;

struct wl12xx_acx_isr_statistics {} __packed;

struct wl12xx_acx_wep_statistics {} __packed;

#define ACX_MISSED_BEACONS_SPREAD

struct wl12xx_acx_pwr_statistics {} __packed;

struct wl12xx_acx_mic_statistics {} __packed;

struct wl12xx_acx_aes_statistics {} __packed;

struct wl12xx_acx_event_statistics {} __packed;

struct wl12xx_acx_ps_statistics {} __packed;

struct wl12xx_acx_rxpipe_statistics {} __packed;

struct wl12xx_acx_statistics {} __packed;

int wl1271_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap);

#endif /* __WL12XX_ACX_H__ */