#ifndef __WL1251_INIT_H__
#define __WL1251_INIT_H__
#include "wl1251.h"
enum { … };
#define CWMIN_BK …
#define CWMIN_BE …
#define CWMIN_VI …
#define CWMIN_VO …
#define CWMAX_BK …
#define CWMAX_BE …
#define CWMAX_VI …
#define CWMAX_VO …
#define AIFS_PIFS …
#define AIFS_DIFS …
#define AIFSN_BK …
#define AIFSN_BE …
#define AIFSN_VI …
#define AIFSN_VO …
#define TXOP_BK …
#define TXOP_BE …
#define TXOP_VI …
#define TXOP_VO …
int wl1251_hw_init_hwenc_config(struct wl1251 *wl);
int wl1251_hw_init_templates_config(struct wl1251 *wl);
int wl1251_hw_init_rx_config(struct wl1251 *wl, u32 config, u32 filter);
int wl1251_hw_init_phy_config(struct wl1251 *wl);
int wl1251_hw_init_beacon_filter(struct wl1251 *wl);
int wl1251_hw_init_pta(struct wl1251 *wl);
int wl1251_hw_init_energy_detection(struct wl1251 *wl);
int wl1251_hw_init_beacon_broadcast(struct wl1251 *wl);
int wl1251_hw_init_power_auth(struct wl1251 *wl);
int wl1251_hw_init_mem_config(struct wl1251 *wl);
int wl1251_hw_init(struct wl1251 *wl);
#endif