|
@@ -99,40 +99,75 @@ enum {
|
|
|
|
|
|
enum {
|
|
|
/*
|
|
|
- * PER threshold in PPM of the BT voice
|
|
|
+ * Configure the min and max time BT gains the antenna
|
|
|
+ * in WLAN / BT master basic rate
|
|
|
*
|
|
|
- * Range: 0 - 10000000
|
|
|
+ * Range: 0 - 255 (ms)
|
|
|
*/
|
|
|
- CONF_SG_BT_PER_THRESHOLD = 0,
|
|
|
+ CONF_SG_ACL_BT_MASTER_MIN_BR = 0,
|
|
|
+ CONF_SG_ACL_BT_MASTER_MAX_BR,
|
|
|
|
|
|
/*
|
|
|
- * Number of consequent RX_ACTIVE activities to override BT voice
|
|
|
- * frames to ensure WLAN connection
|
|
|
+ * Configure the min and max time BT gains the antenna
|
|
|
+ * in WLAN / BT slave basic rate
|
|
|
*
|
|
|
- * Range: 0 - 100
|
|
|
+ * Range: 0 - 255 (ms)
|
|
|
*/
|
|
|
- CONF_SG_HV3_MAX_OVERRIDE,
|
|
|
+ CONF_SG_ACL_BT_SLAVE_MIN_BR,
|
|
|
+ CONF_SG_ACL_BT_SLAVE_MAX_BR,
|
|
|
|
|
|
/*
|
|
|
- * Defines the PER threshold of the BT voice
|
|
|
+ * Configure the min and max time BT gains the antenna
|
|
|
+ * in WLAN / BT master EDR
|
|
|
*
|
|
|
- * Range: 0 - 65000
|
|
|
+ * Range: 0 - 255 (ms)
|
|
|
*/
|
|
|
- CONF_SG_BT_NFS_SAMPLE_INTERVAL,
|
|
|
+ CONF_SG_ACL_BT_MASTER_MIN_EDR,
|
|
|
+ CONF_SG_ACL_BT_MASTER_MAX_EDR,
|
|
|
|
|
|
/*
|
|
|
- * Defines the load ratio of BT
|
|
|
+ * Configure the min and max time BT gains the antenna
|
|
|
+ * in WLAN / BT slave EDR
|
|
|
*
|
|
|
- * Range: 0 - 100 (%)
|
|
|
+ * Range: 0 - 255 (ms)
|
|
|
*/
|
|
|
- CONF_SG_BT_LOAD_RATIO,
|
|
|
+ CONF_SG_ACL_BT_SLAVE_MIN_EDR,
|
|
|
+ CONF_SG_ACL_BT_SLAVE_MAX_EDR,
|
|
|
|
|
|
/*
|
|
|
- * Defines whether the SG will force WLAN host to enter/exit PSM
|
|
|
+ * The maximum time WLAN can gain the antenna
|
|
|
+ * in WLAN PSM / BT master/slave BR
|
|
|
*
|
|
|
- * Range: 1 - SG can force, 0 - host handles PSM
|
|
|
+ * Range: 0 - 255 (ms)
|
|
|
*/
|
|
|
- CONF_SG_AUTO_PS_MODE,
|
|
|
+ CONF_SG_ACL_WLAN_PS_MASTER_BR,
|
|
|
+ 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)
|
|
|
+ */
|
|
|
+ CONF_SG_ACL_WLAN_PS_MASTER_EDR,
|
|
|
+ CONF_SG_ACL_WLAN_PS_SLAVE_EDR,
|
|
|
+
|
|
|
+ /* TODO: explain these values */
|
|
|
+ CONF_SG_ACL_WLAN_ACTIVE_MASTER_MIN_BR,
|
|
|
+ CONF_SG_ACL_WLAN_ACTIVE_MASTER_MAX_BR,
|
|
|
+ CONF_SG_ACL_WLAN_ACTIVE_SLAVE_MIN_BR,
|
|
|
+ CONF_SG_ACL_WLAN_ACTIVE_SLAVE_MAX_BR,
|
|
|
+ CONF_SG_ACL_WLAN_ACTIVE_MASTER_MIN_EDR,
|
|
|
+ CONF_SG_ACL_WLAN_ACTIVE_MASTER_MAX_EDR,
|
|
|
+ CONF_SG_ACL_WLAN_ACTIVE_SLAVE_MIN_EDR,
|
|
|
+ CONF_SG_ACL_WLAN_ACTIVE_SLAVE_MAX_EDR,
|
|
|
+
|
|
|
+ CONF_SG_ACL_ACTIVE_SCAN_WLAN_BR,
|
|
|
+ CONF_SG_ACL_ACTIVE_SCAN_WLAN_EDR,
|
|
|
+ CONF_SG_ACL_PASSIVE_SCAN_BT_BR,
|
|
|
+ CONF_SG_ACL_PASSIVE_SCAN_WLAN_BR,
|
|
|
+ CONF_SG_ACL_PASSIVE_SCAN_BT_EDR,
|
|
|
+ CONF_SG_ACL_PASSIVE_SCAN_WLAN_EDR,
|
|
|
|
|
|
/*
|
|
|
* Compensation percentage of probe requests when scan initiated
|
|
@@ -151,102 +186,70 @@ enum {
|
|
|
CONF_SG_ACTIVE_SCAN_DURATION_FACTOR_HV3,
|
|
|
|
|
|
/*
|
|
|
- * Defines antenna configuration (single/dual antenna)
|
|
|
- *
|
|
|
- * Range: 0 - single antenna, 1 - dual antenna
|
|
|
- */
|
|
|
- CONF_SG_ANTENNA_CONFIGURATION,
|
|
|
-
|
|
|
- /*
|
|
|
- * The threshold (percent) of max consequtive beacon misses before
|
|
|
- * increasing priority of beacon reception.
|
|
|
- *
|
|
|
- * Range: 0 - 100 (%)
|
|
|
- */
|
|
|
- CONF_SG_BEACON_MISS_PERCENT,
|
|
|
-
|
|
|
- /*
|
|
|
- * The rate threshold below which receiving a data frame from the AP
|
|
|
- * will increase the priority of the data frame above BT traffic.
|
|
|
- *
|
|
|
- * Range: 0,2, 5(=5.5), 6, 9, 11, 12, 18, 24, 36, 48, 54
|
|
|
- */
|
|
|
- CONF_SG_RATE_ADAPT_THRESH,
|
|
|
-
|
|
|
- /*
|
|
|
- * Not used currently.
|
|
|
+ * Compensation percentage of WLAN active scan window if initiated
|
|
|
+ * during BT A2DP
|
|
|
*
|
|
|
- * Range: 0
|
|
|
+ * Range: 0 - 1000 (%)
|
|
|
*/
|
|
|
- CONF_SG_RATE_ADAPT_SNR,
|
|
|
+ CONF_SG_ACTIVE_SCAN_DURATION_FACTOR_A2DP,
|
|
|
|
|
|
/*
|
|
|
- * Configure the min and max time BT gains the antenna
|
|
|
- * in WLAN PSM / BT master basic rate
|
|
|
+ * Compensation percentage of WLAN passive scan window if initiated
|
|
|
+ * during BT A2DP BR
|
|
|
*
|
|
|
- * Range: 0 - 255 (ms)
|
|
|
+ * Range: 0 - 1000 (%)
|
|
|
*/
|
|
|
- CONF_SG_WLAN_PS_BT_ACL_MASTER_MIN_BR,
|
|
|
- CONF_SG_WLAN_PS_BT_ACL_MASTER_MAX_BR,
|
|
|
+ CONF_SG_PASSIVE_SCAN_DURATION_FACTOR_A2DP_BR,
|
|
|
|
|
|
/*
|
|
|
- * The time after it expires no new WLAN trigger frame is trasmitted
|
|
|
- * in WLAN PSM / BT master basic rate
|
|
|
+ * Compensation percentage of WLAN passive scan window if initiated
|
|
|
+ * during BT A2DP EDR
|
|
|
*
|
|
|
- * Range: 0 - 255 (ms)
|
|
|
+ * Range: 0 - 1000 (%)
|
|
|
*/
|
|
|
- CONF_SG_WLAN_PS_MAX_BT_ACL_MASTER_BR,
|
|
|
+ CONF_SG_PASSIVE_SCAN_DURATION_FACTOR_A2DP_EDR,
|
|
|
|
|
|
/*
|
|
|
- * Configure the min and max time BT gains the antenna
|
|
|
- * in WLAN PSM / BT slave basic rate
|
|
|
+ * Compensation percentage of WLAN passive scan window if initiated
|
|
|
+ * during BT voice
|
|
|
*
|
|
|
- * Range: 0 - 255 (ms)
|
|
|
+ * Range: 0 - 1000 (%)
|
|
|
*/
|
|
|
- CONF_SG_WLAN_PS_BT_ACL_SLAVE_MIN_BR,
|
|
|
- CONF_SG_WLAN_PS_BT_ACL_SLAVE_MAX_BR,
|
|
|
+ CONF_SG_PASSIVE_SCAN_DURATION_FACTOR_HV3,
|
|
|
|
|
|
- /*
|
|
|
- * The time after it expires no new WLAN trigger frame is trasmitted
|
|
|
- * in WLAN PSM / BT slave basic rate
|
|
|
- *
|
|
|
- * Range: 0 - 255 (ms)
|
|
|
- */
|
|
|
- CONF_SG_WLAN_PS_MAX_BT_ACL_SLAVE_BR,
|
|
|
+ /* TODO: explain these values */
|
|
|
+ CONF_SG_CONSECUTIVE_HV3_IN_PASSIVE_SCAN,
|
|
|
+ CONF_SG_BCN_HV3_COLLISION_THRESH_IN_PASSIVE_SCAN,
|
|
|
+ CONF_SG_TX_RX_PROTECTION_BWIDTH_IN_PASSIVE_SCAN,
|
|
|
|
|
|
/*
|
|
|
- * Configure the min and max time BT gains the antenna
|
|
|
- * in WLAN PSM / BT master EDR
|
|
|
+ * Defines whether the SG will force WLAN host to enter/exit PSM
|
|
|
*
|
|
|
- * Range: 0 - 255 (ms)
|
|
|
+ * Range: 1 - SG can force, 0 - host handles PSM
|
|
|
*/
|
|
|
- CONF_SG_WLAN_PS_BT_ACL_MASTER_MIN_EDR,
|
|
|
- CONF_SG_WLAN_PS_BT_ACL_MASTER_MAX_EDR,
|
|
|
+ CONF_SG_STA_FORCE_PS_IN_BT_SCO,
|
|
|
|
|
|
/*
|
|
|
- * The time after it expires no new WLAN trigger frame is trasmitted
|
|
|
- * in WLAN PSM / BT master EDR
|
|
|
+ * Defines antenna configuration (single/dual antenna)
|
|
|
*
|
|
|
- * Range: 0 - 255 (ms)
|
|
|
+ * Range: 0 - single antenna, 1 - dual antenna
|
|
|
*/
|
|
|
- CONF_SG_WLAN_PS_MAX_BT_ACL_MASTER_EDR,
|
|
|
+ CONF_SG_ANTENNA_CONFIGURATION,
|
|
|
|
|
|
/*
|
|
|
- * Configure the min and max time BT gains the antenna
|
|
|
- * in WLAN PSM / BT slave EDR
|
|
|
+ * The threshold (percent) of max consecutive beacon misses before
|
|
|
+ * increasing priority of beacon reception.
|
|
|
*
|
|
|
- * Range: 0 - 255 (ms)
|
|
|
+ * Range: 0 - 100 (%)
|
|
|
*/
|
|
|
- CONF_SG_WLAN_PS_BT_ACL_SLAVE_MIN_EDR,
|
|
|
- CONF_SG_WLAN_PS_BT_ACL_SLAVE_MAX_EDR,
|
|
|
+ CONF_SG_BEACON_MISS_PERCENT,
|
|
|
|
|
|
/*
|
|
|
- * The time after it expires no new WLAN trigger frame is trasmitted
|
|
|
- * in WLAN PSM / BT slave EDR
|
|
|
+ * Protection time of the DHCP procedure.
|
|
|
*
|
|
|
- * Range: 0 - 255 (ms)
|
|
|
+ * Range: 0 - 100000 (ms)
|
|
|
*/
|
|
|
- CONF_SG_WLAN_PS_MAX_BT_ACL_SLAVE_EDR,
|
|
|
+ CONF_SG_DHCP_TIME,
|
|
|
|
|
|
/*
|
|
|
* RX guard time before the beginning of a new BT voice frame during
|
|
@@ -273,166 +276,59 @@ enum {
|
|
|
*/
|
|
|
CONF_SG_ADAPTIVE_RXT_TXT,
|
|
|
|
|
|
- /*
|
|
|
- * The used WLAN legacy service period during active BT ACL link
|
|
|
- *
|
|
|
- * Range: 0 - 255 (ms)
|
|
|
- */
|
|
|
- CONF_SG_PS_POLL_TIMEOUT,
|
|
|
-
|
|
|
- /*
|
|
|
- * The used WLAN UPSD service period during active BT ACL link
|
|
|
- *
|
|
|
- * Range: 0 - 255 (ms)
|
|
|
- */
|
|
|
- CONF_SG_UPSD_TIMEOUT,
|
|
|
-
|
|
|
- /*
|
|
|
- * Configure the min and max time BT gains the antenna
|
|
|
- * in WLAN Active / BT master EDR
|
|
|
- *
|
|
|
- * Range: 0 - 255 (ms)
|
|
|
- */
|
|
|
- CONF_SG_WLAN_ACTIVE_BT_ACL_MASTER_MIN_EDR,
|
|
|
- CONF_SG_WLAN_ACTIVE_BT_ACL_MASTER_MAX_EDR,
|
|
|
-
|
|
|
- /*
|
|
|
- * The maximum time WLAN can gain the antenna for
|
|
|
- * in WLAN Active / BT master EDR
|
|
|
- *
|
|
|
- * Range: 0 - 255 (ms)
|
|
|
- */
|
|
|
- CONF_SG_WLAN_ACTIVE_MAX_BT_ACL_MASTER_EDR,
|
|
|
+ /* TODO: explain this value */
|
|
|
+ CONF_SG_GENERAL_USAGE_BIT_MAP,
|
|
|
|
|
|
/*
|
|
|
- * Configure the min and max time BT gains the antenna
|
|
|
- * in WLAN Active / BT slave EDR
|
|
|
+ * Number of consecutive BT voice frames not interrupted by WLAN
|
|
|
*
|
|
|
- * Range: 0 - 255 (ms)
|
|
|
- */
|
|
|
- CONF_SG_WLAN_ACTIVE_BT_ACL_SLAVE_MIN_EDR,
|
|
|
- CONF_SG_WLAN_ACTIVE_BT_ACL_SLAVE_MAX_EDR,
|
|
|
-
|
|
|
- /*
|
|
|
- * The maximum time WLAN can gain the antenna for
|
|
|
- * in WLAN Active / BT slave EDR
|
|
|
- *
|
|
|
- * Range: 0 - 255 (ms)
|
|
|
+ * Range: 0 - 100
|
|
|
*/
|
|
|
- CONF_SG_WLAN_ACTIVE_MAX_BT_ACL_SLAVE_EDR,
|
|
|
+ CONF_SG_HV3_MAX_SERVED,
|
|
|
|
|
|
/*
|
|
|
- * Configure the min and max time BT gains the antenna
|
|
|
- * in WLAN Active / BT basic rate
|
|
|
+ * The used WLAN legacy service period during active BT ACL link
|
|
|
*
|
|
|
* Range: 0 - 255 (ms)
|
|
|
*/
|
|
|
- CONF_SG_WLAN_ACTIVE_BT_ACL_MIN_BR,
|
|
|
- CONF_SG_WLAN_ACTIVE_BT_ACL_MAX_BR,
|
|
|
+ CONF_SG_PS_POLL_TIMEOUT,
|
|
|
|
|
|
/*
|
|
|
- * The maximum time WLAN can gain the antenna for
|
|
|
- * in WLAN Active / BT basic rate
|
|
|
+ * The used WLAN UPSD service period during active BT ACL link
|
|
|
*
|
|
|
* Range: 0 - 255 (ms)
|
|
|
*/
|
|
|
- CONF_SG_WLAN_ACTIVE_MAX_BT_ACL_BR,
|
|
|
-
|
|
|
- /*
|
|
|
- * Compensation percentage of WLAN passive scan window if initiated
|
|
|
- * during BT voice
|
|
|
- *
|
|
|
- * Range: 0 - 1000 (%)
|
|
|
- */
|
|
|
- CONF_SG_PASSIVE_SCAN_DURATION_FACTOR_HV3,
|
|
|
-
|
|
|
- /*
|
|
|
- * Compensation percentage of WLAN passive scan window if initiated
|
|
|
- * during BT A2DP
|
|
|
- *
|
|
|
- * Range: 0 - 1000 (%)
|
|
|
- */
|
|
|
- CONF_SG_PASSIVE_SCAN_DURATION_FACTOR_A2DP,
|
|
|
+ CONF_SG_UPSD_TIMEOUT,
|
|
|
|
|
|
- /*
|
|
|
- * Fixed time ensured for BT traffic to gain the antenna during WLAN
|
|
|
- * passive scan.
|
|
|
- *
|
|
|
- * Range: 0 - 1000 ms
|
|
|
- */
|
|
|
- CONF_SG_PASSIVE_SCAN_A2DP_BT_TIME,
|
|
|
+ CONF_SG_CONSECUTIVE_CTS_THRESHOLD,
|
|
|
+ CONF_SG_STA_RX_WINDOW_AFTER_DTIM,
|
|
|
+ CONF_SG_STA_CONNECTION_PROTECTION_TIME,
|
|
|
|
|
|
- /*
|
|
|
- * Fixed time ensured for WLAN traffic to gain the antenna during WLAN
|
|
|
- * passive scan.
|
|
|
- *
|
|
|
- * Range: 0 - 1000 ms
|
|
|
- */
|
|
|
- CONF_SG_PASSIVE_SCAN_A2DP_WLAN_TIME,
|
|
|
+ /* AP params */
|
|
|
+ CONF_AP_BEACON_MISS_TX,
|
|
|
+ CONF_AP_RX_WINDOW_AFTER_BEACON,
|
|
|
+ CONF_AP_BEACON_WINDOW_INTERVAL,
|
|
|
+ CONF_AP_CONNECTION_PROTECTION_TIME,
|
|
|
+ CONF_AP_BT_ACL_VAL_BT_SERVE_TIME,
|
|
|
+ CONF_AP_BT_ACL_VAL_WL_SERVE_TIME,
|
|
|
|
|
|
- /*
|
|
|
- * Number of consequent BT voice frames not interrupted by WLAN
|
|
|
- *
|
|
|
- * Range: 0 - 100
|
|
|
- */
|
|
|
- CONF_SG_HV3_MAX_SERVED,
|
|
|
-
|
|
|
- /*
|
|
|
- * Protection time of the DHCP procedure.
|
|
|
- *
|
|
|
- * Range: 0 - 100000 (ms)
|
|
|
- */
|
|
|
- CONF_SG_DHCP_TIME,
|
|
|
-
|
|
|
- /*
|
|
|
- * Compensation percentage of WLAN active scan window if initiated
|
|
|
- * during BT A2DP
|
|
|
- *
|
|
|
- * Range: 0 - 1000 (%)
|
|
|
- */
|
|
|
- CONF_SG_ACTIVE_SCAN_DURATION_FACTOR_A2DP,
|
|
|
CONF_SG_TEMP_PARAM_1,
|
|
|
CONF_SG_TEMP_PARAM_2,
|
|
|
CONF_SG_TEMP_PARAM_3,
|
|
|
CONF_SG_TEMP_PARAM_4,
|
|
|
CONF_SG_TEMP_PARAM_5,
|
|
|
-
|
|
|
- /*
|
|
|
- * AP beacon miss
|
|
|
- *
|
|
|
- * Range: 0 - 255
|
|
|
- */
|
|
|
- CONF_SG_AP_BEACON_MISS_TX,
|
|
|
-
|
|
|
- /*
|
|
|
- * AP RX window length
|
|
|
- *
|
|
|
- * Range: 0 - 50
|
|
|
- */
|
|
|
- CONF_SG_RX_WINDOW_LENGTH,
|
|
|
-
|
|
|
- /*
|
|
|
- * AP connection protection time
|
|
|
- *
|
|
|
- * Range: 0 - 5000
|
|
|
- */
|
|
|
- CONF_SG_AP_CONNECTION_PROTECTION_TIME,
|
|
|
-
|
|
|
CONF_SG_TEMP_PARAM_6,
|
|
|
CONF_SG_TEMP_PARAM_7,
|
|
|
CONF_SG_TEMP_PARAM_8,
|
|
|
CONF_SG_TEMP_PARAM_9,
|
|
|
CONF_SG_TEMP_PARAM_10,
|
|
|
|
|
|
- CONF_SG_STA_PARAMS_MAX = CONF_SG_TEMP_PARAM_5 + 1,
|
|
|
- CONF_SG_AP_PARAMS_MAX = CONF_SG_TEMP_PARAM_10 + 1,
|
|
|
-
|
|
|
+ CONF_SG_PARAMS_MAX,
|
|
|
CONF_SG_PARAMS_ALL = 0xff
|
|
|
};
|
|
|
|
|
|
struct conf_sg_settings {
|
|
|
- u32 sta_params[CONF_SG_STA_PARAMS_MAX];
|
|
|
- u32 ap_params[CONF_SG_AP_PARAMS_MAX];
|
|
|
+ u32 params[CONF_SG_PARAMS_MAX];
|
|
|
u8 state;
|
|
|
};
|
|
|
|
|
@@ -913,7 +809,7 @@ struct conf_conn_settings {
|
|
|
struct conf_bcn_filt_rule bcn_filt_ie[CONF_MAX_BCN_FILT_IE_COUNT];
|
|
|
|
|
|
/*
|
|
|
- * The number of consequtive beacons to lose, before the firmware
|
|
|
+ * The number of consecutive beacons to lose, before the firmware
|
|
|
* becomes out of synch.
|
|
|
*
|
|
|
* Range: u32
|
|
@@ -951,7 +847,7 @@ struct conf_conn_settings {
|
|
|
u8 rx_broadcast_in_ps;
|
|
|
|
|
|
/*
|
|
|
- * Consequtive PS Poll failures before sending event to driver
|
|
|
+ * Consecutive PS Poll failures before sending event to driver
|
|
|
*
|
|
|
* Range: u8
|
|
|
*/
|