linux/drivers/net/wireless/ti/wl18xx/conf.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * This file is part of wl18xx
 *
 * Copyright (C) 2011 Texas Instruments Inc.
 */

#ifndef __WL18XX_CONF_H__
#define __WL18XX_CONF_H__

#define WL18XX_CONF_MAGIC
#define WL18XX_CONF_VERSION
#define WL18XX_CONF_MASK
#define WL18XX_CONF_SIZE

#define NUM_OF_CHANNELS_11_ABG
#define NUM_OF_CHANNELS_11_P
#define SRF_TABLE_LEN
#define PIN_MUXING_SIZE
#define WL18XX_TRACE_LOSS_GAPS_TX
#define WL18XX_TRACE_LOSS_GAPS_RX

struct wl18xx_mac_and_phy_params {} __packed;

enum wl18xx_ht_mode {};

struct wl18xx_ht_settings {} __packed;

struct conf_ap_sleep_settings {} __packed;

struct wl18xx_priv_conf {} __packed;

enum wl18xx_sg_params {};

#endif /* __WL18XX_CONF_H__ */