/* these are number of channels on the band divided by two, rounded up */ #define CONF_TX_PWR_COMPENSATION_LEN_2 7 #define CONF_TX_PWR_COMPENSATION_LEN_5 18
struct wl12xx_conf_rf { /* * Per channel power compensation for 2.4GHz * * Range: s8
*/
u8 tx_per_channel_power_compensation_2[CONF_TX_PWR_COMPENSATION_LEN_2];
/* * Per channel power compensation for 5GHz * * Range: s8
*/
u8 tx_per_channel_power_compensation_5[CONF_TX_PWR_COMPENSATION_LEN_5];
};
enum wl12xx_sg_params { /* * Configure the min and max time BT gains the antenna * in WLAN / BT master basic rate * * Range: 0 - 255 (ms)
*/
WL12XX_CONF_SG_ACL_BT_MASTER_MIN_BR = 0,
WL12XX_CONF_SG_ACL_BT_MASTER_MAX_BR,
/* * Configure the min and max time BT gains the antenna * in WLAN / BT slave basic rate * * Range: 0 - 255 (ms)
*/
WL12XX_CONF_SG_ACL_BT_SLAVE_MIN_BR,
WL12XX_CONF_SG_ACL_BT_SLAVE_MAX_BR,
/* * Configure the min and max time BT gains the antenna * in WLAN / BT master EDR * * Range: 0 - 255 (ms)
*/
WL12XX_CONF_SG_ACL_BT_MASTER_MIN_EDR,
WL12XX_CONF_SG_ACL_BT_MASTER_MAX_EDR,
/* * Configure the min and max time BT gains the antenna * in WLAN / BT slave EDR * * Range: 0 - 255 (ms)
*/
WL12XX_CONF_SG_ACL_BT_SLAVE_MIN_EDR,
WL12XX_CONF_SG_ACL_BT_SLAVE_MAX_EDR,
/* * The maximum time WLAN can gain the antenna * in WLAN PSM / BT master/slave BR * * Range: 0 - 255 (ms)
*/
WL12XX_CONF_SG_ACL_WLAN_PS_MASTER_BR,
WL12XX_CONF_SG_ACL_WLAN_PS_SLAVE_BR,
/* * The maximum time WLAN can gain the antenna * in WLAN PSM / BT master/slave EDR * * Range: 0 - 255 (ms)
*/
WL12XX_CONF_SG_ACL_WLAN_PS_MASTER_EDR,
WL12XX_CONF_SG_ACL_WLAN_PS_SLAVE_EDR,
/* * The threshold (percent) of max consecutive beacon misses before * increasing priority of beacon reception. * * Range: 0 - 100 (%)
*/
WL12XX_CONF_SG_BEACON_MISS_PERCENT,
/* * Protection time of the DHCP procedure. * * Range: 0 - 100000 (ms)
*/
WL12XX_CONF_SG_DHCP_TIME,
/* * RX guard time before the beginning of a new BT voice frame during * which no new WLAN trigger frame is transmitted. * * Range: 0 - 100000 (us)
*/
WL12XX_CONF_SG_RXT,
/* * TX guard time before the beginning of a new BT voice frame during * which no new WLAN frame is transmitted. * * Range: 0 - 100000 (us)
*/
WL12XX_CONF_SG_TXT,
/* * Enable adaptive RXT/TXT algorithm. If disabled, the host values * will be utilized. * * Range: 0 - disable, 1 - enable
*/
WL12XX_CONF_SG_ADAPTIVE_RXT_TXT,
/* TODO: explain this value */
WL12XX_CONF_SG_GENERAL_USAGE_BIT_MAP,
/* * Number of consecutive BT voice frames not interrupted by WLAN * * Range: 0 - 100
*/
WL12XX_CONF_SG_HV3_MAX_SERVED,
/* * The used WLAN legacy service period during active BT ACL link * * Range: 0 - 255 (ms)
*/
WL12XX_CONF_SG_PS_POLL_TIMEOUT,
/* * The used WLAN UPSD service period during active BT ACL link * * Range: 0 - 255 (ms)
*/
WL12XX_CONF_SG_UPSD_TIMEOUT,
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.