#include "../wlcore/cmd.h"
#include "../wlcore/debug.h"
#include "../wlcore/acx.h"
#include "acx.h"
#include "wl18xx.h"
int wl18xx_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap,
u32 sdio_blk_size, u32 extra_mem_blks,
u32 len_field_size)
{ … }
int wl18xx_acx_set_checksum_state(struct wl1271 *wl)
{ … }
int wl18xx_acx_clear_statistics(struct wl1271 *wl)
{ … }
int wl18xx_acx_peer_ht_operation_mode(struct wl1271 *wl, u8 hlid, bool wide)
{ … }
int wl18xx_acx_set_peer_cap(struct wl1271 *wl,
struct ieee80211_sta_ht_cap *ht_cap,
bool allow_ht_operation,
u32 rate_set, u8 hlid)
{ … }
int wl18xx_acx_interrupt_notify_config(struct wl1271 *wl,
bool action)
{ … }
int wl18xx_acx_rx_ba_filter(struct wl1271 *wl, bool action)
{ … }
int wl18xx_acx_ap_sleep(struct wl1271 *wl)
{ … }
int wl18xx_acx_dynamic_fw_traces(struct wl1271 *wl)
{ … }
int wl18xx_acx_time_sync_cfg(struct wl1271 *wl)
{ … }