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