diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-08-23 10:57:13 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-08-25 14:34:53 -0400 |
commit | da5dbb971573efda54c7c39e7e4ccd3fc7c86e49 (patch) | |
tree | f7350f6d2ead2bef4c3b663a18c6ec1ceac1c996 /drivers/net/wireless/iwlwifi/iwl-dev.h | |
parent | f37837c962c309f1d90636626c779497b614be42 (diff) |
iwlagn: set traffic load based on multiple factors
Current BT traffic load should based on the following conditions:
1. BT On/Off status
2. Channel announcement enable/disable
3. Curren traffic load report from uCode
Need to modify rate scale to down-grade from MIMO to SISO if detected
high BT traffic load. Also need to make sure not using chain "B" with high
BT traffic or if it is in "full concurrency" mode.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index 1adb68e92e8d..8d5201ac80f9 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -1367,6 +1367,7 @@ struct iwl_priv { | |||
1367 | }; | 1367 | }; |
1368 | 1368 | ||
1369 | /* bt coex */ | 1369 | /* bt coex */ |
1370 | u8 bt_status; | ||
1370 | u8 bt_traffic_load, notif_bt_traffic_load; | 1371 | u8 bt_traffic_load, notif_bt_traffic_load; |
1371 | bool bt_ch_announce; | 1372 | bool bt_ch_announce; |
1372 | bool bt_sco_active; | 1373 | bool bt_sco_active; |