1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * This file is part of wl1251
5 * Copyright (C) 2009 Nokia Corporation
8 #ifndef __WL1251_INIT_H__
9 #define __WL1251_INIT_H__
14 /* best effort/legacy */
26 /* broadcast dummy access category */
29 NUM_ACCESS_CATEGORIES
= 4
32 /* following are defult values for the IE fields*/
42 /* slot number setting to start transmission at PIFS interval */
46 * slot number setting to start transmission at DIFS interval - normal DCF
53 #define AIFSN_VI AIFS_PIFS
54 #define AIFSN_VO AIFS_PIFS
60 int wl1251_hw_init_hwenc_config(struct wl1251
*wl
);
61 int wl1251_hw_init_templates_config(struct wl1251
*wl
);
62 int wl1251_hw_init_rx_config(struct wl1251
*wl
, u32 config
, u32 filter
);
63 int wl1251_hw_init_phy_config(struct wl1251
*wl
);
64 int wl1251_hw_init_beacon_filter(struct wl1251
*wl
);
65 int wl1251_hw_init_pta(struct wl1251
*wl
);
66 int wl1251_hw_init_energy_detection(struct wl1251
*wl
);
67 int wl1251_hw_init_beacon_broadcast(struct wl1251
*wl
);
68 int wl1251_hw_init_power_auth(struct wl1251
*wl
);
69 int wl1251_hw_init_mem_config(struct wl1251
*wl
);
70 int wl1251_hw_init(struct wl1251
*wl
);