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 | * |
Emmanuel Grumbach | 51368bf | 2013-12-30 13:15:54 +0200 | [diff] [blame] | 8 | * Copyright(c) 2013 - 2014 Intel Corporation. All rights reserved. |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 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 | * |
Emmanuel Grumbach | 51368bf | 2013-12-30 13:15:54 +0200 | [diff] [blame] | 33 | * Copyright(c) 2013 - 2014 Intel Corporation. All rights reserved. |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 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 | ee7bea5 | 2014-03-06 10:30:49 +0200 | [diff] [blame] | 64 | #include <linux/ieee80211.h> |
| 65 | #include <linux/etherdevice.h> |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 66 | #include <net/mac80211.h> |
| 67 | |
Emmanuel Grumbach | 5b7ff61 | 2014-03-11 19:27:45 +0200 | [diff] [blame] | 68 | #include "fw-api-coex.h" |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 69 | #include "iwl-modparams.h" |
| 70 | #include "mvm.h" |
Emmanuel Grumbach | f421f9c | 2013-01-17 14:20:29 +0200 | [diff] [blame] | 71 | #include "iwl-debug.h" |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 72 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 73 | #define BT_ANTENNA_COUPLING_THRESHOLD (30) |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 74 | |
Emmanuel Grumbach | 2de13ca | 2013-06-30 07:43:28 +0300 | [diff] [blame] | 75 | const u32 iwl_bt_ack_kill_msk[BT_KILL_MSK_MAX] = { |
Emmanuel Grumbach | 5b7e662 | 2013-03-10 20:15:24 +0200 | [diff] [blame] | 76 | [BT_KILL_MSK_DEFAULT] = 0xffff0000, |
| 77 | [BT_KILL_MSK_SCO_HID_A2DP] = 0xffffffff, |
| 78 | [BT_KILL_MSK_REDUCED_TXPOW] = 0, |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 79 | }; |
| 80 | |
Emmanuel Grumbach | 2de13ca | 2013-06-30 07:43:28 +0300 | [diff] [blame] | 81 | const u32 iwl_bt_cts_kill_msk[BT_KILL_MSK_MAX] = { |
Emmanuel Grumbach | 5b7e662 | 2013-03-10 20:15:24 +0200 | [diff] [blame] | 82 | [BT_KILL_MSK_DEFAULT] = 0xffff0000, |
| 83 | [BT_KILL_MSK_SCO_HID_A2DP] = 0xffffffff, |
| 84 | [BT_KILL_MSK_REDUCED_TXPOW] = 0, |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 85 | }; |
| 86 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 87 | static const __le32 iwl_bt_prio_boost[BT_COEX_BOOST_SIZE] = { |
Emmanuel Grumbach | 2adc894 | 2014-05-11 17:28:05 +0300 | [diff] [blame] | 88 | cpu_to_le32(0xf0f0f0f0), /* 50% */ |
| 89 | cpu_to_le32(0xc0c0c0c0), /* 25% */ |
| 90 | cpu_to_le32(0xfcfcfcfc), /* 75% */ |
| 91 | cpu_to_le32(0xfefefefe), /* 87.5% */ |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 92 | }; |
| 93 | |
Emmanuel Grumbach | d1d5e3c | 2013-09-11 13:33:28 +0300 | [diff] [blame] | 94 | static const __le32 iwl_single_shared_ant[BT_COEX_MAX_LUT][BT_COEX_LUT_SIZE] = { |
| 95 | { |
| 96 | cpu_to_le32(0x40000000), |
| 97 | cpu_to_le32(0x00000000), |
| 98 | cpu_to_le32(0x44000000), |
| 99 | cpu_to_le32(0x00000000), |
| 100 | cpu_to_le32(0x40000000), |
| 101 | cpu_to_le32(0x00000000), |
| 102 | cpu_to_le32(0x44000000), |
| 103 | cpu_to_le32(0x00000000), |
| 104 | cpu_to_le32(0xc0004000), |
| 105 | cpu_to_le32(0xf0005000), |
| 106 | cpu_to_le32(0xc0004000), |
| 107 | cpu_to_le32(0xf0005000), |
| 108 | }, |
| 109 | { |
| 110 | cpu_to_le32(0x40000000), |
| 111 | cpu_to_le32(0x00000000), |
| 112 | cpu_to_le32(0x44000000), |
| 113 | cpu_to_le32(0x00000000), |
| 114 | cpu_to_le32(0x40000000), |
| 115 | cpu_to_le32(0x00000000), |
| 116 | cpu_to_le32(0x44000000), |
| 117 | cpu_to_le32(0x00000000), |
| 118 | cpu_to_le32(0xc0004000), |
| 119 | cpu_to_le32(0xf0005000), |
| 120 | cpu_to_le32(0xc0004000), |
| 121 | cpu_to_le32(0xf0005000), |
| 122 | }, |
| 123 | { |
| 124 | cpu_to_le32(0x40000000), |
| 125 | cpu_to_le32(0x00000000), |
| 126 | cpu_to_le32(0x44000000), |
| 127 | cpu_to_le32(0x00000000), |
| 128 | cpu_to_le32(0x40000000), |
| 129 | cpu_to_le32(0x00000000), |
| 130 | cpu_to_le32(0x44000000), |
| 131 | cpu_to_le32(0x00000000), |
| 132 | cpu_to_le32(0xc0004000), |
| 133 | cpu_to_le32(0xf0005000), |
| 134 | cpu_to_le32(0xc0004000), |
| 135 | cpu_to_le32(0xf0005000), |
| 136 | }, |
| 137 | }; |
| 138 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 139 | static const __le32 iwl_combined_lookup[BT_COEX_MAX_LUT][BT_COEX_LUT_SIZE] = { |
| 140 | { |
| 141 | /* Tight */ |
| 142 | cpu_to_le32(0xaaaaaaaa), |
| 143 | cpu_to_le32(0xaaaaaaaa), |
| 144 | cpu_to_le32(0xaeaaaaaa), |
| 145 | cpu_to_le32(0xaaaaaaaa), |
| 146 | cpu_to_le32(0xcc00ff28), |
| 147 | cpu_to_le32(0x0000aaaa), |
| 148 | cpu_to_le32(0xcc00aaaa), |
| 149 | cpu_to_le32(0x0000aaaa), |
| 150 | cpu_to_le32(0xc0004000), |
Emmanuel Grumbach | a6bc928 | 2014-04-13 15:51:41 +0300 | [diff] [blame] | 151 | cpu_to_le32(0x00004000), |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 152 | cpu_to_le32(0xf0005000), |
| 153 | cpu_to_le32(0xf0005000), |
| 154 | }, |
| 155 | { |
| 156 | /* Loose */ |
| 157 | cpu_to_le32(0xaaaaaaaa), |
| 158 | cpu_to_le32(0xaaaaaaaa), |
| 159 | cpu_to_le32(0xaaaaaaaa), |
| 160 | cpu_to_le32(0xaaaaaaaa), |
| 161 | cpu_to_le32(0xcc00ff28), |
| 162 | cpu_to_le32(0x0000aaaa), |
| 163 | cpu_to_le32(0xcc00aaaa), |
| 164 | cpu_to_le32(0x0000aaaa), |
| 165 | cpu_to_le32(0x00000000), |
| 166 | cpu_to_le32(0x00000000), |
| 167 | cpu_to_le32(0xf0005000), |
| 168 | cpu_to_le32(0xf0005000), |
| 169 | }, |
| 170 | { |
| 171 | /* Tx Tx disabled */ |
| 172 | cpu_to_le32(0xaaaaaaaa), |
| 173 | cpu_to_le32(0xaaaaaaaa), |
Emmanuel Grumbach | a6bc928 | 2014-04-13 15:51:41 +0300 | [diff] [blame] | 174 | cpu_to_le32(0xeeaaaaaa), |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 175 | cpu_to_le32(0xaaaaaaaa), |
| 176 | cpu_to_le32(0xcc00ff28), |
| 177 | cpu_to_le32(0x0000aaaa), |
| 178 | cpu_to_le32(0xcc00aaaa), |
| 179 | cpu_to_le32(0x0000aaaa), |
Emmanuel Grumbach | a6bc928 | 2014-04-13 15:51:41 +0300 | [diff] [blame] | 180 | cpu_to_le32(0xc0004000), |
| 181 | cpu_to_le32(0xc0004000), |
| 182 | cpu_to_le32(0xf0005000), |
| 183 | cpu_to_le32(0xf0005000), |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 184 | }, |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 185 | }; |
| 186 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 187 | /* 20MHz / 40MHz below / 40Mhz above*/ |
| 188 | static const __le64 iwl_ci_mask[][3] = { |
| 189 | /* dummy entry for channel 0 */ |
| 190 | {cpu_to_le64(0), cpu_to_le64(0), cpu_to_le64(0)}, |
| 191 | { |
| 192 | cpu_to_le64(0x0000001FFFULL), |
| 193 | cpu_to_le64(0x0ULL), |
| 194 | cpu_to_le64(0x00007FFFFFULL), |
| 195 | }, |
| 196 | { |
| 197 | cpu_to_le64(0x000000FFFFULL), |
| 198 | cpu_to_le64(0x0ULL), |
| 199 | cpu_to_le64(0x0003FFFFFFULL), |
| 200 | }, |
| 201 | { |
| 202 | cpu_to_le64(0x000003FFFCULL), |
| 203 | cpu_to_le64(0x0ULL), |
| 204 | cpu_to_le64(0x000FFFFFFCULL), |
| 205 | }, |
| 206 | { |
| 207 | cpu_to_le64(0x00001FFFE0ULL), |
| 208 | cpu_to_le64(0x0ULL), |
| 209 | cpu_to_le64(0x007FFFFFE0ULL), |
| 210 | }, |
| 211 | { |
| 212 | cpu_to_le64(0x00007FFF80ULL), |
| 213 | cpu_to_le64(0x00007FFFFFULL), |
| 214 | cpu_to_le64(0x01FFFFFF80ULL), |
| 215 | }, |
| 216 | { |
| 217 | cpu_to_le64(0x0003FFFC00ULL), |
| 218 | cpu_to_le64(0x0003FFFFFFULL), |
| 219 | cpu_to_le64(0x0FFFFFFC00ULL), |
| 220 | }, |
| 221 | { |
| 222 | cpu_to_le64(0x000FFFF000ULL), |
| 223 | cpu_to_le64(0x000FFFFFFCULL), |
| 224 | cpu_to_le64(0x3FFFFFF000ULL), |
| 225 | }, |
| 226 | { |
| 227 | cpu_to_le64(0x007FFF8000ULL), |
| 228 | cpu_to_le64(0x007FFFFFE0ULL), |
| 229 | cpu_to_le64(0xFFFFFF8000ULL), |
| 230 | }, |
| 231 | { |
| 232 | cpu_to_le64(0x01FFFE0000ULL), |
| 233 | cpu_to_le64(0x01FFFFFF80ULL), |
| 234 | cpu_to_le64(0xFFFFFE0000ULL), |
| 235 | }, |
| 236 | { |
| 237 | cpu_to_le64(0x0FFFF00000ULL), |
| 238 | cpu_to_le64(0x0FFFFFFC00ULL), |
| 239 | cpu_to_le64(0x0ULL), |
| 240 | }, |
| 241 | { |
| 242 | cpu_to_le64(0x3FFFC00000ULL), |
| 243 | cpu_to_le64(0x3FFFFFF000ULL), |
| 244 | cpu_to_le64(0x0) |
| 245 | }, |
| 246 | { |
| 247 | cpu_to_le64(0xFFFE000000ULL), |
| 248 | cpu_to_le64(0xFFFFFF8000ULL), |
| 249 | cpu_to_le64(0x0) |
| 250 | }, |
| 251 | { |
| 252 | cpu_to_le64(0xFFF8000000ULL), |
| 253 | cpu_to_le64(0xFFFFFE0000ULL), |
| 254 | cpu_to_le64(0x0) |
| 255 | }, |
| 256 | { |
Emmanuel Grumbach | d2ccc90 | 2013-12-24 10:55:24 +0200 | [diff] [blame] | 257 | cpu_to_le64(0xFFC0000000ULL), |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 258 | cpu_to_le64(0x0ULL), |
Emmanuel Grumbach | d2ccc90 | 2013-12-24 10:55:24 +0200 | [diff] [blame] | 259 | cpu_to_le64(0x0ULL) |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 260 | }, |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 261 | }; |
| 262 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 263 | static const __le32 iwl_bt_mprio_lut[BT_COEX_MULTI_PRIO_LUT_SIZE] = { |
Emmanuel Grumbach | 2adc894 | 2014-05-11 17:28:05 +0300 | [diff] [blame] | 264 | cpu_to_le32(0x28412201), |
| 265 | cpu_to_le32(0x11118451), |
Emmanuel Grumbach | e715c3a | 2013-06-18 05:34:58 +0300 | [diff] [blame] | 266 | }; |
| 267 | |
Emmanuel Grumbach | b9fae2d | 2014-02-17 11:24:10 +0200 | [diff] [blame] | 268 | struct corunning_block_luts { |
| 269 | u8 range; |
| 270 | __le32 lut20[BT_COEX_CORUN_LUT_SIZE]; |
| 271 | }; |
| 272 | |
| 273 | /* |
| 274 | * Ranges for the antenna coupling calibration / co-running block LUT: |
| 275 | * LUT0: [ 0, 12[ |
| 276 | * LUT1: [12, 20[ |
| 277 | * LUT2: [20, 21[ |
| 278 | * LUT3: [21, 23[ |
| 279 | * LUT4: [23, 27[ |
| 280 | * LUT5: [27, 30[ |
| 281 | * LUT6: [30, 32[ |
| 282 | * LUT7: [32, 33[ |
| 283 | * LUT8: [33, - [ |
| 284 | */ |
| 285 | static const struct corunning_block_luts antenna_coupling_ranges[] = { |
| 286 | { |
| 287 | .range = 0, |
| 288 | .lut20 = { |
| 289 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 290 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 291 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 292 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 293 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 294 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 295 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 296 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 297 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 298 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 299 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 300 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 301 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 302 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 303 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 304 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 305 | }, |
| 306 | }, |
| 307 | { |
| 308 | .range = 12, |
| 309 | .lut20 = { |
| 310 | cpu_to_le32(0x00000001), cpu_to_le32(0x00000000), |
| 311 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 312 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 313 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 314 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 315 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 316 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 317 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 318 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 319 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 320 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 321 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 322 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 323 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 324 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 325 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 326 | }, |
| 327 | }, |
| 328 | { |
| 329 | .range = 20, |
| 330 | .lut20 = { |
| 331 | cpu_to_le32(0x00000002), cpu_to_le32(0x00000000), |
| 332 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 333 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 334 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 335 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 336 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 337 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 338 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 339 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 340 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 341 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 342 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 343 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 344 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 345 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 346 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 347 | }, |
| 348 | }, |
| 349 | { |
| 350 | .range = 21, |
| 351 | .lut20 = { |
| 352 | cpu_to_le32(0x00000003), cpu_to_le32(0x00000000), |
| 353 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 354 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 355 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 356 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 357 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 358 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 359 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 360 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 361 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 362 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 363 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 364 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 365 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 366 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 367 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 368 | }, |
| 369 | }, |
| 370 | { |
| 371 | .range = 23, |
| 372 | .lut20 = { |
| 373 | cpu_to_le32(0x00000004), cpu_to_le32(0x00000000), |
| 374 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 375 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 376 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 377 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 378 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 379 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 380 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 381 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 382 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 383 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 384 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 385 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 386 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 387 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 388 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 389 | }, |
| 390 | }, |
| 391 | { |
| 392 | .range = 27, |
| 393 | .lut20 = { |
| 394 | cpu_to_le32(0x00000005), cpu_to_le32(0x00000000), |
| 395 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 396 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 397 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 398 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 399 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 400 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 401 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 402 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 403 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 404 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 405 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 406 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 407 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 408 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 409 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 410 | }, |
| 411 | }, |
| 412 | { |
| 413 | .range = 30, |
| 414 | .lut20 = { |
| 415 | cpu_to_le32(0x00000006), cpu_to_le32(0x00000000), |
| 416 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 417 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 418 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 419 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 420 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 421 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 422 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 423 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 424 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 425 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 426 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 427 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 428 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 429 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 430 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 431 | }, |
| 432 | }, |
| 433 | { |
| 434 | .range = 32, |
| 435 | .lut20 = { |
| 436 | cpu_to_le32(0x00000007), cpu_to_le32(0x00000000), |
| 437 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 438 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 439 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 440 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 441 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 442 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 443 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 444 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 445 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 446 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 447 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 448 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 449 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 450 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 451 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 452 | }, |
| 453 | }, |
| 454 | { |
| 455 | .range = 33, |
| 456 | .lut20 = { |
| 457 | cpu_to_le32(0x00000008), cpu_to_le32(0x00000000), |
| 458 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 459 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 460 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 461 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 462 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 463 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 464 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 465 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 466 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 467 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 468 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 469 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 470 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 471 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 472 | cpu_to_le32(0x00000000), cpu_to_le32(0x00000000), |
| 473 | }, |
| 474 | }, |
| 475 | }; |
| 476 | |
Emmanuel Grumbach | 4515f30 | 2013-06-30 07:51:54 +0300 | [diff] [blame] | 477 | static enum iwl_bt_coex_lut_type |
| 478 | iwl_get_coex_type(struct iwl_mvm *mvm, const struct ieee80211_vif *vif) |
| 479 | { |
| 480 | struct ieee80211_chanctx_conf *chanctx_conf; |
| 481 | enum iwl_bt_coex_lut_type ret; |
| 482 | u16 phy_ctx_id; |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 483 | u32 primary_ch_phy_id, secondary_ch_phy_id; |
Emmanuel Grumbach | 4515f30 | 2013-06-30 07:51:54 +0300 | [diff] [blame] | 484 | |
Emmanuel Grumbach | 9145d15 | 2013-07-18 08:45:41 +0300 | [diff] [blame] | 485 | /* |
| 486 | * Checking that we hold mvm->mutex is a good idea, but the rate |
| 487 | * control can't acquire the mutex since it runs in Tx path. |
| 488 | * So this is racy in that case, but in the worst case, the AMPDU |
| 489 | * size limit will be wrong for a short time which is not a big |
| 490 | * issue. |
| 491 | */ |
Emmanuel Grumbach | 4515f30 | 2013-06-30 07:51:54 +0300 | [diff] [blame] | 492 | |
| 493 | rcu_read_lock(); |
| 494 | |
| 495 | chanctx_conf = rcu_dereference(vif->chanctx_conf); |
| 496 | |
| 497 | if (!chanctx_conf || |
| 498 | chanctx_conf->def.chan->band != IEEE80211_BAND_2GHZ) { |
| 499 | rcu_read_unlock(); |
Emmanuel Grumbach | 7fa4fa0 | 2014-05-25 13:58:31 +0300 | [diff] [blame] | 500 | return BT_COEX_INVALID_LUT; |
Emmanuel Grumbach | 4515f30 | 2013-06-30 07:51:54 +0300 | [diff] [blame] | 501 | } |
| 502 | |
| 503 | ret = BT_COEX_TX_DIS_LUT; |
| 504 | |
Emmanuel Grumbach | 3914991 | 2013-07-14 13:40:21 +0300 | [diff] [blame] | 505 | if (mvm->cfg->bt_shared_single_ant) { |
| 506 | rcu_read_unlock(); |
| 507 | return ret; |
| 508 | } |
| 509 | |
Emmanuel Grumbach | 4515f30 | 2013-06-30 07:51:54 +0300 | [diff] [blame] | 510 | phy_ctx_id = *((u16 *)chanctx_conf->drv_priv); |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 511 | primary_ch_phy_id = le32_to_cpu(mvm->last_bt_ci_cmd.primary_ch_phy_id); |
| 512 | secondary_ch_phy_id = |
| 513 | le32_to_cpu(mvm->last_bt_ci_cmd.secondary_ch_phy_id); |
Emmanuel Grumbach | 4515f30 | 2013-06-30 07:51:54 +0300 | [diff] [blame] | 514 | |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 515 | if (primary_ch_phy_id == phy_ctx_id) |
Emmanuel Grumbach | 4515f30 | 2013-06-30 07:51:54 +0300 | [diff] [blame] | 516 | ret = le32_to_cpu(mvm->last_bt_notif.primary_ch_lut); |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 517 | else if (secondary_ch_phy_id == phy_ctx_id) |
Emmanuel Grumbach | 4515f30 | 2013-06-30 07:51:54 +0300 | [diff] [blame] | 518 | ret = le32_to_cpu(mvm->last_bt_notif.secondary_ch_lut); |
| 519 | /* else - default = TX TX disallowed */ |
| 520 | |
| 521 | rcu_read_unlock(); |
| 522 | |
| 523 | return ret; |
| 524 | } |
| 525 | |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 526 | int iwl_send_bt_init_conf(struct iwl_mvm *mvm) |
| 527 | { |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 528 | struct iwl_bt_coex_cmd *bt_cmd; |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 529 | struct iwl_host_cmd cmd = { |
| 530 | .id = BT_CONFIG, |
| 531 | .len = { sizeof(*bt_cmd), }, |
| 532 | .dataflags = { IWL_HCMD_DFL_NOCOPY, }, |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 533 | }; |
| 534 | int ret; |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 535 | u32 mode; |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 536 | |
Emmanuel Grumbach | 0ea8d04 | 2014-04-02 09:31:36 +0300 | [diff] [blame] | 537 | if (!(mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_BT_COEX_SPLIT)) |
| 538 | return iwl_send_bt_init_conf_old(mvm); |
| 539 | |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 540 | bt_cmd = kzalloc(sizeof(*bt_cmd), GFP_KERNEL); |
| 541 | if (!bt_cmd) |
| 542 | return -ENOMEM; |
| 543 | cmd.data[0] = bt_cmd; |
| 544 | |
Emmanuel Grumbach | a39979a | 2014-05-28 12:06:41 +0300 | [diff] [blame] | 545 | lockdep_assert_held(&mvm->mutex); |
| 546 | |
| 547 | if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) { |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 548 | u32 mode; |
| 549 | |
Emmanuel Grumbach | a39979a | 2014-05-28 12:06:41 +0300 | [diff] [blame] | 550 | switch (mvm->bt_force_ant_mode) { |
Emmanuel Grumbach | a39979a | 2014-05-28 12:06:41 +0300 | [diff] [blame] | 551 | case BT_FORCE_ANT_BT: |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 552 | mode = BT_COEX_BT; |
Emmanuel Grumbach | a39979a | 2014-05-28 12:06:41 +0300 | [diff] [blame] | 553 | break; |
| 554 | case BT_FORCE_ANT_WIFI: |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 555 | mode = BT_COEX_WIFI; |
Emmanuel Grumbach | a39979a | 2014-05-28 12:06:41 +0300 | [diff] [blame] | 556 | break; |
| 557 | default: |
| 558 | WARN_ON(1); |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 559 | mode = 0; |
Emmanuel Grumbach | a39979a | 2014-05-28 12:06:41 +0300 | [diff] [blame] | 560 | } |
| 561 | |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 562 | bt_cmd->mode = cpu_to_le32(mode); |
Emmanuel Grumbach | a39979a | 2014-05-28 12:06:41 +0300 | [diff] [blame] | 563 | goto send_cmd; |
| 564 | } |
| 565 | |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 566 | bt_cmd->max_kill = cpu_to_le32(5); |
| 567 | bt_cmd->bt4_antenna_isolation_thr = |
| 568 | cpu_to_le32(BT_ANTENNA_COUPLING_THRESHOLD); |
| 569 | bt_cmd->bt4_tx_tx_delta_freq_thr = cpu_to_le32(15); |
| 570 | bt_cmd->bt4_tx_rx_max_freq0 = cpu_to_le32(15); |
| 571 | bt_cmd->override_primary_lut = cpu_to_le32(BT_COEX_INVALID_LUT); |
| 572 | bt_cmd->override_secondary_lut = cpu_to_le32(BT_COEX_INVALID_LUT); |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 573 | |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 574 | mode = iwlwifi_mod_params.bt_coex_active ? BT_COEX_NW : BT_COEX_DISABLE; |
| 575 | bt_cmd->mode = cpu_to_le32(mode); |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 576 | |
Emmanuel Grumbach | 741e703 | 2014-01-27 12:12:50 +0200 | [diff] [blame] | 577 | if (IWL_MVM_BT_COEX_SYNC2SCO) |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 578 | bt_cmd->enabled_modules |= |
| 579 | cpu_to_le32(BT_COEX_SYNC2SCO_ENABLED); |
Emmanuel Grumbach | 741e703 | 2014-01-27 12:12:50 +0200 | [diff] [blame] | 580 | |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 581 | if (IWL_MVM_BT_COEX_CORUNNING) |
| 582 | bt_cmd->enabled_modules |= cpu_to_le32(BT_COEX_CORUN_ENABLED); |
Emmanuel Grumbach | b9fae2d | 2014-02-17 11:24:10 +0200 | [diff] [blame] | 583 | |
Emmanuel Grumbach | cdb0056 | 2014-03-16 21:55:43 +0200 | [diff] [blame] | 584 | if (IWL_MVM_BT_COEX_MPLUT) { |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 585 | bt_cmd->enabled_modules |= cpu_to_le32(BT_COEX_MPLUT_ENABLED); |
| 586 | bt_cmd->enabled_modules |= |
| 587 | cpu_to_le32(BT_COEX_MPLUT_BOOST_ENABLED); |
Emmanuel Grumbach | cdb0056 | 2014-03-16 21:55:43 +0200 | [diff] [blame] | 588 | } |
| 589 | |
Emmanuel Grumbach | d1d5e3c | 2013-09-11 13:33:28 +0300 | [diff] [blame] | 590 | if (mvm->cfg->bt_shared_single_ant) |
| 591 | memcpy(&bt_cmd->decision_lut, iwl_single_shared_ant, |
| 592 | sizeof(iwl_single_shared_ant)); |
| 593 | else |
| 594 | memcpy(&bt_cmd->decision_lut, iwl_combined_lookup, |
| 595 | sizeof(iwl_combined_lookup)); |
| 596 | |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 597 | memcpy(&bt_cmd->mplut_prio_boost, iwl_bt_prio_boost, |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 598 | sizeof(iwl_bt_prio_boost)); |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 599 | memcpy(&bt_cmd->multiprio_lut, iwl_bt_mprio_lut, |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 600 | sizeof(iwl_bt_mprio_lut)); |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 601 | |
Emmanuel Grumbach | a39979a | 2014-05-28 12:06:41 +0300 | [diff] [blame] | 602 | send_cmd: |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 603 | memset(&mvm->last_bt_notif, 0, sizeof(mvm->last_bt_notif)); |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 604 | 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] | 605 | |
| 606 | ret = iwl_mvm_send_cmd(mvm, &cmd); |
| 607 | |
| 608 | kfree(bt_cmd); |
| 609 | return ret; |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 610 | } |
Emmanuel Grumbach | f421f9c | 2013-01-17 14:20:29 +0200 | [diff] [blame] | 611 | |
Emmanuel Grumbach | df878f3 | 2014-04-02 12:23:09 +0300 | [diff] [blame] | 612 | static int iwl_mvm_bt_udpate_sw_boost(struct iwl_mvm *mvm, |
| 613 | bool reduced_tx_power) |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 614 | { |
| 615 | enum iwl_bt_kill_msk bt_kill_msk; |
Emmanuel Grumbach | df878f3 | 2014-04-02 12:23:09 +0300 | [diff] [blame] | 616 | struct iwl_bt_coex_sw_boost_update_cmd cmd = {}; |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 617 | struct iwl_bt_coex_profile_notif *notif = &mvm->last_bt_notif; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 618 | |
| 619 | lockdep_assert_held(&mvm->mutex); |
| 620 | |
| 621 | if (reduced_tx_power) { |
| 622 | /* Reduced Tx power has precedence on the type of the profile */ |
| 623 | bt_kill_msk = BT_KILL_MSK_REDUCED_TXPOW; |
| 624 | } else { |
| 625 | /* Low latency BT profile is active: give higher prio to BT */ |
| 626 | if (BT_MBOX_MSG(notif, 3, SCO_STATE) || |
| 627 | BT_MBOX_MSG(notif, 3, A2DP_STATE) || |
| 628 | BT_MBOX_MSG(notif, 3, SNIFF_STATE)) |
| 629 | bt_kill_msk = BT_KILL_MSK_SCO_HID_A2DP; |
| 630 | else |
| 631 | bt_kill_msk = BT_KILL_MSK_DEFAULT; |
| 632 | } |
| 633 | |
| 634 | IWL_DEBUG_COEX(mvm, |
| 635 | "Update kill_msk: %d - SCO %sactive A2DP %sactive SNIFF %sactive\n", |
| 636 | bt_kill_msk, |
| 637 | BT_MBOX_MSG(notif, 3, SCO_STATE) ? "" : "in", |
| 638 | BT_MBOX_MSG(notif, 3, A2DP_STATE) ? "" : "in", |
| 639 | BT_MBOX_MSG(notif, 3, SNIFF_STATE) ? "" : "in"); |
| 640 | |
| 641 | /* Don't send HCMD if there is no update */ |
| 642 | if (bt_kill_msk == mvm->bt_kill_msk) |
| 643 | return 0; |
| 644 | |
| 645 | mvm->bt_kill_msk = bt_kill_msk; |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 646 | |
Emmanuel Grumbach | df878f3 | 2014-04-02 12:23:09 +0300 | [diff] [blame] | 647 | cmd.boost_values[0].kill_ack_msk = |
| 648 | cpu_to_le32(iwl_bt_ack_kill_msk[bt_kill_msk]); |
| 649 | cmd.boost_values[0].kill_cts_msk = |
| 650 | cpu_to_le32(iwl_bt_cts_kill_msk[bt_kill_msk]); |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 651 | |
Emmanuel Grumbach | df878f3 | 2014-04-02 12:23:09 +0300 | [diff] [blame] | 652 | cmd.boost_values[1].kill_ack_msk = cmd.boost_values[0].kill_ack_msk; |
| 653 | cmd.boost_values[2].kill_cts_msk = cmd.boost_values[0].kill_cts_msk; |
| 654 | cmd.boost_values[1].kill_ack_msk = cmd.boost_values[0].kill_ack_msk; |
| 655 | cmd.boost_values[2].kill_cts_msk = cmd.boost_values[0].kill_cts_msk; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 656 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 657 | IWL_DEBUG_COEX(mvm, "ACK Kill msk = 0x%08x, CTS Kill msk = 0x%08x\n", |
| 658 | iwl_bt_ack_kill_msk[bt_kill_msk], |
| 659 | iwl_bt_cts_kill_msk[bt_kill_msk]); |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 660 | |
Emmanuel Grumbach | df878f3 | 2014-04-02 12:23:09 +0300 | [diff] [blame] | 661 | return iwl_mvm_send_cmd_pdu(mvm, BT_COEX_UPDATE_SW_BOOST, 0, |
| 662 | sizeof(cmd), &cmd); |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 663 | } |
| 664 | |
Emmanuel Grumbach | 1fa477c | 2014-05-20 13:54:27 +0300 | [diff] [blame] | 665 | static int iwl_mvm_bt_coex_reduced_txp(struct iwl_mvm *mvm, u8 sta_id, |
| 666 | bool enable) |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 667 | { |
Emmanuel Grumbach | 0ea8d04 | 2014-04-02 09:31:36 +0300 | [diff] [blame] | 668 | struct iwl_bt_coex_cmd_old *bt_cmd; |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 669 | /* Send ASYNC since this can be sent from an atomic context */ |
| 670 | struct iwl_host_cmd cmd = { |
| 671 | .id = BT_CONFIG, |
| 672 | .len = { sizeof(*bt_cmd), }, |
Emmanuel Grumbach | b9fae2d | 2014-02-17 11:24:10 +0200 | [diff] [blame] | 673 | .dataflags = { IWL_HCMD_DFL_NOCOPY, }, |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 674 | .flags = CMD_ASYNC, |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 675 | }; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 676 | struct iwl_mvm_sta *mvmsta; |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 677 | int ret; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 678 | |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 679 | return 0; |
| 680 | |
Emmanuel Grumbach | f327b04 | 2014-01-14 08:30:32 +0200 | [diff] [blame] | 681 | mvmsta = iwl_mvm_sta_from_staid_protected(mvm, sta_id); |
| 682 | if (!mvmsta) |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 683 | return 0; |
| 684 | |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 685 | /* nothing to do */ |
Emmanuel Grumbach | 1fa477c | 2014-05-20 13:54:27 +0300 | [diff] [blame] | 686 | if (mvmsta->bt_reduced_txpower == enable) |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 687 | return 0; |
| 688 | |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 689 | bt_cmd = kzalloc(sizeof(*bt_cmd), GFP_ATOMIC); |
| 690 | if (!bt_cmd) |
| 691 | return -ENOMEM; |
| 692 | cmd.data[0] = bt_cmd; |
Emmanuel Grumbach | 0ea8d04 | 2014-04-02 09:31:36 +0300 | [diff] [blame] | 693 | bt_cmd->flags = cpu_to_le32(BT_COEX_NW_OLD); |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 694 | |
Emmanuel Grumbach | 7352cac | 2013-10-14 18:52:23 +0300 | [diff] [blame] | 695 | bt_cmd->valid_bit_msk = |
| 696 | cpu_to_le32(BT_VALID_ENABLE | BT_VALID_REDUCED_TX_POWER); |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 697 | bt_cmd->bt_reduced_tx_power = sta_id; |
| 698 | |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 699 | if (enable) |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 700 | bt_cmd->bt_reduced_tx_power |= BT_REDUCED_TX_POWER_BIT; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 701 | |
| 702 | IWL_DEBUG_COEX(mvm, "%sable reduced Tx Power for sta %d\n", |
| 703 | enable ? "en" : "dis", sta_id); |
| 704 | |
| 705 | mvmsta->bt_reduced_txpower = enable; |
| 706 | |
Emmanuel Grumbach | 03e304e | 2013-06-26 15:54:34 +0300 | [diff] [blame] | 707 | ret = iwl_mvm_send_cmd(mvm, &cmd); |
| 708 | |
| 709 | kfree(bt_cmd); |
| 710 | return ret; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 711 | } |
| 712 | |
| 713 | struct iwl_bt_iterator_data { |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 714 | struct iwl_bt_coex_profile_notif *notif; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 715 | struct iwl_mvm *mvm; |
| 716 | u32 num_bss_ifaces; |
Emmanuel Grumbach | 9e511c3 | 2013-03-29 14:52:17 +0300 | [diff] [blame] | 717 | bool reduced_tx_power; |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 718 | struct ieee80211_chanctx_conf *primary; |
| 719 | struct ieee80211_chanctx_conf *secondary; |
Emmanuel Grumbach | 0ee5bcd | 2014-01-15 16:57:54 +0200 | [diff] [blame] | 720 | bool primary_ll; |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 721 | }; |
| 722 | |
Emmanuel Grumbach | f6fc577 | 2013-09-08 08:57:15 +0300 | [diff] [blame] | 723 | static inline |
| 724 | void iwl_mvm_bt_coex_enable_rssi_event(struct iwl_mvm *mvm, |
| 725 | struct ieee80211_vif *vif, |
| 726 | bool enable, int rssi) |
| 727 | { |
| 728 | struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); |
| 729 | |
| 730 | mvmvif->bf_data.last_bt_coex_event = rssi; |
| 731 | mvmvif->bf_data.bt_coex_max_thold = |
Emmanuel Grumbach | 8286d9f | 2014-05-27 22:54:18 +0300 | [diff] [blame] | 732 | enable ? -IWL_MVM_BT_COEX_EN_RED_TXP_THRESH : 0; |
Emmanuel Grumbach | f6fc577 | 2013-09-08 08:57:15 +0300 | [diff] [blame] | 733 | mvmvif->bf_data.bt_coex_min_thold = |
Emmanuel Grumbach | 8286d9f | 2014-05-27 22:54:18 +0300 | [diff] [blame] | 734 | enable ? -IWL_MVM_BT_COEX_DIS_RED_TXP_THRESH : 0; |
Emmanuel Grumbach | f6fc577 | 2013-09-08 08:57:15 +0300 | [diff] [blame] | 735 | } |
| 736 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 737 | /* must be called under rcu_read_lock */ |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 738 | static void iwl_mvm_bt_notif_iterator(void *_data, u8 *mac, |
| 739 | struct ieee80211_vif *vif) |
| 740 | { |
| 741 | struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 742 | struct iwl_bt_iterator_data *data = _data; |
| 743 | struct iwl_mvm *mvm = data->mvm; |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 744 | struct ieee80211_chanctx_conf *chanctx_conf; |
| 745 | enum ieee80211_smps_mode smps_mode; |
Emmanuel Grumbach | f6415f6 | 2013-12-26 15:32:40 +0200 | [diff] [blame] | 746 | u32 bt_activity_grading; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 747 | int ave_rssi; |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 748 | |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 749 | lockdep_assert_held(&mvm->mutex); |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 750 | |
Emmanuel Grumbach | f6415f6 | 2013-12-26 15:32:40 +0200 | [diff] [blame] | 751 | switch (vif->type) { |
| 752 | case NL80211_IFTYPE_STATION: |
Emmanuel Grumbach | 4d66449 | 2014-04-30 18:09:59 +0300 | [diff] [blame] | 753 | /* Count BSSes vifs */ |
| 754 | data->num_bss_ifaces++; |
Emmanuel Grumbach | f6415f6 | 2013-12-26 15:32:40 +0200 | [diff] [blame] | 755 | /* default smps_mode for BSS / P2P client is AUTOMATIC */ |
| 756 | smps_mode = IEEE80211_SMPS_AUTOMATIC; |
Emmanuel Grumbach | f6415f6 | 2013-12-26 15:32:40 +0200 | [diff] [blame] | 757 | break; |
| 758 | case NL80211_IFTYPE_AP: |
| 759 | /* default smps_mode for AP / GO is OFF */ |
| 760 | smps_mode = IEEE80211_SMPS_OFF; |
| 761 | if (!mvmvif->ap_ibss_active) { |
| 762 | iwl_mvm_update_smps(mvm, vif, IWL_MVM_SMPS_REQ_BT_COEX, |
| 763 | smps_mode); |
| 764 | return; |
| 765 | } |
| 766 | |
| 767 | /* the Ack / Cts kill mask must be default if AP / GO */ |
| 768 | data->reduced_tx_power = false; |
| 769 | break; |
| 770 | default: |
| 771 | return; |
| 772 | } |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 773 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 774 | chanctx_conf = rcu_dereference(vif->chanctx_conf); |
| 775 | |
| 776 | /* If channel context is invalid or not on 2.4GHz .. */ |
| 777 | if ((!chanctx_conf || |
| 778 | chanctx_conf->def.chan->band != IEEE80211_BAND_2GHZ)) { |
Emmanuel Grumbach | f6415f6 | 2013-12-26 15:32:40 +0200 | [diff] [blame] | 779 | /* ... relax constraints and disable rssi events */ |
| 780 | iwl_mvm_update_smps(mvm, vif, IWL_MVM_SMPS_REQ_BT_COEX, |
| 781 | smps_mode); |
Emmanuel Grumbach | 4d66449 | 2014-04-30 18:09:59 +0300 | [diff] [blame] | 782 | data->reduced_tx_power = false; |
Emmanuel Grumbach | 0f618e6 | 2014-05-20 15:48:18 +0300 | [diff] [blame] | 783 | if (vif->type == NL80211_IFTYPE_STATION) { |
| 784 | iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, |
| 785 | false); |
Emmanuel Grumbach | f6415f6 | 2013-12-26 15:32:40 +0200 | [diff] [blame] | 786 | iwl_mvm_bt_coex_enable_rssi_event(mvm, vif, false, 0); |
Emmanuel Grumbach | 0f618e6 | 2014-05-20 15:48:18 +0300 | [diff] [blame] | 787 | } |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 788 | return; |
| 789 | } |
| 790 | |
Emmanuel Grumbach | f6415f6 | 2013-12-26 15:32:40 +0200 | [diff] [blame] | 791 | bt_activity_grading = le32_to_cpu(data->notif->bt_activity_grading); |
| 792 | if (bt_activity_grading >= BT_HIGH_TRAFFIC) |
| 793 | smps_mode = IEEE80211_SMPS_STATIC; |
| 794 | else if (bt_activity_grading >= BT_LOW_TRAFFIC) |
| 795 | smps_mode = vif->type == NL80211_IFTYPE_AP ? |
| 796 | IEEE80211_SMPS_OFF : |
| 797 | IEEE80211_SMPS_DYNAMIC; |
Emmanuel Grumbach | 4d66449 | 2014-04-30 18:09:59 +0300 | [diff] [blame] | 798 | |
| 799 | /* relax SMPS contraints for next association */ |
| 800 | if (!vif->bss_conf.assoc) |
| 801 | smps_mode = IEEE80211_SMPS_AUTOMATIC; |
| 802 | |
Emmanuel Grumbach | f6415f6 | 2013-12-26 15:32:40 +0200 | [diff] [blame] | 803 | IWL_DEBUG_COEX(data->mvm, |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 804 | "mac %d: bt_activity_grading %d smps_req %d\n", |
| 805 | mvmvif->id, bt_activity_grading, smps_mode); |
Emmanuel Grumbach | f6415f6 | 2013-12-26 15:32:40 +0200 | [diff] [blame] | 806 | |
| 807 | iwl_mvm_update_smps(mvm, vif, IWL_MVM_SMPS_REQ_BT_COEX, smps_mode); |
| 808 | |
Emmanuel Grumbach | 0ee5bcd | 2014-01-15 16:57:54 +0200 | [diff] [blame] | 809 | /* low latency is always primary */ |
| 810 | if (iwl_mvm_vif_low_latency(mvmvif)) { |
| 811 | data->primary_ll = true; |
| 812 | |
| 813 | data->secondary = data->primary; |
| 814 | data->primary = chanctx_conf; |
| 815 | } |
| 816 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 817 | if (vif->type == NL80211_IFTYPE_AP) { |
Johannes Berg | 5023d96 | 2013-07-31 14:07:43 +0200 | [diff] [blame] | 818 | if (!mvmvif->ap_ibss_active) |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 819 | return; |
| 820 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 821 | if (chanctx_conf == data->primary) |
| 822 | return; |
| 823 | |
Emmanuel Grumbach | 0ee5bcd | 2014-01-15 16:57:54 +0200 | [diff] [blame] | 824 | if (!data->primary_ll) { |
| 825 | /* |
| 826 | * downgrade the current primary no matter what its |
| 827 | * type is. |
| 828 | */ |
| 829 | data->secondary = data->primary; |
| 830 | data->primary = chanctx_conf; |
| 831 | } else { |
| 832 | /* there is low latency vif - we will be secondary */ |
| 833 | data->secondary = chanctx_conf; |
| 834 | } |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 835 | return; |
| 836 | } |
| 837 | |
Emmanuel Grumbach | 0ee5bcd | 2014-01-15 16:57:54 +0200 | [diff] [blame] | 838 | /* |
| 839 | * STA / P2P Client, try to be primary if first vif. If we are in low |
| 840 | * latency mode, we are already in primary and just don't do much |
| 841 | */ |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 842 | if (!data->primary || data->primary == chanctx_conf) |
| 843 | data->primary = chanctx_conf; |
| 844 | else if (!data->secondary) |
| 845 | /* if secondary is not NULL, it might be a GO */ |
| 846 | data->secondary = chanctx_conf; |
Emmanuel Grumbach | 9166b1e | 2013-03-20 15:28:27 +0200 | [diff] [blame] | 847 | |
Emmanuel Grumbach | 4d66449 | 2014-04-30 18:09:59 +0300 | [diff] [blame] | 848 | /* |
| 849 | * don't reduce the Tx power if one of these is true: |
| 850 | * we are in LOOSE |
| 851 | * single share antenna product |
| 852 | * BT is active |
| 853 | * we are associated |
| 854 | */ |
Emmanuel Grumbach | 3914991 | 2013-07-14 13:40:21 +0300 | [diff] [blame] | 855 | if (iwl_get_coex_type(mvm, vif) == BT_COEX_LOOSE_LUT || |
Emmanuel Grumbach | 4d66449 | 2014-04-30 18:09:59 +0300 | [diff] [blame] | 856 | mvm->cfg->bt_shared_single_ant || !vif->bss_conf.assoc || |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 857 | le32_to_cpu(mvm->last_bt_notif.bt_activity_grading) == BT_OFF) { |
Emmanuel Grumbach | 3914991 | 2013-07-14 13:40:21 +0300 | [diff] [blame] | 858 | data->reduced_tx_power = false; |
Emmanuel Grumbach | 0f618e6 | 2014-05-20 15:48:18 +0300 | [diff] [blame] | 859 | iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, false); |
Emmanuel Grumbach | f6fc577 | 2013-09-08 08:57:15 +0300 | [diff] [blame] | 860 | iwl_mvm_bt_coex_enable_rssi_event(mvm, vif, false, 0); |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 861 | return; |
Emmanuel Grumbach | 3914991 | 2013-07-14 13:40:21 +0300 | [diff] [blame] | 862 | } |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 863 | |
Andrei Otcheretianski | 911222b | 2013-07-21 17:37:19 +0300 | [diff] [blame] | 864 | /* try to get the avg rssi from fw */ |
| 865 | ave_rssi = mvmvif->bf_data.ave_beacon_signal; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 866 | |
| 867 | /* if the RSSI isn't valid, fake it is very low */ |
| 868 | if (!ave_rssi) |
| 869 | ave_rssi = -100; |
Emmanuel Grumbach | 8286d9f | 2014-05-27 22:54:18 +0300 | [diff] [blame] | 870 | if (ave_rssi > -IWL_MVM_BT_COEX_EN_RED_TXP_THRESH) { |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 871 | if (iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, true)) |
| 872 | IWL_ERR(mvm, "Couldn't send BT_CONFIG cmd\n"); |
| 873 | |
| 874 | /* |
| 875 | * bt_kill_msk can be BT_KILL_MSK_REDUCED_TXPOW only if all the |
| 876 | * BSS / P2P clients have rssi above threshold. |
| 877 | * We set the bt_kill_msk to BT_KILL_MSK_REDUCED_TXPOW before |
| 878 | * the iteration, if one interface's rssi isn't good enough, |
| 879 | * bt_kill_msk will be set to default values. |
| 880 | */ |
Emmanuel Grumbach | 8286d9f | 2014-05-27 22:54:18 +0300 | [diff] [blame] | 881 | } else if (ave_rssi < -IWL_MVM_BT_COEX_DIS_RED_TXP_THRESH) { |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 882 | if (iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, false)) |
| 883 | IWL_ERR(mvm, "Couldn't send BT_CONFIG cmd\n"); |
| 884 | |
| 885 | /* |
| 886 | * One interface hasn't rssi above threshold, bt_kill_msk must |
| 887 | * be set to default values. |
| 888 | */ |
Emmanuel Grumbach | 9e511c3 | 2013-03-29 14:52:17 +0300 | [diff] [blame] | 889 | data->reduced_tx_power = false; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 890 | } |
| 891 | |
| 892 | /* Begin to monitor the RSSI: it may influence the reduced Tx power */ |
Emmanuel Grumbach | f6fc577 | 2013-09-08 08:57:15 +0300 | [diff] [blame] | 893 | iwl_mvm_bt_coex_enable_rssi_event(mvm, vif, true, ave_rssi); |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 894 | } |
| 895 | |
Emmanuel Grumbach | d37cac9 | 2013-03-29 14:56:19 +0300 | [diff] [blame] | 896 | static void iwl_mvm_bt_coex_notif_handle(struct iwl_mvm *mvm) |
Emmanuel Grumbach | f421f9c | 2013-01-17 14:20:29 +0200 | [diff] [blame] | 897 | { |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 898 | struct iwl_bt_iterator_data data = { |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 899 | .mvm = mvm, |
Emmanuel Grumbach | d37cac9 | 2013-03-29 14:56:19 +0300 | [diff] [blame] | 900 | .notif = &mvm->last_bt_notif, |
Emmanuel Grumbach | 9e511c3 | 2013-03-29 14:52:17 +0300 | [diff] [blame] | 901 | .reduced_tx_power = true, |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 902 | }; |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 903 | struct iwl_bt_coex_ci_cmd cmd = {}; |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 904 | u8 ci_bw_idx; |
Emmanuel Grumbach | f421f9c | 2013-01-17 14:20:29 +0200 | [diff] [blame] | 905 | |
Emmanuel Grumbach | a39979a | 2014-05-28 12:06:41 +0300 | [diff] [blame] | 906 | /* Ignore updates if we are in force mode */ |
| 907 | if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) |
| 908 | return; |
| 909 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 910 | rcu_read_lock(); |
Emmanuel Grumbach | 7da052b | 2013-02-10 17:06:17 +0200 | [diff] [blame] | 911 | ieee80211_iterate_active_interfaces_atomic( |
| 912 | mvm->hw, IEEE80211_IFACE_ITER_NORMAL, |
| 913 | iwl_mvm_bt_notif_iterator, &data); |
| 914 | |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 915 | if (data.primary) { |
| 916 | struct ieee80211_chanctx_conf *chan = data.primary; |
| 917 | if (WARN_ON(!chan->def.chan)) { |
| 918 | rcu_read_unlock(); |
| 919 | return; |
| 920 | } |
| 921 | |
| 922 | if (chan->def.width < NL80211_CHAN_WIDTH_40) { |
| 923 | ci_bw_idx = 0; |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 924 | } else { |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 925 | if (chan->def.center_freq1 > |
| 926 | chan->def.chan->center_freq) |
| 927 | ci_bw_idx = 2; |
| 928 | else |
| 929 | ci_bw_idx = 1; |
| 930 | } |
| 931 | |
| 932 | cmd.bt_primary_ci = |
| 933 | iwl_ci_mask[chan->def.chan->hw_value][ci_bw_idx]; |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 934 | cmd.primary_ch_phy_id = |
| 935 | cpu_to_le32(*((u16 *)data.primary->drv_priv)); |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 936 | } |
| 937 | |
| 938 | if (data.secondary) { |
| 939 | struct ieee80211_chanctx_conf *chan = data.secondary; |
| 940 | if (WARN_ON(!data.secondary->def.chan)) { |
| 941 | rcu_read_unlock(); |
| 942 | return; |
| 943 | } |
| 944 | |
| 945 | if (chan->def.width < NL80211_CHAN_WIDTH_40) { |
| 946 | ci_bw_idx = 0; |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 947 | } else { |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 948 | if (chan->def.center_freq1 > |
| 949 | chan->def.chan->center_freq) |
| 950 | ci_bw_idx = 2; |
| 951 | else |
| 952 | ci_bw_idx = 1; |
| 953 | } |
| 954 | |
| 955 | cmd.bt_secondary_ci = |
| 956 | iwl_ci_mask[chan->def.chan->hw_value][ci_bw_idx]; |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 957 | cmd.secondary_ch_phy_id = |
| 958 | cpu_to_le32(*((u16 *)data.secondary->drv_priv)); |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 959 | } |
| 960 | |
| 961 | rcu_read_unlock(); |
| 962 | |
| 963 | /* Don't spam the fw with the same command over and over */ |
| 964 | if (memcmp(&cmd, &mvm->last_bt_ci_cmd, sizeof(cmd))) { |
Emmanuel Grumbach | a102292 | 2014-05-12 11:36:41 +0300 | [diff] [blame] | 965 | if (iwl_mvm_send_cmd_pdu(mvm, BT_COEX_CI, 0, |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 966 | sizeof(cmd), &cmd)) |
Johannes Berg | 3c6acb6 | 2014-05-07 11:47:53 +0200 | [diff] [blame] | 967 | IWL_ERR(mvm, "Failed to send BT_CI cmd\n"); |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 968 | memcpy(&mvm->last_bt_ci_cmd, &cmd, sizeof(cmd)); |
| 969 | } |
| 970 | |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 971 | /* |
| 972 | * If there are no BSS / P2P client interfaces, reduced Tx Power is |
| 973 | * irrelevant since it is based on the RSSI coming from the beacon. |
| 974 | * Use BT_KILL_MSK_DEFAULT in that case. |
| 975 | */ |
Emmanuel Grumbach | 9e511c3 | 2013-03-29 14:52:17 +0300 | [diff] [blame] | 976 | data.reduced_tx_power = data.reduced_tx_power && data.num_bss_ifaces; |
Emmanuel Grumbach | f421f9c | 2013-01-17 14:20:29 +0200 | [diff] [blame] | 977 | |
Emmanuel Grumbach | df878f3 | 2014-04-02 12:23:09 +0300 | [diff] [blame] | 978 | if (iwl_mvm_bt_udpate_sw_boost(mvm, data.reduced_tx_power)) |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 979 | IWL_ERR(mvm, "Failed to update the ctrl_kill_msk\n"); |
Emmanuel Grumbach | 9166b1e | 2013-03-20 15:28:27 +0200 | [diff] [blame] | 980 | } |
| 981 | |
Emmanuel Grumbach | 9166b1e | 2013-03-20 15:28:27 +0200 | [diff] [blame] | 982 | int iwl_mvm_rx_bt_coex_notif(struct iwl_mvm *mvm, |
| 983 | struct iwl_rx_cmd_buffer *rxb, |
| 984 | struct iwl_device_cmd *dev_cmd) |
| 985 | { |
| 986 | struct iwl_rx_packet *pkt = rxb_addr(rxb); |
Emmanuel Grumbach | df878f3 | 2014-04-02 12:23:09 +0300 | [diff] [blame] | 987 | struct iwl_bt_coex_profile_notif *notif = (void *)pkt->data; |
Emmanuel Grumbach | 9166b1e | 2013-03-20 15:28:27 +0200 | [diff] [blame] | 988 | |
Emmanuel Grumbach | 0ea8d04 | 2014-04-02 09:31:36 +0300 | [diff] [blame] | 989 | if (!(mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_BT_COEX_SPLIT)) |
| 990 | return iwl_mvm_rx_bt_coex_notif_old(mvm, rxb, dev_cmd); |
| 991 | |
Emmanuel Grumbach | 9166b1e | 2013-03-20 15:28:27 +0200 | [diff] [blame] | 992 | IWL_DEBUG_COEX(mvm, "BT Coex Notification received\n"); |
Emmanuel Grumbach | dac94da | 2013-06-18 07:35:27 +0300 | [diff] [blame] | 993 | IWL_DEBUG_COEX(mvm, "\tBT ci compliance %d\n", notif->bt_ci_compliance); |
| 994 | IWL_DEBUG_COEX(mvm, "\tBT primary_ch_lut %d\n", |
| 995 | le32_to_cpu(notif->primary_ch_lut)); |
| 996 | IWL_DEBUG_COEX(mvm, "\tBT secondary_ch_lut %d\n", |
| 997 | le32_to_cpu(notif->secondary_ch_lut)); |
| 998 | IWL_DEBUG_COEX(mvm, "\tBT activity grading %d\n", |
| 999 | le32_to_cpu(notif->bt_activity_grading)); |
Emmanuel Grumbach | 9166b1e | 2013-03-20 15:28:27 +0200 | [diff] [blame] | 1000 | |
Emmanuel Grumbach | d37cac9 | 2013-03-29 14:56:19 +0300 | [diff] [blame] | 1001 | /* remember this notification for future use: rssi fluctuations */ |
| 1002 | memcpy(&mvm->last_bt_notif, notif, sizeof(mvm->last_bt_notif)); |
| 1003 | |
| 1004 | iwl_mvm_bt_coex_notif_handle(mvm); |
Emmanuel Grumbach | f421f9c | 2013-01-17 14:20:29 +0200 | [diff] [blame] | 1005 | |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 1006 | /* |
| 1007 | * This is an async handler for a notification, returning anything other |
| 1008 | * than 0 doesn't make sense even if HCMD failed. |
| 1009 | */ |
Emmanuel Grumbach | f421f9c | 2013-01-17 14:20:29 +0200 | [diff] [blame] | 1010 | return 0; |
| 1011 | } |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 1012 | |
| 1013 | static void iwl_mvm_bt_rssi_iterator(void *_data, u8 *mac, |
| 1014 | struct ieee80211_vif *vif) |
| 1015 | { |
| 1016 | struct iwl_mvm_vif *mvmvif = (void *)vif->drv_priv; |
| 1017 | struct iwl_bt_iterator_data *data = _data; |
| 1018 | struct iwl_mvm *mvm = data->mvm; |
| 1019 | |
| 1020 | struct ieee80211_sta *sta; |
| 1021 | struct iwl_mvm_sta *mvmsta; |
| 1022 | |
Emmanuel Grumbach | f6fc577 | 2013-09-08 08:57:15 +0300 | [diff] [blame] | 1023 | struct ieee80211_chanctx_conf *chanctx_conf; |
| 1024 | |
| 1025 | rcu_read_lock(); |
| 1026 | chanctx_conf = rcu_dereference(vif->chanctx_conf); |
| 1027 | /* If channel context is invalid or not on 2.4GHz - don't count it */ |
| 1028 | if (!chanctx_conf || |
| 1029 | chanctx_conf->def.chan->band != IEEE80211_BAND_2GHZ) { |
| 1030 | rcu_read_unlock(); |
| 1031 | return; |
| 1032 | } |
| 1033 | rcu_read_unlock(); |
| 1034 | |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 1035 | if (vif->type != NL80211_IFTYPE_STATION || |
| 1036 | mvmvif->ap_sta_id == IWL_MVM_STATION_COUNT) |
| 1037 | return; |
| 1038 | |
| 1039 | sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id], |
| 1040 | lockdep_is_held(&mvm->mutex)); |
Emmanuel Grumbach | 56c07a9 | 2013-10-21 11:03:53 +0300 | [diff] [blame] | 1041 | |
| 1042 | /* This can happen if the station has been removed right now */ |
| 1043 | if (IS_ERR_OR_NULL(sta)) |
| 1044 | return; |
| 1045 | |
Johannes Berg | 5b577a9 | 2013-11-14 18:20:04 +0100 | [diff] [blame] | 1046 | mvmsta = iwl_mvm_sta_from_mac80211(sta); |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 1047 | |
Emmanuel Grumbach | 8e0366f | 2013-06-25 21:57:08 +0300 | [diff] [blame] | 1048 | data->num_bss_ifaces++; |
| 1049 | |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 1050 | /* |
| 1051 | * This interface doesn't support reduced Tx power (because of low |
| 1052 | * RSSI probably), then set bt_kill_msk to default values. |
| 1053 | */ |
| 1054 | if (!mvmsta->bt_reduced_txpower) |
Emmanuel Grumbach | 9e511c3 | 2013-03-29 14:52:17 +0300 | [diff] [blame] | 1055 | data->reduced_tx_power = false; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 1056 | /* else - possibly leave it to BT_KILL_MSK_REDUCED_TXPOW */ |
| 1057 | } |
| 1058 | |
| 1059 | void iwl_mvm_bt_rssi_event(struct iwl_mvm *mvm, struct ieee80211_vif *vif, |
| 1060 | enum ieee80211_rssi_event rssi_event) |
| 1061 | { |
| 1062 | struct iwl_mvm_vif *mvmvif = (void *)vif->drv_priv; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 1063 | struct iwl_bt_iterator_data data = { |
| 1064 | .mvm = mvm, |
Emmanuel Grumbach | 9e511c3 | 2013-03-29 14:52:17 +0300 | [diff] [blame] | 1065 | .reduced_tx_power = true, |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 1066 | }; |
| 1067 | int ret; |
| 1068 | |
Emmanuel Grumbach | 0ea8d04 | 2014-04-02 09:31:36 +0300 | [diff] [blame] | 1069 | if (!(mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_BT_COEX_SPLIT)) { |
| 1070 | iwl_mvm_bt_rssi_event_old(mvm, vif, rssi_event); |
| 1071 | return; |
| 1072 | } |
| 1073 | |
Johannes Berg | 3dd1cd2 | 2013-10-02 12:05:24 +0200 | [diff] [blame] | 1074 | lockdep_assert_held(&mvm->mutex); |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 1075 | |
Emmanuel Grumbach | a39979a | 2014-05-28 12:06:41 +0300 | [diff] [blame] | 1076 | /* Ignore updates if we are in force mode */ |
| 1077 | if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) |
| 1078 | return; |
| 1079 | |
Emmanuel Grumbach | 1e92919 | 2014-03-04 10:28:23 +0200 | [diff] [blame] | 1080 | /* |
| 1081 | * Rssi update while not associated - can happen since the statistics |
| 1082 | * are handled asynchronously |
| 1083 | */ |
| 1084 | if (mvmvif->ap_sta_id == IWL_MVM_STATION_COUNT) |
Johannes Berg | 3dd1cd2 | 2013-10-02 12:05:24 +0200 | [diff] [blame] | 1085 | return; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 1086 | |
Emmanuel Grumbach | 4515f30 | 2013-06-30 07:51:54 +0300 | [diff] [blame] | 1087 | /* No BT - reports should be disabled */ |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 1088 | if (le32_to_cpu(mvm->last_bt_notif.bt_activity_grading) == BT_OFF) |
Johannes Berg | 3dd1cd2 | 2013-10-02 12:05:24 +0200 | [diff] [blame] | 1089 | return; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 1090 | |
| 1091 | IWL_DEBUG_COEX(mvm, "RSSI for %pM is now %s\n", vif->bss_conf.bssid, |
| 1092 | rssi_event == RSSI_EVENT_HIGH ? "HIGH" : "LOW"); |
| 1093 | |
| 1094 | /* |
| 1095 | * Check if rssi is good enough for reduced Tx power, but not in loose |
| 1096 | * scheme. |
| 1097 | */ |
Emmanuel Grumbach | 3914991 | 2013-07-14 13:40:21 +0300 | [diff] [blame] | 1098 | if (rssi_event == RSSI_EVENT_LOW || mvm->cfg->bt_shared_single_ant || |
Emmanuel Grumbach | 4515f30 | 2013-06-30 07:51:54 +0300 | [diff] [blame] | 1099 | iwl_get_coex_type(mvm, vif) == BT_COEX_LOOSE_LUT) |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 1100 | ret = iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, |
| 1101 | false); |
| 1102 | else |
| 1103 | ret = iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, true); |
| 1104 | |
| 1105 | if (ret) |
| 1106 | IWL_ERR(mvm, "couldn't send BT_CONFIG HCMD upon RSSI event\n"); |
| 1107 | |
| 1108 | ieee80211_iterate_active_interfaces_atomic( |
| 1109 | mvm->hw, IEEE80211_IFACE_ITER_NORMAL, |
| 1110 | iwl_mvm_bt_rssi_iterator, &data); |
| 1111 | |
| 1112 | /* |
| 1113 | * If there are no BSS / P2P client interfaces, reduced Tx Power is |
| 1114 | * irrelevant since it is based on the RSSI coming from the beacon. |
| 1115 | * Use BT_KILL_MSK_DEFAULT in that case. |
| 1116 | */ |
Emmanuel Grumbach | 9e511c3 | 2013-03-29 14:52:17 +0300 | [diff] [blame] | 1117 | data.reduced_tx_power = data.reduced_tx_power && data.num_bss_ifaces; |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 1118 | |
Emmanuel Grumbach | df878f3 | 2014-04-02 12:23:09 +0300 | [diff] [blame] | 1119 | if (iwl_mvm_bt_udpate_sw_boost(mvm, data.reduced_tx_power)) |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 1120 | IWL_ERR(mvm, "Failed to update the ctrl_kill_msk\n"); |
Emmanuel Grumbach | 2b76ef1 | 2013-01-24 10:35:13 +0200 | [diff] [blame] | 1121 | } |
Emmanuel Grumbach | 9166b1e | 2013-03-20 15:28:27 +0200 | [diff] [blame] | 1122 | |
Emmanuel Grumbach | 9145d15 | 2013-07-18 08:45:41 +0300 | [diff] [blame] | 1123 | #define LINK_QUAL_AGG_TIME_LIMIT_DEF (4000) |
| 1124 | #define LINK_QUAL_AGG_TIME_LIMIT_BT_ACT (1200) |
| 1125 | |
Emmanuel Grumbach | 5b7ff61 | 2014-03-11 19:27:45 +0200 | [diff] [blame] | 1126 | u16 iwl_mvm_coex_agg_time_limit(struct iwl_mvm *mvm, |
| 1127 | struct ieee80211_sta *sta) |
Emmanuel Grumbach | 9145d15 | 2013-07-18 08:45:41 +0300 | [diff] [blame] | 1128 | { |
Johannes Berg | 5b577a9 | 2013-11-14 18:20:04 +0100 | [diff] [blame] | 1129 | struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); |
Emmanuel Grumbach | 9145d15 | 2013-07-18 08:45:41 +0300 | [diff] [blame] | 1130 | enum iwl_bt_coex_lut_type lut_type; |
| 1131 | |
Emmanuel Grumbach | 0ea8d04 | 2014-04-02 09:31:36 +0300 | [diff] [blame] | 1132 | if (!(mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_BT_COEX_SPLIT)) |
| 1133 | return iwl_mvm_coex_agg_time_limit_old(mvm, sta); |
| 1134 | |
Emmanuel Grumbach | 9145d15 | 2013-07-18 08:45:41 +0300 | [diff] [blame] | 1135 | if (le32_to_cpu(mvm->last_bt_notif.bt_activity_grading) < |
Emmanuel Grumbach | c211935 | 2013-11-13 22:00:30 +0200 | [diff] [blame] | 1136 | BT_HIGH_TRAFFIC) |
Emmanuel Grumbach | 9145d15 | 2013-07-18 08:45:41 +0300 | [diff] [blame] | 1137 | return LINK_QUAL_AGG_TIME_LIMIT_DEF; |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 1138 | /* |
| 1139 | TODO |
Emmanuel Grumbach | 35fbf5d | 2014-06-02 16:18:42 +0300 | [diff] [blame] | 1140 | if (mvm->last_bt_notif.ttc_enabled) |
| 1141 | return LINK_QUAL_AGG_TIME_LIMIT_DEF; |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 1142 | */ |
Emmanuel Grumbach | 35fbf5d | 2014-06-02 16:18:42 +0300 | [diff] [blame] | 1143 | |
Emmanuel Grumbach | 9145d15 | 2013-07-18 08:45:41 +0300 | [diff] [blame] | 1144 | lut_type = iwl_get_coex_type(mvm, mvmsta->vif); |
| 1145 | |
Emmanuel Grumbach | 7fa4fa0 | 2014-05-25 13:58:31 +0300 | [diff] [blame] | 1146 | if (lut_type == BT_COEX_LOOSE_LUT || lut_type == BT_COEX_INVALID_LUT) |
Emmanuel Grumbach | 9145d15 | 2013-07-18 08:45:41 +0300 | [diff] [blame] | 1147 | return LINK_QUAL_AGG_TIME_LIMIT_DEF; |
| 1148 | |
| 1149 | /* tight coex, high bt traffic, reduce AGG time limit */ |
| 1150 | return LINK_QUAL_AGG_TIME_LIMIT_BT_ACT; |
| 1151 | } |
| 1152 | |
Emmanuel Grumbach | ffa6c70 | 2013-10-06 11:41:20 +0300 | [diff] [blame] | 1153 | bool iwl_mvm_bt_coex_is_mimo_allowed(struct iwl_mvm *mvm, |
| 1154 | struct ieee80211_sta *sta) |
| 1155 | { |
Johannes Berg | 5b577a9 | 2013-11-14 18:20:04 +0100 | [diff] [blame] | 1156 | struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); |
Emmanuel Grumbach | 7fa4fa0 | 2014-05-25 13:58:31 +0300 | [diff] [blame] | 1157 | enum iwl_bt_coex_lut_type lut_type; |
Emmanuel Grumbach | ffa6c70 | 2013-10-06 11:41:20 +0300 | [diff] [blame] | 1158 | |
Emmanuel Grumbach | 0ea8d04 | 2014-04-02 09:31:36 +0300 | [diff] [blame] | 1159 | if (!(mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_BT_COEX_SPLIT)) |
| 1160 | return iwl_mvm_coex_agg_time_limit_old(mvm, sta); |
| 1161 | |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 1162 | /* |
| 1163 | TODO |
Emmanuel Grumbach | 35fbf5d | 2014-06-02 16:18:42 +0300 | [diff] [blame] | 1164 | if (mvm->last_bt_notif.ttc_enabled) |
| 1165 | return true; |
Emmanuel Grumbach | 430a3bb | 2014-04-02 09:55:16 +0300 | [diff] [blame] | 1166 | */ |
Emmanuel Grumbach | 35fbf5d | 2014-06-02 16:18:42 +0300 | [diff] [blame] | 1167 | |
Emmanuel Grumbach | ffa6c70 | 2013-10-06 11:41:20 +0300 | [diff] [blame] | 1168 | if (le32_to_cpu(mvm->last_bt_notif.bt_activity_grading) < |
| 1169 | BT_HIGH_TRAFFIC) |
| 1170 | return true; |
| 1171 | |
| 1172 | /* |
Emmanuel Grumbach | 7fa4fa0 | 2014-05-25 13:58:31 +0300 | [diff] [blame] | 1173 | * In Tight / TxTxDis, BT can't Rx while we Tx, so use both antennas |
| 1174 | * since BT is already killed. |
| 1175 | * In Loose, BT can Rx while we Tx, so forbid MIMO to let BT Rx while |
| 1176 | * we Tx. |
| 1177 | * When we are in 5GHz, we'll get BT_COEX_INVALID_LUT allowing MIMO. |
Emmanuel Grumbach | ffa6c70 | 2013-10-06 11:41:20 +0300 | [diff] [blame] | 1178 | */ |
Emmanuel Grumbach | 7fa4fa0 | 2014-05-25 13:58:31 +0300 | [diff] [blame] | 1179 | lut_type = iwl_get_coex_type(mvm, mvmsta->vif); |
| 1180 | return lut_type != BT_COEX_LOOSE_LUT; |
Emmanuel Grumbach | ffa6c70 | 2013-10-06 11:41:20 +0300 | [diff] [blame] | 1181 | } |
| 1182 | |
Emmanuel Grumbach | 34c8b24 | 2014-05-28 21:53:39 +0300 | [diff] [blame] | 1183 | bool iwl_mvm_bt_coex_is_shared_ant_avail(struct iwl_mvm *mvm) |
| 1184 | { |
Emmanuel Grumbach | 0ea8d04 | 2014-04-02 09:31:36 +0300 | [diff] [blame] | 1185 | if (!(mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_BT_COEX_SPLIT)) |
| 1186 | return iwl_mvm_bt_coex_is_shared_ant_avail_old(mvm); |
| 1187 | |
Emmanuel Grumbach | 34c8b24 | 2014-05-28 21:53:39 +0300 | [diff] [blame] | 1188 | return le32_to_cpu(mvm->last_bt_notif.bt_activity_grading) == BT_OFF; |
| 1189 | } |
| 1190 | |
Eliad Peller | 2fd647f | 2014-03-13 17:21:36 +0200 | [diff] [blame] | 1191 | bool iwl_mvm_bt_coex_is_tpc_allowed(struct iwl_mvm *mvm, |
| 1192 | enum ieee80211_band band) |
| 1193 | { |
| 1194 | u32 bt_activity = le32_to_cpu(mvm->last_bt_notif.bt_activity_grading); |
| 1195 | |
Emmanuel Grumbach | 0ea8d04 | 2014-04-02 09:31:36 +0300 | [diff] [blame] | 1196 | if (!(mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_BT_COEX_SPLIT)) |
| 1197 | return iwl_mvm_bt_coex_is_tpc_allowed_old(mvm, band); |
| 1198 | |
Eliad Peller | 2fd647f | 2014-03-13 17:21:36 +0200 | [diff] [blame] | 1199 | if (band != IEEE80211_BAND_2GHZ) |
| 1200 | return false; |
| 1201 | |
| 1202 | return bt_activity >= BT_LOW_TRAFFIC; |
| 1203 | } |
| 1204 | |
Emmanuel Grumbach | ee7bea5 | 2014-03-06 10:30:49 +0200 | [diff] [blame] | 1205 | u8 iwl_mvm_bt_coex_tx_prio(struct iwl_mvm *mvm, struct ieee80211_hdr *hdr, |
Emmanuel Grumbach | b797e3f | 2014-03-06 14:49:36 +0200 | [diff] [blame] | 1206 | struct ieee80211_tx_info *info, u8 ac) |
Emmanuel Grumbach | ee7bea5 | 2014-03-06 10:30:49 +0200 | [diff] [blame] | 1207 | { |
| 1208 | __le16 fc = hdr->frame_control; |
| 1209 | |
Emmanuel Grumbach | b797e3f | 2014-03-06 14:49:36 +0200 | [diff] [blame] | 1210 | if (info->band != IEEE80211_BAND_2GHZ) |
| 1211 | return 0; |
| 1212 | |
Emmanuel Grumbach | cdb0056 | 2014-03-16 21:55:43 +0200 | [diff] [blame] | 1213 | if (unlikely(mvm->bt_tx_prio)) |
| 1214 | return mvm->bt_tx_prio - 1; |
| 1215 | |
Emmanuel Grumbach | ee7bea5 | 2014-03-06 10:30:49 +0200 | [diff] [blame] | 1216 | /* High prio packet (wrt. BT coex) if it is EAPOL, MCAST or MGMT */ |
Emmanuel Grumbach | b797e3f | 2014-03-06 14:49:36 +0200 | [diff] [blame] | 1217 | if (info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO || |
Emmanuel Grumbach | ee7bea5 | 2014-03-06 10:30:49 +0200 | [diff] [blame] | 1218 | is_multicast_ether_addr(hdr->addr1) || |
Emmanuel Grumbach | b797e3f | 2014-03-06 14:49:36 +0200 | [diff] [blame] | 1219 | ieee80211_is_ctl(fc) || ieee80211_is_mgmt(fc) || |
| 1220 | ieee80211_is_nullfunc(fc) || ieee80211_is_qos_nullfunc(fc)) |
| 1221 | return 3; |
| 1222 | |
| 1223 | switch (ac) { |
| 1224 | case IEEE80211_AC_BE: |
| 1225 | return 1; |
| 1226 | case IEEE80211_AC_VO: |
| 1227 | return 3; |
| 1228 | case IEEE80211_AC_VI: |
Emmanuel Grumbach | ee7bea5 | 2014-03-06 10:30:49 +0200 | [diff] [blame] | 1229 | return 2; |
Emmanuel Grumbach | b797e3f | 2014-03-06 14:49:36 +0200 | [diff] [blame] | 1230 | default: |
| 1231 | break; |
| 1232 | } |
Emmanuel Grumbach | ee7bea5 | 2014-03-06 10:30:49 +0200 | [diff] [blame] | 1233 | |
| 1234 | return 0; |
| 1235 | } |
| 1236 | |
Emmanuel Grumbach | 8e484f0 | 2013-10-02 15:02:25 +0300 | [diff] [blame] | 1237 | void iwl_mvm_bt_coex_vif_change(struct iwl_mvm *mvm) |
Emmanuel Grumbach | 9166b1e | 2013-03-20 15:28:27 +0200 | [diff] [blame] | 1238 | { |
Emmanuel Grumbach | 0ea8d04 | 2014-04-02 09:31:36 +0300 | [diff] [blame] | 1239 | if (!(mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_BT_COEX_SPLIT)) { |
| 1240 | iwl_mvm_bt_coex_vif_change_old(mvm); |
| 1241 | return; |
| 1242 | } |
| 1243 | |
Emmanuel Grumbach | d37cac9 | 2013-03-29 14:56:19 +0300 | [diff] [blame] | 1244 | iwl_mvm_bt_coex_notif_handle(mvm); |
Emmanuel Grumbach | 9166b1e | 2013-03-20 15:28:27 +0200 | [diff] [blame] | 1245 | } |
Emmanuel Grumbach | b9fae2d | 2014-02-17 11:24:10 +0200 | [diff] [blame] | 1246 | |
| 1247 | int iwl_mvm_rx_ant_coupling_notif(struct iwl_mvm *mvm, |
| 1248 | struct iwl_rx_cmd_buffer *rxb, |
| 1249 | struct iwl_device_cmd *dev_cmd) |
| 1250 | { |
| 1251 | struct iwl_rx_packet *pkt = rxb_addr(rxb); |
| 1252 | u32 ant_isolation = le32_to_cpup((void *)pkt->data); |
Emmanuel Grumbach | 704602a | 2014-04-02 12:23:09 +0300 | [diff] [blame^] | 1253 | struct iwl_bt_coex_corun_lut_update_cmd cmd = {}; |
Emmanuel Grumbach | b9fae2d | 2014-02-17 11:24:10 +0200 | [diff] [blame] | 1254 | u8 __maybe_unused lower_bound, upper_bound; |
| 1255 | u8 lut; |
| 1256 | |
Emmanuel Grumbach | 0ea8d04 | 2014-04-02 09:31:36 +0300 | [diff] [blame] | 1257 | if (!(mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_BT_COEX_SPLIT)) |
| 1258 | return iwl_mvm_rx_ant_coupling_notif_old(mvm, rxb, dev_cmd); |
| 1259 | |
Emmanuel Grumbach | b9fae2d | 2014-02-17 11:24:10 +0200 | [diff] [blame] | 1260 | if (!IWL_MVM_BT_COEX_CORUNNING) |
| 1261 | return 0; |
| 1262 | |
| 1263 | lockdep_assert_held(&mvm->mutex); |
| 1264 | |
Emmanuel Grumbach | a39979a | 2014-05-28 12:06:41 +0300 | [diff] [blame] | 1265 | /* Ignore updates if we are in force mode */ |
| 1266 | if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) |
| 1267 | return 0; |
| 1268 | |
Emmanuel Grumbach | b9fae2d | 2014-02-17 11:24:10 +0200 | [diff] [blame] | 1269 | if (ant_isolation == mvm->last_ant_isol) |
| 1270 | return 0; |
| 1271 | |
| 1272 | for (lut = 0; lut < ARRAY_SIZE(antenna_coupling_ranges) - 1; lut++) |
| 1273 | if (ant_isolation < antenna_coupling_ranges[lut + 1].range) |
| 1274 | break; |
| 1275 | |
| 1276 | lower_bound = antenna_coupling_ranges[lut].range; |
| 1277 | |
| 1278 | if (lut < ARRAY_SIZE(antenna_coupling_ranges) - 1) |
| 1279 | upper_bound = antenna_coupling_ranges[lut + 1].range; |
| 1280 | else |
| 1281 | upper_bound = antenna_coupling_ranges[lut].range; |
| 1282 | |
| 1283 | IWL_DEBUG_COEX(mvm, "Antenna isolation=%d in range [%d,%d[, lut=%d\n", |
| 1284 | ant_isolation, lower_bound, upper_bound, lut); |
| 1285 | |
| 1286 | mvm->last_ant_isol = ant_isolation; |
| 1287 | |
| 1288 | if (mvm->last_corun_lut == lut) |
| 1289 | return 0; |
| 1290 | |
| 1291 | mvm->last_corun_lut = lut; |
| 1292 | |
Emmanuel Grumbach | b9fae2d | 2014-02-17 11:24:10 +0200 | [diff] [blame] | 1293 | /* For the moment, use the same LUT for 20GHz and 40GHz */ |
Emmanuel Grumbach | 704602a | 2014-04-02 12:23:09 +0300 | [diff] [blame^] | 1294 | memcpy(&cmd.corun_lut20, antenna_coupling_ranges[lut].lut20, |
| 1295 | sizeof(cmd.corun_lut20)); |
Emmanuel Grumbach | b9fae2d | 2014-02-17 11:24:10 +0200 | [diff] [blame] | 1296 | |
Emmanuel Grumbach | 704602a | 2014-04-02 12:23:09 +0300 | [diff] [blame^] | 1297 | memcpy(&cmd.corun_lut40, antenna_coupling_ranges[lut].lut20, |
| 1298 | sizeof(cmd.corun_lut40)); |
Emmanuel Grumbach | b9fae2d | 2014-02-17 11:24:10 +0200 | [diff] [blame] | 1299 | |
Emmanuel Grumbach | 704602a | 2014-04-02 12:23:09 +0300 | [diff] [blame^] | 1300 | return iwl_mvm_send_cmd_pdu(mvm, BT_COEX_UPDATE_CORUN_LUT, 0, |
| 1301 | sizeof(cmd), &cmd); |
Emmanuel Grumbach | b9fae2d | 2014-02-17 11:24:10 +0200 | [diff] [blame] | 1302 | } |