| /* SPDX-License-Identifier: GPL-2.0-only */ |
| * This file is part of wl1251 |
| * Copyright (C) 2009 Nokia Corporation |
| #ifndef __WL1251_INIT_H__ |
| #define __WL1251_INIT_H__ |
| /* broadcast dummy access category */ |
| NUM_ACCESS_CATEGORIES = 4 |
| /* following are defult values for the IE fields*/ |
| /* slot number setting to start transmission at PIFS interval */ |
| * slot number setting to start transmission at DIFS interval - normal DCF |
| #define AIFSN_VI AIFS_PIFS |
| #define AIFSN_VO AIFS_PIFS |
| 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); |