Lines Matching +full:wifi +full:- +full:2
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2023-2024 Intel Corporation
4 * Copyright (C) 2013-2014, 2018-2019 Intel Corporation
5 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH
14 #define BITS(nb) (BIT(nb) - 1)
37 BT_COEX_SYNC2SCO_ENABLED = BIT(2),
43 * struct iwl_bt_coex_cmd - bt coex configuration command
64 * struct iwl_bt_coex_ci_cmd - bt coex channel inhibition command
83 BT_LOW_TRAFFIC = 2,
93 BT_CI_COMPLIANCE_SECONDARY = 2,
98 * struct iwl_bt_coex_prof_old_notif - notification about BT coex
99 * @mbox_msg: message from BT to WiFi
105 * @ttc_status: is TTC enabled - one bit per PHY
106 * @rrc_status: is RRC enabled - one bit per PHY
108 * @wifi_loss_low_rssi: The predicted lost WiFi rate (% of air time that BT is
109 * utilizing) when the RSSI is low (<= -65 dBm)
110 * @wifi_loss_mid_high_rssi: The predicted lost WiFi rate (% of air time that
111 * BT is utilizing) when the RSSI is mid/high (>= -65 dBm)
130 * enum iwl_bt_coex_subcmd_ids - coex configuration command IDs
140 #define COEX_NUM_CHAINS 2
143 * struct iwl_bt_coex_profile_notif - notification about BT coex
144 * @wifi_loss_low_rssi: The predicted lost WiFi rate (% of air time that BT is
145 * utilizing) when the RSSI is low (<= -65 dBm)
146 * @wifi_loss_mid_high_rssi: The predicted lost WiFi rate (% of air time that
147 * BT is utilizing) when the RSSI is mid/high (>= -65 dBm)