/* SPDX-License-Identifier: GPL-2.0-only */ /* * This file is part of wl12xx * * Copyright (C) 2011 Texas Instruments Inc. */ #ifndef __WL12XX_CONF_H__ #define __WL12XX_CONF_H__ /* these are number of channels on the band divided by two, rounded up */ #define CONF_TX_PWR_COMPENSATION_LEN_2 … #define CONF_TX_PWR_COMPENSATION_LEN_5 … struct wl12xx_conf_rf { … }; struct wl12xx_priv_conf { … }; enum wl12xx_sg_params { … }; #endif /* __WL12XX_CONF_H__ */