Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 1 | /****************************************************************************** |
| 2 | * |
| 3 | * This file is provided under a dual BSD/GPLv2 license. When using or |
| 4 | * redistributing this file, you may do so under either license. |
| 5 | * |
| 6 | * GPL LICENSE SUMMARY |
| 7 | * |
| 8 | * Copyright(c) 2013 Intel Corporation. All rights reserved. |
| 9 | * |
| 10 | * This program is free software; you can redistribute it and/or modify |
| 11 | * it under the terms of version 2 of the GNU General Public License as |
| 12 | * published by the Free Software Foundation. |
| 13 | * |
| 14 | * This program is distributed in the hope that it will be useful, but |
| 15 | * WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 17 | * General Public License for more details. |
| 18 | * |
| 19 | * You should have received a copy of the GNU General Public License |
| 20 | * along with this program; if not, write to the Free Software |
| 21 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, |
| 22 | * USA |
| 23 | * |
| 24 | * The full GNU General Public License is included in this distribution |
| 25 | * in the file called COPYING. |
| 26 | * |
| 27 | * Contact Information: |
| 28 | * Intel Linux Wireless <ilw@linux.intel.com> |
| 29 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
| 30 | * |
| 31 | * BSD LICENSE |
| 32 | * |
| 33 | * Copyright(c) 2013 Intel Corporation. All rights reserved. |
| 34 | * All rights reserved. |
| 35 | * |
| 36 | * Redistribution and use in source and binary forms, with or without |
| 37 | * modification, are permitted provided that the following conditions |
| 38 | * are met: |
| 39 | * |
| 40 | * * Redistributions of source code must retain the above copyright |
| 41 | * notice, this list of conditions and the following disclaimer. |
| 42 | * * Redistributions in binary form must reproduce the above copyright |
| 43 | * notice, this list of conditions and the following disclaimer in |
| 44 | * the documentation and/or other materials provided with the |
| 45 | * distribution. |
| 46 | * * Neither the name Intel Corporation nor the names of its |
| 47 | * contributors may be used to endorse or promote products derived |
| 48 | * from this software without specific prior written permission. |
| 49 | * |
| 50 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 51 | * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 52 | * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 53 | * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 54 | * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 55 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 56 | * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 57 | * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 58 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 59 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 60 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 61 | * |
| 62 | *****************************************************************************/ |
| 63 | |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 64 | #include <net/mac80211.h> |
| 65 | |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 66 | #include "fw-api-bt-coex.h" |
| 67 | #include "iwl-modparams.h" |
| 68 | #include "mvm.h" |
Emmanuel Grumbach | f421f9c | 2013-01-17 14:20:29 +0200 | [diff] [blame] | 69 | #include "iwl-debug.h" |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 70 | |
| 71 | #define EVENT_PRIO_ANT(_evt, _prio, _shrd_ant) \ |
| 72 | [(_evt)] = (((_prio) << BT_COEX_PRIO_TBL_PRIO_POS) | \ |
| 73 | ((_shrd_ant) << BT_COEX_PRIO_TBL_SHRD_ANT_POS)) |
| 74 | |
| 75 | static const u8 iwl_bt_prio_tbl[BT_COEX_PRIO_TBL_EVT_MAX] = { |
| 76 | EVENT_PRIO_ANT(BT_COEX_PRIO_TBL_EVT_INIT_CALIB1, |
| 77 | BT_COEX_PRIO_TBL_PRIO_BYPASS, 0), |
| 78 | EVENT_PRIO_ANT(BT_COEX_PRIO_TBL_EVT_INIT_CALIB2, |
| 79 | BT_COEX_PRIO_TBL_PRIO_BYPASS, 1), |
| 80 | EVENT_PRIO_ANT(BT_COEX_PRIO_TBL_EVT_PERIODIC_CALIB_LOW1, |
| 81 | BT_COEX_PRIO_TBL_PRIO_LOW, 0), |
| 82 | EVENT_PRIO_ANT(BT_COEX_PRIO_TBL_EVT_PERIODIC_CALIB_LOW2, |
| 83 | BT_COEX_PRIO_TBL_PRIO_LOW, 1), |
| 84 | EVENT_PRIO_ANT(BT_COEX_PRIO_TBL_EVT_PERIODIC_CALIB_HIGH1, |
| 85 | BT_COEX_PRIO_TBL_PRIO_HIGH, 0), |
| 86 | EVENT_PRIO_ANT(BT_COEX_PRIO_TBL_EVT_PERIODIC_CALIB_HIGH2, |
| 87 | BT_COEX_PRIO_TBL_PRIO_HIGH, 1), |
| 88 | EVENT_PRIO_ANT(BT_COEX_PRIO_TBL_EVT_DTIM, |
| 89 | BT_COEX_PRIO_TBL_DISABLED, 0), |
| 90 | EVENT_PRIO_ANT(BT_COEX_PRIO_TBL_EVT_SCAN52, |
| 91 | BT_COEX_PRIO_TBL_PRIO_COEX_OFF, 0), |
| 92 | EVENT_PRIO_ANT(BT_COEX_PRIO_TBL_EVT_SCAN24, |
| 93 | BT_COEX_PRIO_TBL_PRIO_COEX_ON, 0), |
| 94 | EVENT_PRIO_ANT(BT_COEX_PRIO_TBL_EVT_IDLE, |
| 95 | BT_COEX_PRIO_TBL_PRIO_COEX_IDLE, 0), |
| 96 | 0, 0, 0, 0, 0, 0, |
| 97 | }; |
| 98 | |
| 99 | #undef EVENT_PRIO_ANT |
| 100 | |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 101 | #define IWL_BT_LOAD_FORCE_SISO_THRESHOLD (3) |
| 102 | |
| 103 | #define BT_ENABLE_REDUCED_TXPOWER_THRESHOLD (-62) |
| 104 | #define BT_DISABLE_REDUCED_TXPOWER_THRESHOLD (-65) |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 105 | #define BT_ANTENNA_COUPLING_THRESHOLD (30) |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 106 | |
| 107 | static inline bool is_loose_coex(void) |
| 108 | { |
| 109 | return iwlwifi_mod_params.ant_coupling > |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 110 | BT_ANTENNA_COUPLING_THRESHOLD; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 111 | } |
| 112 | |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 113 | int iwl_send_bt_prio_tbl(struct iwl_mvm *mvm) |
| 114 | { |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 115 | if (!(mvm->fw->ucode_capa.flags & IWL_UCODE_TLV_FLAGS_NEWBT_COEX)) |
| 116 | return 0; |
| 117 | |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 118 | return iwl_mvm_send_cmd_pdu(mvm, BT_COEX_PRIO_TABLE, CMD_SYNC, |
| 119 | sizeof(struct iwl_bt_coex_prio_tbl_cmd), |
| 120 | &iwl_bt_prio_tbl); |
| 121 | } |
| 122 | |
| 123 | static int iwl_send_bt_env(struct iwl_mvm *mvm, u8 action, u8 type) |
| 124 | { |
| 125 | struct iwl_bt_coex_prot_env_cmd env_cmd; |
| 126 | int ret; |
| 127 | |
| 128 | env_cmd.action = action; |
| 129 | env_cmd.type = type; |
| 130 | ret = iwl_mvm_send_cmd_pdu(mvm, BT_COEX_PROT_ENV, CMD_SYNC, |
| 131 | sizeof(env_cmd), &env_cmd); |
| 132 | if (ret) |
| 133 | IWL_ERR(mvm, "failed to send BT env command\n"); |
| 134 | return ret; |
| 135 | } |
| 136 | |
| 137 | enum iwl_bt_kill_msk { |
| 138 | BT_KILL_MSK_DEFAULT, |
| 139 | BT_KILL_MSK_SCO_HID_A2DP, |
| 140 | BT_KILL_MSK_REDUCED_TXPOW, |
| 141 | BT_KILL_MSK_MAX, |
| 142 | }; |
| 143 | |
| 144 | static const u32 iwl_bt_ack_kill_msk[BT_KILL_MSK_MAX] = { |
Emmanuel Grumbach | 5b7e662 | 2013-03-10 20:15:24 +0200 | [diff] [blame] | 145 | [BT_KILL_MSK_DEFAULT] = 0xffff0000, |
| 146 | [BT_KILL_MSK_SCO_HID_A2DP] = 0xffffffff, |
| 147 | [BT_KILL_MSK_REDUCED_TXPOW] = 0, |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 148 | }; |
| 149 | |
| 150 | static const u32 iwl_bt_cts_kill_msk[BT_KILL_MSK_MAX] = { |
Emmanuel Grumbach | 5b7e662 | 2013-03-10 20:15:24 +0200 | [diff] [blame] | 151 | [BT_KILL_MSK_DEFAULT] = 0xffff0000, |
| 152 | [BT_KILL_MSK_SCO_HID_A2DP] = 0xffffffff, |
| 153 | [BT_KILL_MSK_REDUCED_TXPOW] = 0, |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 154 | }; |
| 155 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 156 | static const __le32 iwl_bt_prio_boost[BT_COEX_BOOST_SIZE] = { |
| 157 | cpu_to_le32(0xf0f0f0f0), |
| 158 | cpu_to_le32(0xc0c0c0c0), |
| 159 | cpu_to_le32(0xfcfcfcfc), |
| 160 | cpu_to_le32(0xff00ff00), |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 161 | }; |
| 162 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 163 | static const __le32 iwl_combined_lookup[BT_COEX_MAX_LUT][BT_COEX_LUT_SIZE] = { |
| 164 | { |
| 165 | /* Tight */ |
| 166 | cpu_to_le32(0xaaaaaaaa), |
| 167 | cpu_to_le32(0xaaaaaaaa), |
| 168 | cpu_to_le32(0xaeaaaaaa), |
| 169 | cpu_to_le32(0xaaaaaaaa), |
| 170 | cpu_to_le32(0xcc00ff28), |
| 171 | cpu_to_le32(0x0000aaaa), |
| 172 | cpu_to_le32(0xcc00aaaa), |
| 173 | cpu_to_le32(0x0000aaaa), |
| 174 | cpu_to_le32(0xc0004000), |
| 175 | cpu_to_le32(0x00000000), |
| 176 | cpu_to_le32(0xf0005000), |
| 177 | cpu_to_le32(0xf0005000), |
| 178 | }, |
| 179 | { |
| 180 | /* Loose */ |
| 181 | cpu_to_le32(0xaaaaaaaa), |
| 182 | cpu_to_le32(0xaaaaaaaa), |
| 183 | cpu_to_le32(0xaaaaaaaa), |
| 184 | cpu_to_le32(0xaaaaaaaa), |
| 185 | cpu_to_le32(0xcc00ff28), |
| 186 | cpu_to_le32(0x0000aaaa), |
| 187 | cpu_to_le32(0xcc00aaaa), |
| 188 | cpu_to_le32(0x0000aaaa), |
| 189 | cpu_to_le32(0x00000000), |
| 190 | cpu_to_le32(0x00000000), |
| 191 | cpu_to_le32(0xf0005000), |
| 192 | cpu_to_le32(0xf0005000), |
| 193 | }, |
| 194 | { |
| 195 | /* Tx Tx disabled */ |
| 196 | cpu_to_le32(0xaaaaaaaa), |
| 197 | cpu_to_le32(0xaaaaaaaa), |
| 198 | cpu_to_le32(0xaaaaaaaa), |
| 199 | cpu_to_le32(0xaaaaaaaa), |
| 200 | cpu_to_le32(0xcc00ff28), |
| 201 | cpu_to_le32(0x0000aaaa), |
| 202 | cpu_to_le32(0xcc00aaaa), |
| 203 | cpu_to_le32(0x0000aaaa), |
| 204 | cpu_to_le32(0xC0004000), |
| 205 | cpu_to_le32(0xC0004000), |
| 206 | cpu_to_le32(0xF0005000), |
| 207 | cpu_to_le32(0xF0005000), |
| 208 | }, |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 209 | }; |
| 210 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 211 | /* 20MHz / 40MHz below / 40Mhz above*/ |
| 212 | static const __le64 iwl_ci_mask[][3] = { |
| 213 | /* dummy entry for channel 0 */ |
| 214 | {cpu_to_le64(0), cpu_to_le64(0), cpu_to_le64(0)}, |
| 215 | { |
| 216 | cpu_to_le64(0x0000001FFFULL), |
| 217 | cpu_to_le64(0x0ULL), |
| 218 | cpu_to_le64(0x00007FFFFFULL), |
| 219 | }, |
| 220 | { |
| 221 | cpu_to_le64(0x000000FFFFULL), |
| 222 | cpu_to_le64(0x0ULL), |
| 223 | cpu_to_le64(0x0003FFFFFFULL), |
| 224 | }, |
| 225 | { |
| 226 | cpu_to_le64(0x000003FFFCULL), |
| 227 | cpu_to_le64(0x0ULL), |
| 228 | cpu_to_le64(0x000FFFFFFCULL), |
| 229 | }, |
| 230 | { |
| 231 | cpu_to_le64(0x00001FFFE0ULL), |
| 232 | cpu_to_le64(0x0ULL), |
| 233 | cpu_to_le64(0x007FFFFFE0ULL), |
| 234 | }, |
| 235 | { |
| 236 | cpu_to_le64(0x00007FFF80ULL), |
| 237 | cpu_to_le64(0x00007FFFFFULL), |
| 238 | cpu_to_le64(0x01FFFFFF80ULL), |
| 239 | }, |
| 240 | { |
| 241 | cpu_to_le64(0x0003FFFC00ULL), |
| 242 | cpu_to_le64(0x0003FFFFFFULL), |
| 243 | cpu_to_le64(0x0FFFFFFC00ULL), |
| 244 | }, |
| 245 | { |
| 246 | cpu_to_le64(0x000FFFF000ULL), |
| 247 | cpu_to_le64(0x000FFFFFFCULL), |
| 248 | cpu_to_le64(0x3FFFFFF000ULL), |
| 249 | }, |
| 250 | { |
| 251 | cpu_to_le64(0x007FFF8000ULL), |
| 252 | cpu_to_le64(0x007FFFFFE0ULL), |
| 253 | cpu_to_le64(0xFFFFFF8000ULL), |
| 254 | }, |
| 255 | { |
| 256 | cpu_to_le64(0x01FFFE0000ULL), |
| 257 | cpu_to_le64(0x01FFFFFF80ULL), |
| 258 | cpu_to_le64(0xFFFFFE0000ULL), |
| 259 | }, |
| 260 | { |
| 261 | cpu_to_le64(0x0FFFF00000ULL), |
| 262 | cpu_to_le64(0x0FFFFFFC00ULL), |
| 263 | cpu_to_le64(0x0ULL), |
| 264 | }, |
| 265 | { |
| 266 | cpu_to_le64(0x3FFFC00000ULL), |
| 267 | cpu_to_le64(0x3FFFFFF000ULL), |
| 268 | cpu_to_le64(0x0) |
| 269 | }, |
| 270 | { |
| 271 | cpu_to_le64(0xFFFE000000ULL), |
| 272 | cpu_to_le64(0xFFFFFF8000ULL), |
| 273 | cpu_to_le64(0x0) |
| 274 | }, |
| 275 | { |
| 276 | cpu_to_le64(0xFFF8000000ULL), |
| 277 | cpu_to_le64(0xFFFFFE0000ULL), |
| 278 | cpu_to_le64(0x0) |
| 279 | }, |
| 280 | { |
| 281 | cpu_to_le64(0xFE00000000ULL), |
| 282 | cpu_to_le64(0x0ULL), |
| 283 | cpu_to_le64(0x0) |
| 284 | }, |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 285 | }; |
| 286 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 287 | static const __le32 iwl_bt_mprio_lut[BT_COEX_MULTI_PRIO_LUT_SIZE] = { |
| 288 | cpu_to_le32(0x22002200), |
| 289 | cpu_to_le32(0x33113311), |
Emmanuel Grumbach | e715c3a | 2013-06-18 05:34:58 +0300 | [diff] [blame] | 290 | }; |
| 291 | |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 292 | int iwl_send_bt_init_conf(struct iwl_mvm *mvm) |
| 293 | { |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 294 | struct iwl_bt_coex_cmd *bt_cmd; |
| 295 | struct iwl_host_cmd cmd = { |
| 296 | .id = BT_CONFIG, |
| 297 | .len = { sizeof(*bt_cmd), }, |
| 298 | .dataflags = { IWL_HCMD_DFL_NOCOPY, }, |
| 299 | .flags = CMD_SYNC, |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 300 | }; |
| 301 | int ret; |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 302 | u32 flags; |
| 303 | |
| 304 | if (!(mvm->fw->ucode_capa.flags & IWL_UCODE_TLV_FLAGS_NEWBT_COEX)) |
| 305 | return 0; |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 306 | |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 307 | /* go to CALIB state in internal BT-Coex state machine */ |
| 308 | ret = iwl_send_bt_env(mvm, BT_COEX_ENV_OPEN, |
| 309 | BT_COEX_PRIO_TBL_EVT_INIT_CALIB2); |
| 310 | if (ret) |
| 311 | return ret; |
| 312 | |
| 313 | ret = iwl_send_bt_env(mvm, BT_COEX_ENV_CLOSE, |
| 314 | BT_COEX_PRIO_TBL_EVT_INIT_CALIB2); |
| 315 | if (ret) |
| 316 | return ret; |
| 317 | |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 318 | bt_cmd = kzalloc(sizeof(*bt_cmd), GFP_KERNEL); |
| 319 | if (!bt_cmd) |
| 320 | return -ENOMEM; |
| 321 | cmd.data[0] = bt_cmd; |
| 322 | |
| 323 | bt_cmd->max_kill = 5; |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 324 | bt_cmd->bt4_antenna_isolation_thr = BT_ANTENNA_COUPLING_THRESHOLD, |
| 325 | bt_cmd->bt4_antenna_isolation = iwlwifi_mod_params.ant_coupling, |
| 326 | bt_cmd->bt4_tx_tx_delta_freq_thr = 15, |
| 327 | bt_cmd->bt4_tx_rx_max_freq0 = 15, |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 328 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 329 | flags = iwlwifi_mod_params.bt_coex_active ? |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 330 | BT_COEX_NW : BT_COEX_DISABLE; |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 331 | flags |= BT_CH_PRIMARY_EN | BT_CH_SECONDARY_EN | BT_SYNC_2_BT_DISABLE; |
| 332 | bt_cmd->flags = cpu_to_le32(flags); |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 333 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 334 | bt_cmd->valid_bit_msk = cpu_to_le32(BT_VALID_ENABLE | |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 335 | BT_VALID_BT_PRIO_BOOST | |
| 336 | BT_VALID_MAX_KILL | |
| 337 | BT_VALID_3W_TMRS | |
| 338 | BT_VALID_KILL_ACK | |
| 339 | BT_VALID_KILL_CTS | |
| 340 | BT_VALID_REDUCED_TX_POWER | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 341 | BT_VALID_LUT | |
| 342 | BT_VALID_WIFI_RX_SW_PRIO_BOOST | |
| 343 | BT_VALID_WIFI_TX_SW_PRIO_BOOST | |
| 344 | BT_VALID_MULTI_PRIO_LUT | |
| 345 | BT_VALID_CORUN_LUT_20 | |
| 346 | BT_VALID_CORUN_LUT_40 | |
| 347 | BT_VALID_ANT_ISOLATION | |
| 348 | BT_VALID_ANT_ISOLATION_THRS | |
| 349 | BT_VALID_TXTX_DELTA_FREQ_THRS | |
| 350 | BT_VALID_TXRX_MAX_FREQ_0); |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 351 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 352 | memcpy(&bt_cmd->decision_lut, iwl_combined_lookup, |
| 353 | sizeof(iwl_combined_lookup)); |
| 354 | memcpy(&bt_cmd->bt_prio_boost, iwl_bt_prio_boost, |
| 355 | sizeof(iwl_bt_prio_boost)); |
| 356 | memcpy(&bt_cmd->bt4_multiprio_lut, iwl_bt_mprio_lut, |
| 357 | sizeof(iwl_bt_mprio_lut)); |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 358 | bt_cmd->kill_ack_msk = |
| 359 | cpu_to_le32(iwl_bt_ack_kill_msk[BT_KILL_MSK_DEFAULT]); |
| 360 | bt_cmd->kill_cts_msk = |
| 361 | cpu_to_le32(iwl_bt_cts_kill_msk[BT_KILL_MSK_DEFAULT]); |
| 362 | |
| 363 | memset(&mvm->last_bt_notif, 0, sizeof(mvm->last_bt_notif)); |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 364 | memset(&mvm->last_bt_ci_cmd, 0, sizeof(mvm->last_bt_ci_cmd)); |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 365 | |
| 366 | ret = iwl_mvm_send_cmd(mvm, &cmd); |
| 367 | |
| 368 | kfree(bt_cmd); |
| 369 | return ret; |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 370 | } |
Emmanuel Grumbach | f421f9c | 2013-01-17 14:20:29 +0200 | [diff] [blame] | 371 | |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 372 | static int iwl_mvm_bt_udpate_ctrl_kill_msk(struct iwl_mvm *mvm, |
| 373 | bool reduced_tx_power) |
| 374 | { |
| 375 | enum iwl_bt_kill_msk bt_kill_msk; |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 376 | struct iwl_bt_coex_cmd *bt_cmd; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 377 | struct iwl_bt_coex_profile_notif *notif = &mvm->last_bt_notif; |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 378 | struct iwl_host_cmd cmd = { |
| 379 | .id = BT_CONFIG, |
| 380 | .data[0] = &bt_cmd, |
| 381 | .len = { sizeof(*bt_cmd), }, |
| 382 | .dataflags = { IWL_HCMD_DFL_NOCOPY, }, |
| 383 | .flags = CMD_SYNC, |
| 384 | }; |
| 385 | int ret = 0; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 386 | |
| 387 | lockdep_assert_held(&mvm->mutex); |
| 388 | |
| 389 | if (reduced_tx_power) { |
| 390 | /* Reduced Tx power has precedence on the type of the profile */ |
| 391 | bt_kill_msk = BT_KILL_MSK_REDUCED_TXPOW; |
| 392 | } else { |
| 393 | /* Low latency BT profile is active: give higher prio to BT */ |
| 394 | if (BT_MBOX_MSG(notif, 3, SCO_STATE) || |
| 395 | BT_MBOX_MSG(notif, 3, A2DP_STATE) || |
| 396 | BT_MBOX_MSG(notif, 3, SNIFF_STATE)) |
| 397 | bt_kill_msk = BT_KILL_MSK_SCO_HID_A2DP; |
| 398 | else |
| 399 | bt_kill_msk = BT_KILL_MSK_DEFAULT; |
| 400 | } |
| 401 | |
| 402 | IWL_DEBUG_COEX(mvm, |
| 403 | "Update kill_msk: %d - SCO %sactive A2DP %sactive SNIFF %sactive\n", |
| 404 | bt_kill_msk, |
| 405 | BT_MBOX_MSG(notif, 3, SCO_STATE) ? "" : "in", |
| 406 | BT_MBOX_MSG(notif, 3, A2DP_STATE) ? "" : "in", |
| 407 | BT_MBOX_MSG(notif, 3, SNIFF_STATE) ? "" : "in"); |
| 408 | |
| 409 | /* Don't send HCMD if there is no update */ |
| 410 | if (bt_kill_msk == mvm->bt_kill_msk) |
| 411 | return 0; |
| 412 | |
| 413 | mvm->bt_kill_msk = bt_kill_msk; |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 414 | |
| 415 | bt_cmd = kzalloc(sizeof(*bt_cmd), GFP_KERNEL); |
| 416 | if (!bt_cmd) |
| 417 | return -ENOMEM; |
| 418 | cmd.data[0] = bt_cmd; |
| 419 | |
| 420 | bt_cmd->kill_ack_msk = cpu_to_le32(iwl_bt_ack_kill_msk[bt_kill_msk]); |
| 421 | bt_cmd->kill_cts_msk = cpu_to_le32(iwl_bt_cts_kill_msk[bt_kill_msk]); |
| 422 | bt_cmd->valid_bit_msk = |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 423 | cpu_to_le32(BT_VALID_KILL_ACK | BT_VALID_KILL_CTS); |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 424 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 425 | IWL_DEBUG_COEX(mvm, "ACK Kill msk = 0x%08x, CTS Kill msk = 0x%08x\n", |
| 426 | iwl_bt_ack_kill_msk[bt_kill_msk], |
| 427 | iwl_bt_cts_kill_msk[bt_kill_msk]); |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 428 | |
| 429 | ret = iwl_mvm_send_cmd(mvm, &cmd); |
| 430 | |
| 431 | kfree(bt_cmd); |
| 432 | return ret; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 433 | } |
| 434 | |
| 435 | static int iwl_mvm_bt_coex_reduced_txp(struct iwl_mvm *mvm, u8 sta_id, |
| 436 | bool enable) |
| 437 | { |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 438 | struct iwl_bt_coex_cmd *bt_cmd; |
| 439 | /* Send ASYNC since this can be sent from an atomic context */ |
| 440 | struct iwl_host_cmd cmd = { |
| 441 | .id = BT_CONFIG, |
| 442 | .len = { sizeof(*bt_cmd), }, |
| 443 | .dataflags = { IWL_HCMD_DFL_DUP, }, |
| 444 | .flags = CMD_ASYNC, |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 445 | }; |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 446 | |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 447 | struct ieee80211_sta *sta; |
| 448 | struct iwl_mvm_sta *mvmsta; |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 449 | int ret; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 450 | |
| 451 | /* This can happen if the station has been removed right now */ |
| 452 | if (sta_id == IWL_MVM_STATION_COUNT) |
| 453 | return 0; |
| 454 | |
| 455 | sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[sta_id], |
| 456 | lockdep_is_held(&mvm->mutex)); |
| 457 | mvmsta = (void *)sta->drv_priv; |
| 458 | |
| 459 | /* nothing to do */ |
| 460 | if (mvmsta->bt_reduced_txpower == enable) |
| 461 | return 0; |
| 462 | |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 463 | bt_cmd = kzalloc(sizeof(*bt_cmd), GFP_ATOMIC); |
| 464 | if (!bt_cmd) |
| 465 | return -ENOMEM; |
| 466 | cmd.data[0] = bt_cmd; |
| 467 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 468 | bt_cmd->valid_bit_msk = cpu_to_le32(BT_VALID_REDUCED_TX_POWER), |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 469 | bt_cmd->bt_reduced_tx_power = sta_id; |
| 470 | |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 471 | if (enable) |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 472 | bt_cmd->bt_reduced_tx_power |= BT_REDUCED_TX_POWER_BIT; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 473 | |
| 474 | IWL_DEBUG_COEX(mvm, "%sable reduced Tx Power for sta %d\n", |
| 475 | enable ? "en" : "dis", sta_id); |
| 476 | |
| 477 | mvmsta->bt_reduced_txpower = enable; |
| 478 | |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 479 | ret = iwl_mvm_send_cmd(mvm, &cmd); |
| 480 | |
| 481 | kfree(bt_cmd); |
| 482 | return ret; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 483 | } |
| 484 | |
| 485 | struct iwl_bt_iterator_data { |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 486 | struct iwl_bt_coex_profile_notif *notif; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 487 | struct iwl_mvm *mvm; |
| 488 | u32 num_bss_ifaces; |
Emmanuel Grumbach | 9e511c3 | 2013-03-29 14:52:17 +0300 | [diff] [blame] | 489 | bool reduced_tx_power; |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 490 | struct ieee80211_chanctx_conf *primary; |
| 491 | struct ieee80211_chanctx_conf *secondary; |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 492 | }; |
| 493 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 494 | /* must be called under rcu_read_lock */ |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 495 | static void iwl_mvm_bt_notif_iterator(void *_data, u8 *mac, |
| 496 | struct ieee80211_vif *vif) |
| 497 | { |
| 498 | struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 499 | struct iwl_bt_iterator_data *data = _data; |
| 500 | struct iwl_mvm *mvm = data->mvm; |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 501 | struct ieee80211_chanctx_conf *chanctx_conf; |
| 502 | enum ieee80211_smps_mode smps_mode; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 503 | int ave_rssi; |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 504 | |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 505 | lockdep_assert_held(&mvm->mutex); |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 506 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 507 | if (vif->type != NL80211_IFTYPE_STATION && |
| 508 | vif->type != NL80211_IFTYPE_AP) |
| 509 | return; |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 510 | |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 511 | smps_mode = IEEE80211_SMPS_AUTOMATIC; |
| 512 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 513 | chanctx_conf = rcu_dereference(vif->chanctx_conf); |
| 514 | |
| 515 | /* If channel context is invalid or not on 2.4GHz .. */ |
| 516 | if ((!chanctx_conf || |
| 517 | chanctx_conf->def.chan->band != IEEE80211_BAND_2GHZ)) { |
| 518 | /* ... and it is an associated STATION, relax constraints */ |
| 519 | if (vif->type == NL80211_IFTYPE_STATION && vif->bss_conf.assoc) |
| 520 | iwl_mvm_update_smps(mvm, vif, IWL_MVM_SMPS_REQ_BT_COEX, |
| 521 | smps_mode); |
| 522 | return; |
| 523 | } |
| 524 | |
| 525 | /* SoftAP / GO will always be primary */ |
| 526 | if (vif->type == NL80211_IFTYPE_AP) { |
| 527 | if (!mvmvif->ap_active) |
| 528 | return; |
| 529 | |
| 530 | /* the Ack / Cts kill mask must be default if AP / GO */ |
| 531 | data->reduced_tx_power = false; |
| 532 | |
| 533 | if (chanctx_conf == data->primary) |
| 534 | return; |
| 535 | |
| 536 | /* downgrade the current primary no matter what its type is */ |
| 537 | data->secondary = data->primary; |
| 538 | data->primary = chanctx_conf; |
| 539 | return; |
| 540 | } |
| 541 | |
| 542 | /* we are now a STA / P2P Client, and take associated ones only */ |
Emmanuel Grumbach | 41069b4 | 2013-06-25 21:49:19 +0300 | [diff] [blame] | 543 | if (!vif->bss_conf.assoc) |
| 544 | return; |
| 545 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 546 | /* STA / P2P Client, try to be primary if first vif */ |
| 547 | if (!data->primary || data->primary == chanctx_conf) |
| 548 | data->primary = chanctx_conf; |
| 549 | else if (!data->secondary) |
| 550 | /* if secondary is not NULL, it might be a GO */ |
| 551 | data->secondary = chanctx_conf; |
Emmanuel Grumbach | 9166b1e | 2013-03-20 15:28:27 +0200 | [diff] [blame] | 552 | |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 553 | if (data->notif->bt_status) |
| 554 | smps_mode = IEEE80211_SMPS_DYNAMIC; |
| 555 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 556 | if (le32_to_cpu(data->notif->bt_activity_grading) >= |
| 557 | IWL_BT_LOAD_FORCE_SISO_THRESHOLD) |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 558 | smps_mode = IEEE80211_SMPS_STATIC; |
| 559 | |
| 560 | IWL_DEBUG_COEX(data->mvm, |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 561 | "mac %d: bt_status %d bt_activity_grading %d smps_req %d\n", |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 562 | mvmvif->id, data->notif->bt_status, |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 563 | data->notif->bt_activity_grading, smps_mode); |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 564 | |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 565 | iwl_mvm_update_smps(mvm, vif, IWL_MVM_SMPS_REQ_BT_COEX, smps_mode); |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 566 | |
| 567 | /* don't reduce the Tx power if in loose scheme */ |
| 568 | if (is_loose_coex()) |
| 569 | return; |
| 570 | |
| 571 | data->num_bss_ifaces++; |
| 572 | |
| 573 | /* reduced Txpower only if there are open BT connections, so ...*/ |
| 574 | if (!BT_MBOX_MSG(data->notif, 3, OPEN_CON_2)) { |
| 575 | /* ... cancel reduced Tx power ... */ |
| 576 | if (iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, false)) |
| 577 | IWL_ERR(mvm, "Couldn't send BT_CONFIG cmd\n"); |
Emmanuel Grumbach | 9e511c3 | 2013-03-29 14:52:17 +0300 | [diff] [blame] | 578 | data->reduced_tx_power = false; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 579 | |
| 580 | /* ... and there is no need to get reports on RSSI any more. */ |
Andrei Otcheretianski | 911222b | 2013-07-21 17:37:19 +0300 | [diff] [blame] | 581 | mvmvif->bf_data.last_bt_coex_event = 0; |
| 582 | mvmvif->bf_data.bt_coex_max_thold = 0; |
| 583 | mvmvif->bf_data.bt_coex_min_thold = 0; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 584 | return; |
| 585 | } |
| 586 | |
Andrei Otcheretianski | 911222b | 2013-07-21 17:37:19 +0300 | [diff] [blame] | 587 | /* try to get the avg rssi from fw */ |
| 588 | ave_rssi = mvmvif->bf_data.ave_beacon_signal; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 589 | |
| 590 | /* if the RSSI isn't valid, fake it is very low */ |
| 591 | if (!ave_rssi) |
| 592 | ave_rssi = -100; |
| 593 | if (ave_rssi > BT_ENABLE_REDUCED_TXPOWER_THRESHOLD) { |
| 594 | if (iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, true)) |
| 595 | IWL_ERR(mvm, "Couldn't send BT_CONFIG cmd\n"); |
| 596 | |
| 597 | /* |
| 598 | * bt_kill_msk can be BT_KILL_MSK_REDUCED_TXPOW only if all the |
| 599 | * BSS / P2P clients have rssi above threshold. |
| 600 | * We set the bt_kill_msk to BT_KILL_MSK_REDUCED_TXPOW before |
| 601 | * the iteration, if one interface's rssi isn't good enough, |
| 602 | * bt_kill_msk will be set to default values. |
| 603 | */ |
| 604 | } else if (ave_rssi < BT_DISABLE_REDUCED_TXPOWER_THRESHOLD) { |
| 605 | if (iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, false)) |
| 606 | IWL_ERR(mvm, "Couldn't send BT_CONFIG cmd\n"); |
| 607 | |
| 608 | /* |
| 609 | * One interface hasn't rssi above threshold, bt_kill_msk must |
| 610 | * be set to default values. |
| 611 | */ |
Emmanuel Grumbach | 9e511c3 | 2013-03-29 14:52:17 +0300 | [diff] [blame] | 612 | data->reduced_tx_power = false; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 613 | } |
| 614 | |
| 615 | /* Begin to monitor the RSSI: it may influence the reduced Tx power */ |
Andrei Otcheretianski | 911222b | 2013-07-21 17:37:19 +0300 | [diff] [blame] | 616 | |
| 617 | /* reset previous bt coex event tracking */ |
| 618 | mvmvif->bf_data.last_bt_coex_event = 0; |
| 619 | mvmvif->bf_data.bt_coex_max_thold = |
| 620 | BT_ENABLE_REDUCED_TXPOWER_THRESHOLD; |
| 621 | mvmvif->bf_data.bt_coex_min_thold = |
| 622 | BT_DISABLE_REDUCED_TXPOWER_THRESHOLD; |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 623 | } |
| 624 | |
Emmanuel Grumbach | d37cac9 | 2013-03-29 14:56:19 +0300 | [diff] [blame] | 625 | static void iwl_mvm_bt_coex_notif_handle(struct iwl_mvm *mvm) |
Emmanuel Grumbach | f421f9c | 2013-01-17 14:20:29 +0200 | [diff] [blame] | 626 | { |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 627 | struct iwl_bt_iterator_data data = { |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 628 | .mvm = mvm, |
Emmanuel Grumbach | d37cac9 | 2013-03-29 14:56:19 +0300 | [diff] [blame] | 629 | .notif = &mvm->last_bt_notif, |
Emmanuel Grumbach | 9e511c3 | 2013-03-29 14:52:17 +0300 | [diff] [blame] | 630 | .reduced_tx_power = true, |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 631 | }; |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 632 | struct iwl_bt_coex_ci_cmd cmd = {}; |
| 633 | u8 ci_bw_idx; |
Emmanuel Grumbach | f421f9c | 2013-01-17 14:20:29 +0200 | [diff] [blame] | 634 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 635 | rcu_read_lock(); |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 636 | ieee80211_iterate_active_interfaces_atomic( |
| 637 | mvm->hw, IEEE80211_IFACE_ITER_NORMAL, |
| 638 | iwl_mvm_bt_notif_iterator, &data); |
| 639 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 640 | if (data.primary) { |
| 641 | struct ieee80211_chanctx_conf *chan = data.primary; |
| 642 | if (WARN_ON(!chan->def.chan)) { |
| 643 | rcu_read_unlock(); |
| 644 | return; |
| 645 | } |
| 646 | |
| 647 | if (chan->def.width < NL80211_CHAN_WIDTH_40) { |
| 648 | ci_bw_idx = 0; |
| 649 | cmd.co_run_bw_primary = 0; |
| 650 | } else { |
| 651 | cmd.co_run_bw_primary = 1; |
| 652 | if (chan->def.center_freq1 > |
| 653 | chan->def.chan->center_freq) |
| 654 | ci_bw_idx = 2; |
| 655 | else |
| 656 | ci_bw_idx = 1; |
| 657 | } |
| 658 | |
| 659 | cmd.bt_primary_ci = |
| 660 | iwl_ci_mask[chan->def.chan->hw_value][ci_bw_idx]; |
| 661 | cmd.primary_ch_phy_id = *((u16 *)data.primary->drv_priv); |
| 662 | } |
| 663 | |
| 664 | if (data.secondary) { |
| 665 | struct ieee80211_chanctx_conf *chan = data.secondary; |
| 666 | if (WARN_ON(!data.secondary->def.chan)) { |
| 667 | rcu_read_unlock(); |
| 668 | return; |
| 669 | } |
| 670 | |
| 671 | if (chan->def.width < NL80211_CHAN_WIDTH_40) { |
| 672 | ci_bw_idx = 0; |
| 673 | cmd.co_run_bw_secondary = 0; |
| 674 | } else { |
| 675 | cmd.co_run_bw_secondary = 1; |
| 676 | if (chan->def.center_freq1 > |
| 677 | chan->def.chan->center_freq) |
| 678 | ci_bw_idx = 2; |
| 679 | else |
| 680 | ci_bw_idx = 1; |
| 681 | } |
| 682 | |
| 683 | cmd.bt_secondary_ci = |
| 684 | iwl_ci_mask[chan->def.chan->hw_value][ci_bw_idx]; |
| 685 | cmd.secondary_ch_phy_id = *((u16 *)data.primary->drv_priv); |
| 686 | } |
| 687 | |
| 688 | rcu_read_unlock(); |
| 689 | |
| 690 | /* Don't spam the fw with the same command over and over */ |
| 691 | if (memcmp(&cmd, &mvm->last_bt_ci_cmd, sizeof(cmd))) { |
| 692 | if (iwl_mvm_send_cmd_pdu(mvm, BT_COEX_CI, CMD_SYNC, |
| 693 | sizeof(cmd), &cmd)) |
| 694 | IWL_ERR(mvm, "Failed to send BT_CI cmd"); |
| 695 | memcpy(&mvm->last_bt_ci_cmd, &cmd, sizeof(cmd)); |
| 696 | } |
| 697 | |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 698 | /* |
| 699 | * If there are no BSS / P2P client interfaces, reduced Tx Power is |
| 700 | * irrelevant since it is based on the RSSI coming from the beacon. |
| 701 | * Use BT_KILL_MSK_DEFAULT in that case. |
| 702 | */ |
Emmanuel Grumbach | 9e511c3 | 2013-03-29 14:52:17 +0300 | [diff] [blame] | 703 | data.reduced_tx_power = data.reduced_tx_power && data.num_bss_ifaces; |
Emmanuel Grumbach | f421f9c | 2013-01-17 14:20:29 +0200 | [diff] [blame] | 704 | |
Emmanuel Grumbach | 9e511c3 | 2013-03-29 14:52:17 +0300 | [diff] [blame] | 705 | if (iwl_mvm_bt_udpate_ctrl_kill_msk(mvm, data.reduced_tx_power)) |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 706 | IWL_ERR(mvm, "Failed to update the ctrl_kill_msk\n"); |
Emmanuel Grumbach | 9166b1e | 2013-03-20 15:28:27 +0200 | [diff] [blame] | 707 | } |
| 708 | |
| 709 | /* upon association, the fw will send in BT Coex notification */ |
| 710 | int iwl_mvm_rx_bt_coex_notif(struct iwl_mvm *mvm, |
| 711 | struct iwl_rx_cmd_buffer *rxb, |
| 712 | struct iwl_device_cmd *dev_cmd) |
| 713 | { |
| 714 | struct iwl_rx_packet *pkt = rxb_addr(rxb); |
| 715 | struct iwl_bt_coex_profile_notif *notif = (void *)pkt->data; |
| 716 | |
| 717 | |
| 718 | IWL_DEBUG_COEX(mvm, "BT Coex Notification received\n"); |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 719 | IWL_DEBUG_COEX(mvm, "\tBT status: %s\n", |
| 720 | notif->bt_status ? "ON" : "OFF"); |
Emmanuel Grumbach | 9166b1e | 2013-03-20 15:28:27 +0200 | [diff] [blame] | 721 | IWL_DEBUG_COEX(mvm, "\tBT open conn %d\n", notif->bt_open_conn); |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 722 | IWL_DEBUG_COEX(mvm, "\tBT ci compliance %d\n", notif->bt_ci_compliance); |
| 723 | IWL_DEBUG_COEX(mvm, "\tBT primary_ch_lut %d\n", |
| 724 | le32_to_cpu(notif->primary_ch_lut)); |
| 725 | IWL_DEBUG_COEX(mvm, "\tBT secondary_ch_lut %d\n", |
| 726 | le32_to_cpu(notif->secondary_ch_lut)); |
| 727 | IWL_DEBUG_COEX(mvm, "\tBT activity grading %d\n", |
| 728 | le32_to_cpu(notif->bt_activity_grading)); |
Emmanuel Grumbach | 9166b1e | 2013-03-20 15:28:27 +0200 | [diff] [blame] | 729 | IWL_DEBUG_COEX(mvm, "\tBT agg traffic load %d\n", |
| 730 | notif->bt_agg_traffic_load); |
Emmanuel Grumbach | 9166b1e | 2013-03-20 15:28:27 +0200 | [diff] [blame] | 731 | |
Emmanuel Grumbach | d37cac9 | 2013-03-29 14:56:19 +0300 | [diff] [blame] | 732 | /* remember this notification for future use: rssi fluctuations */ |
| 733 | memcpy(&mvm->last_bt_notif, notif, sizeof(mvm->last_bt_notif)); |
| 734 | |
| 735 | iwl_mvm_bt_coex_notif_handle(mvm); |
Emmanuel Grumbach | f421f9c | 2013-01-17 14:20:29 +0200 | [diff] [blame] | 736 | |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 737 | /* |
| 738 | * This is an async handler for a notification, returning anything other |
| 739 | * than 0 doesn't make sense even if HCMD failed. |
| 740 | */ |
Emmanuel Grumbach | f421f9c | 2013-01-17 14:20:29 +0200 | [diff] [blame] | 741 | return 0; |
| 742 | } |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 743 | |
| 744 | static void iwl_mvm_bt_rssi_iterator(void *_data, u8 *mac, |
| 745 | struct ieee80211_vif *vif) |
| 746 | { |
| 747 | struct iwl_mvm_vif *mvmvif = (void *)vif->drv_priv; |
| 748 | struct iwl_bt_iterator_data *data = _data; |
| 749 | struct iwl_mvm *mvm = data->mvm; |
| 750 | |
| 751 | struct ieee80211_sta *sta; |
| 752 | struct iwl_mvm_sta *mvmsta; |
| 753 | |
| 754 | if (vif->type != NL80211_IFTYPE_STATION || |
| 755 | mvmvif->ap_sta_id == IWL_MVM_STATION_COUNT) |
| 756 | return; |
| 757 | |
| 758 | sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id], |
| 759 | lockdep_is_held(&mvm->mutex)); |
| 760 | mvmsta = (void *)sta->drv_priv; |
| 761 | |
Emmanuel Grumbach | 8e0366f | 2013-06-25 21:57:08 +0300 | [diff] [blame] | 762 | data->num_bss_ifaces++; |
| 763 | |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 764 | /* |
| 765 | * This interface doesn't support reduced Tx power (because of low |
| 766 | * RSSI probably), then set bt_kill_msk to default values. |
| 767 | */ |
| 768 | if (!mvmsta->bt_reduced_txpower) |
Emmanuel Grumbach | 9e511c3 | 2013-03-29 14:52:17 +0300 | [diff] [blame] | 769 | data->reduced_tx_power = false; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 770 | /* else - possibly leave it to BT_KILL_MSK_REDUCED_TXPOW */ |
| 771 | } |
| 772 | |
| 773 | void iwl_mvm_bt_rssi_event(struct iwl_mvm *mvm, struct ieee80211_vif *vif, |
| 774 | enum ieee80211_rssi_event rssi_event) |
| 775 | { |
| 776 | struct iwl_mvm_vif *mvmvif = (void *)vif->drv_priv; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 777 | struct iwl_bt_iterator_data data = { |
| 778 | .mvm = mvm, |
Emmanuel Grumbach | 9e511c3 | 2013-03-29 14:52:17 +0300 | [diff] [blame] | 779 | .reduced_tx_power = true, |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 780 | }; |
| 781 | int ret; |
| 782 | |
Johannes Berg | 3dd1cd2 | 2013-10-02 12:05:24 +0200 | [diff] [blame] | 783 | lockdep_assert_held(&mvm->mutex); |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 784 | |
| 785 | /* Rssi update while not associated ?! */ |
| 786 | if (WARN_ON_ONCE(mvmvif->ap_sta_id == IWL_MVM_STATION_COUNT)) |
Johannes Berg | 3dd1cd2 | 2013-10-02 12:05:24 +0200 | [diff] [blame] | 787 | return; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 788 | |
| 789 | /* No open connection - reports should be disabled */ |
| 790 | if (!BT_MBOX_MSG(&mvm->last_bt_notif, 3, OPEN_CON_2)) |
Johannes Berg | 3dd1cd2 | 2013-10-02 12:05:24 +0200 | [diff] [blame] | 791 | return; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 792 | |
| 793 | IWL_DEBUG_COEX(mvm, "RSSI for %pM is now %s\n", vif->bss_conf.bssid, |
| 794 | rssi_event == RSSI_EVENT_HIGH ? "HIGH" : "LOW"); |
| 795 | |
| 796 | /* |
| 797 | * Check if rssi is good enough for reduced Tx power, but not in loose |
| 798 | * scheme. |
| 799 | */ |
| 800 | if (rssi_event == RSSI_EVENT_LOW || is_loose_coex()) |
| 801 | ret = iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, |
| 802 | false); |
| 803 | else |
| 804 | ret = iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, true); |
| 805 | |
| 806 | if (ret) |
| 807 | IWL_ERR(mvm, "couldn't send BT_CONFIG HCMD upon RSSI event\n"); |
| 808 | |
| 809 | ieee80211_iterate_active_interfaces_atomic( |
| 810 | mvm->hw, IEEE80211_IFACE_ITER_NORMAL, |
| 811 | iwl_mvm_bt_rssi_iterator, &data); |
| 812 | |
| 813 | /* |
| 814 | * If there are no BSS / P2P client interfaces, reduced Tx Power is |
| 815 | * irrelevant since it is based on the RSSI coming from the beacon. |
| 816 | * Use BT_KILL_MSK_DEFAULT in that case. |
| 817 | */ |
Emmanuel Grumbach | 9e511c3 | 2013-03-29 14:52:17 +0300 | [diff] [blame] | 818 | data.reduced_tx_power = data.reduced_tx_power && data.num_bss_ifaces; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 819 | |
Emmanuel Grumbach | 9e511c3 | 2013-03-29 14:52:17 +0300 | [diff] [blame] | 820 | if (iwl_mvm_bt_udpate_ctrl_kill_msk(mvm, data.reduced_tx_power)) |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 821 | IWL_ERR(mvm, "Failed to update the ctrl_kill_msk\n"); |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 822 | } |
Emmanuel Grumbach | 9166b1e | 2013-03-20 15:28:27 +0200 | [diff] [blame] | 823 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 824 | void iwl_mvm_bt_coex_vif_change(struct iwl_mvm *mvm, struct ieee80211_vif *vif) |
Emmanuel Grumbach | 9166b1e | 2013-03-20 15:28:27 +0200 | [diff] [blame] | 825 | { |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame^] | 826 | if (!(mvm->fw->ucode_capa.flags & IWL_UCODE_TLV_FLAGS_NEWBT_COEX)) |
| 827 | return; |
| 828 | |
Emmanuel Grumbach | d37cac9 | 2013-03-29 14:56:19 +0300 | [diff] [blame] | 829 | iwl_mvm_bt_coex_notif_handle(mvm); |
Emmanuel Grumbach | 9166b1e | 2013-03-20 15:28:27 +0200 | [diff] [blame] | 830 | } |