#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