iwlwifi: add BT notification support for bt coex

When advanced bt coex enabled, uCode will send bt status
notification to driver, here add support for it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Johannes Berg
2010-08-23 07:56:57 -07:00
committed by John W. Linville
parent d44ae69e80
commit 9e4afc2189
3 changed files with 171 additions and 1 deletions
+4
View File
@@ -1362,6 +1362,10 @@ struct iwl_priv {
#endif
};
u8 bt_traffic_load;
bool bt_sco_active;
struct work_struct bt_traffic_change_work;
struct iwl_hw_params hw_params;
u32 inta_mask;