You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
committed by
John W. Linville
parent
d44ae69e80
commit
9e4afc2189
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user