blob: 5dc1686100d2b12dc5963e53246f76f665d7820e [file] [log] [blame]
Johannes Berg820a1a52013-11-12 16:58:41 +01001/******************************************************************************
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 Grumbach51368bf2013-12-30 13:15:54 +02008 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
Matti Gottlieb25870cb2015-05-04 09:34:37 +03009 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
Johannes Berg820a1a52013-11-12 16:58:41 +010010 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of version 2 of the GNU General Public License as
13 * published by the Free Software Foundation.
14 *
15 * This program is distributed in the hope that it will be useful, but
16 * WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
23 * USA
24 *
25 * The full GNU General Public License is included in this distribution
26 * in the file called COPYING.
27 *
28 * Contact Information:
29 * Intel Linux Wireless <ilw@linux.intel.com>
30 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
31 *
32 * BSD LICENSE
33 *
Emmanuel Grumbach51368bf2013-12-30 13:15:54 +020034 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
Matti Gottlieb25870cb2015-05-04 09:34:37 +030035 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
Johannes Berg820a1a52013-11-12 16:58:41 +010036 * All rights reserved.
37 *
38 * Redistribution and use in source and binary forms, with or without
39 * modification, are permitted provided that the following conditions
40 * are met:
41 *
42 * * Redistributions of source code must retain the above copyright
43 * notice, this list of conditions and the following disclaimer.
44 * * Redistributions in binary form must reproduce the above copyright
45 * notice, this list of conditions and the following disclaimer in
46 * the documentation and/or other materials provided with the
47 * distribution.
48 * * Neither the name Intel Corporation nor the names of its
49 * contributors may be used to endorse or promote products derived
50 * from this software without specific prior written permission.
51 *
52 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
53 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
54 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
55 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
56 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
57 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
58 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
59 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
60 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
61 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
62 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
63 *
64 *****************************************************************************/
65#include "mvm.h"
Gregory Greenmance792912015-06-02 18:06:16 +030066#include "fw-api-tof.h"
Johannes Berg820a1a52013-11-12 16:58:41 +010067#include "debugfs.h"
68
Alexander Bondare45a9412013-12-04 10:13:24 +020069static void iwl_dbgfs_update_pm(struct iwl_mvm *mvm,
70 struct ieee80211_vif *vif,
71 enum iwl_dbgfs_pm_mask param, int val)
72{
73 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
74 struct iwl_dbgfs_pm *dbgfs_pm = &mvmvif->dbgfs_pm;
75
76 dbgfs_pm->mask |= param;
77
78 switch (param) {
79 case MVM_DEBUGFS_PM_KEEP_ALIVE: {
Emmanuel Grumbach717e2392014-07-31 14:39:40 +030080 int dtimper = vif->bss_conf.dtim_period ?: 1;
Alexander Bondare45a9412013-12-04 10:13:24 +020081 int dtimper_msec = dtimper * vif->bss_conf.beacon_int;
82
83 IWL_DEBUG_POWER(mvm, "debugfs: set keep_alive= %d sec\n", val);
84 if (val * MSEC_PER_SEC < 3 * dtimper_msec)
85 IWL_WARN(mvm,
86 "debugfs: keep alive period (%ld msec) is less than minimum required (%d msec)\n",
87 val * MSEC_PER_SEC, 3 * dtimper_msec);
88 dbgfs_pm->keep_alive_seconds = val;
89 break;
90 }
91 case MVM_DEBUGFS_PM_SKIP_OVER_DTIM:
92 IWL_DEBUG_POWER(mvm, "skip_over_dtim %s\n",
93 val ? "enabled" : "disabled");
94 dbgfs_pm->skip_over_dtim = val;
95 break;
96 case MVM_DEBUGFS_PM_SKIP_DTIM_PERIODS:
97 IWL_DEBUG_POWER(mvm, "skip_dtim_periods=%d\n", val);
98 dbgfs_pm->skip_dtim_periods = val;
99 break;
100 case MVM_DEBUGFS_PM_RX_DATA_TIMEOUT:
101 IWL_DEBUG_POWER(mvm, "rx_data_timeout=%d\n", val);
102 dbgfs_pm->rx_data_timeout = val;
103 break;
104 case MVM_DEBUGFS_PM_TX_DATA_TIMEOUT:
105 IWL_DEBUG_POWER(mvm, "tx_data_timeout=%d\n", val);
106 dbgfs_pm->tx_data_timeout = val;
107 break;
Alexander Bondare45a9412013-12-04 10:13:24 +0200108 case MVM_DEBUGFS_PM_LPRX_ENA:
109 IWL_DEBUG_POWER(mvm, "lprx %s\n", val ? "enabled" : "disabled");
110 dbgfs_pm->lprx_ena = val;
111 break;
112 case MVM_DEBUGFS_PM_LPRX_RSSI_THRESHOLD:
113 IWL_DEBUG_POWER(mvm, "lprx_rssi_threshold=%d\n", val);
114 dbgfs_pm->lprx_rssi_threshold = val;
115 break;
116 case MVM_DEBUGFS_PM_SNOOZE_ENABLE:
117 IWL_DEBUG_POWER(mvm, "snooze_enable=%d\n", val);
118 dbgfs_pm->snooze_ena = val;
119 break;
120 case MVM_DEBUGFS_PM_UAPSD_MISBEHAVING:
121 IWL_DEBUG_POWER(mvm, "uapsd_misbehaving_enable=%d\n", val);
122 dbgfs_pm->uapsd_misbehaving = val;
123 break;
Eliad Peller84fd7602014-07-30 15:42:19 +0300124 case MVM_DEBUGFS_PM_USE_PS_POLL:
125 IWL_DEBUG_POWER(mvm, "use_ps_poll=%d\n", val);
126 dbgfs_pm->use_ps_poll = val;
127 break;
Alexander Bondare45a9412013-12-04 10:13:24 +0200128 }
129}
130
131static ssize_t iwl_dbgfs_pm_params_write(struct ieee80211_vif *vif, char *buf,
132 size_t count, loff_t *ppos)
133{
134 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
135 struct iwl_mvm *mvm = mvmvif->mvm;
136 enum iwl_dbgfs_pm_mask param;
137 int val, ret;
138
139 if (!strncmp("keep_alive=", buf, 11)) {
140 if (sscanf(buf + 11, "%d", &val) != 1)
141 return -EINVAL;
142 param = MVM_DEBUGFS_PM_KEEP_ALIVE;
143 } else if (!strncmp("skip_over_dtim=", buf, 15)) {
144 if (sscanf(buf + 15, "%d", &val) != 1)
145 return -EINVAL;
146 param = MVM_DEBUGFS_PM_SKIP_OVER_DTIM;
147 } else if (!strncmp("skip_dtim_periods=", buf, 18)) {
148 if (sscanf(buf + 18, "%d", &val) != 1)
149 return -EINVAL;
150 param = MVM_DEBUGFS_PM_SKIP_DTIM_PERIODS;
151 } else if (!strncmp("rx_data_timeout=", buf, 16)) {
152 if (sscanf(buf + 16, "%d", &val) != 1)
153 return -EINVAL;
154 param = MVM_DEBUGFS_PM_RX_DATA_TIMEOUT;
155 } else if (!strncmp("tx_data_timeout=", buf, 16)) {
156 if (sscanf(buf + 16, "%d", &val) != 1)
157 return -EINVAL;
158 param = MVM_DEBUGFS_PM_TX_DATA_TIMEOUT;
Alexander Bondare45a9412013-12-04 10:13:24 +0200159 } else if (!strncmp("lprx=", buf, 5)) {
160 if (sscanf(buf + 5, "%d", &val) != 1)
161 return -EINVAL;
162 param = MVM_DEBUGFS_PM_LPRX_ENA;
163 } else if (!strncmp("lprx_rssi_threshold=", buf, 20)) {
164 if (sscanf(buf + 20, "%d", &val) != 1)
165 return -EINVAL;
166 if (val > POWER_LPRX_RSSI_THRESHOLD_MAX || val <
167 POWER_LPRX_RSSI_THRESHOLD_MIN)
168 return -EINVAL;
169 param = MVM_DEBUGFS_PM_LPRX_RSSI_THRESHOLD;
170 } else if (!strncmp("snooze_enable=", buf, 14)) {
171 if (sscanf(buf + 14, "%d", &val) != 1)
172 return -EINVAL;
173 param = MVM_DEBUGFS_PM_SNOOZE_ENABLE;
174 } else if (!strncmp("uapsd_misbehaving=", buf, 18)) {
175 if (sscanf(buf + 18, "%d", &val) != 1)
176 return -EINVAL;
177 param = MVM_DEBUGFS_PM_UAPSD_MISBEHAVING;
Eliad Peller84fd7602014-07-30 15:42:19 +0300178 } else if (!strncmp("use_ps_poll=", buf, 12)) {
179 if (sscanf(buf + 12, "%d", &val) != 1)
180 return -EINVAL;
181 param = MVM_DEBUGFS_PM_USE_PS_POLL;
Alexander Bondare45a9412013-12-04 10:13:24 +0200182 } else {
183 return -EINVAL;
184 }
185
186 mutex_lock(&mvm->mutex);
187 iwl_dbgfs_update_pm(mvm, vif, param, val);
Arik Nemtsov999609f2014-05-15 17:31:51 +0300188 ret = iwl_mvm_power_update_mac(mvm);
Alexander Bondare45a9412013-12-04 10:13:24 +0200189 mutex_unlock(&mvm->mutex);
190
191 return ret ?: count;
192}
193
Matti Gottlieb25870cb2015-05-04 09:34:37 +0300194static ssize_t iwl_dbgfs_tx_pwr_lmt_read(struct file *file,
195 char __user *user_buf,
196 size_t count, loff_t *ppos)
197{
198 struct ieee80211_vif *vif = file->private_data;
199 char buf[64];
200 int bufsz = sizeof(buf);
201 int pos;
202
203 pos = scnprintf(buf, bufsz, "bss limit = %d\n",
204 vif->bss_conf.txpower);
205
206 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
207}
208
Alexander Bondare45a9412013-12-04 10:13:24 +0200209static ssize_t iwl_dbgfs_pm_params_read(struct file *file,
210 char __user *user_buf,
211 size_t count, loff_t *ppos)
212{
213 struct ieee80211_vif *vif = file->private_data;
214 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
215 struct iwl_mvm *mvm = mvmvif->mvm;
216 char buf[512];
217 int bufsz = sizeof(buf);
218 int pos;
219
Emmanuel Grumbachc1cb92f2014-01-28 10:17:18 +0200220 pos = iwl_mvm_power_mac_dbgfs_read(mvm, vif, buf, bufsz);
Alexander Bondare45a9412013-12-04 10:13:24 +0200221
222 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
223}
224
Johannes Berg820a1a52013-11-12 16:58:41 +0100225static ssize_t iwl_dbgfs_mac_params_read(struct file *file,
226 char __user *user_buf,
227 size_t count, loff_t *ppos)
228{
229 struct ieee80211_vif *vif = file->private_data;
230 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
Johannes Berg7f09d702013-11-12 17:16:38 +0100231 struct iwl_mvm *mvm = mvmvif->mvm;
Johannes Berg820a1a52013-11-12 16:58:41 +0100232 u8 ap_sta_id;
233 struct ieee80211_chanctx_conf *chanctx_conf;
234 char buf[512];
235 int bufsz = sizeof(buf);
236 int pos = 0;
237 int i;
238
239 mutex_lock(&mvm->mutex);
240
241 ap_sta_id = mvmvif->ap_sta_id;
242
Emmanuel Grumbach2284b952014-01-15 16:57:03 +0200243 switch (ieee80211_vif_type_p2p(vif)) {
244 case NL80211_IFTYPE_ADHOC:
245 pos += scnprintf(buf+pos, bufsz-pos, "type: ibss\n");
246 break;
247 case NL80211_IFTYPE_STATION:
248 pos += scnprintf(buf+pos, bufsz-pos, "type: bss\n");
249 break;
250 case NL80211_IFTYPE_AP:
251 pos += scnprintf(buf+pos, bufsz-pos, "type: ap\n");
252 break;
253 case NL80211_IFTYPE_P2P_CLIENT:
254 pos += scnprintf(buf+pos, bufsz-pos, "type: p2p client\n");
255 break;
256 case NL80211_IFTYPE_P2P_GO:
257 pos += scnprintf(buf+pos, bufsz-pos, "type: p2p go\n");
258 break;
259 case NL80211_IFTYPE_P2P_DEVICE:
260 pos += scnprintf(buf+pos, bufsz-pos, "type: p2p dev\n");
261 break;
262 default:
263 break;
264 }
265
Johannes Berg820a1a52013-11-12 16:58:41 +0100266 pos += scnprintf(buf+pos, bufsz-pos, "mac id/color: %d / %d\n",
267 mvmvif->id, mvmvif->color);
268 pos += scnprintf(buf+pos, bufsz-pos, "bssid: %pM\n",
269 vif->bss_conf.bssid);
270 pos += scnprintf(buf+pos, bufsz-pos, "QoS:\n");
271 for (i = 0; i < ARRAY_SIZE(mvmvif->queue_params); i++)
272 pos += scnprintf(buf+pos, bufsz-pos,
273 "\t%d: txop:%d - cw_min:%d - cw_max = %d - aifs = %d upasd = %d\n",
274 i, mvmvif->queue_params[i].txop,
275 mvmvif->queue_params[i].cw_min,
276 mvmvif->queue_params[i].cw_max,
277 mvmvif->queue_params[i].aifs,
278 mvmvif->queue_params[i].uapsd);
279
280 if (vif->type == NL80211_IFTYPE_STATION &&
281 ap_sta_id != IWL_MVM_STATION_COUNT) {
282 struct ieee80211_sta *sta;
Johannes Berg820a1a52013-11-12 16:58:41 +0100283
284 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[ap_sta_id],
285 lockdep_is_held(&mvm->mutex));
Johannes Berg1ddbbb02013-12-04 22:39:17 +0100286 if (!IS_ERR_OR_NULL(sta)) {
Johannes Berg9d8ce6a2014-12-23 16:02:40 +0100287 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta);
Johannes Berg1ddbbb02013-12-04 22:39:17 +0100288
289 pos += scnprintf(buf+pos, bufsz-pos,
Emmanuel Grumbach1fa477c2014-05-20 13:54:27 +0300290 "ap_sta_id %d - reduced Tx power %d\n",
Johannes Berg1ddbbb02013-12-04 22:39:17 +0100291 ap_sta_id,
Emmanuel Grumbach1fa477c2014-05-20 13:54:27 +0300292 mvm_sta->bt_reduced_txpower);
Johannes Berg1ddbbb02013-12-04 22:39:17 +0100293 }
Johannes Berg820a1a52013-11-12 16:58:41 +0100294 }
295
296 rcu_read_lock();
297 chanctx_conf = rcu_dereference(vif->chanctx_conf);
298 if (chanctx_conf)
299 pos += scnprintf(buf+pos, bufsz-pos,
300 "idle rx chains %d, active rx chains: %d\n",
301 chanctx_conf->rx_chains_static,
302 chanctx_conf->rx_chains_dynamic);
303 rcu_read_unlock();
304
305 mutex_unlock(&mvm->mutex);
306
307 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
308}
309
Alexander Bondare45a9412013-12-04 10:13:24 +0200310static void iwl_dbgfs_update_bf(struct ieee80211_vif *vif,
311 enum iwl_dbgfs_bf_mask param, int value)
312{
313 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
314 struct iwl_dbgfs_bf *dbgfs_bf = &mvmvif->dbgfs_bf;
315
316 dbgfs_bf->mask |= param;
317
318 switch (param) {
319 case MVM_DEBUGFS_BF_ENERGY_DELTA:
320 dbgfs_bf->bf_energy_delta = value;
321 break;
322 case MVM_DEBUGFS_BF_ROAMING_ENERGY_DELTA:
323 dbgfs_bf->bf_roaming_energy_delta = value;
324 break;
325 case MVM_DEBUGFS_BF_ROAMING_STATE:
326 dbgfs_bf->bf_roaming_state = value;
327 break;
328 case MVM_DEBUGFS_BF_TEMP_THRESHOLD:
329 dbgfs_bf->bf_temp_threshold = value;
330 break;
331 case MVM_DEBUGFS_BF_TEMP_FAST_FILTER:
332 dbgfs_bf->bf_temp_fast_filter = value;
333 break;
334 case MVM_DEBUGFS_BF_TEMP_SLOW_FILTER:
335 dbgfs_bf->bf_temp_slow_filter = value;
336 break;
337 case MVM_DEBUGFS_BF_ENABLE_BEACON_FILTER:
338 dbgfs_bf->bf_enable_beacon_filter = value;
339 break;
340 case MVM_DEBUGFS_BF_DEBUG_FLAG:
341 dbgfs_bf->bf_debug_flag = value;
342 break;
343 case MVM_DEBUGFS_BF_ESCAPE_TIMER:
344 dbgfs_bf->bf_escape_timer = value;
345 break;
346 case MVM_DEBUGFS_BA_ENABLE_BEACON_ABORT:
347 dbgfs_bf->ba_enable_beacon_abort = value;
348 break;
349 case MVM_DEBUGFS_BA_ESCAPE_TIMER:
350 dbgfs_bf->ba_escape_timer = value;
351 break;
352 }
353}
354
355static ssize_t iwl_dbgfs_bf_params_write(struct ieee80211_vif *vif, char *buf,
356 size_t count, loff_t *ppos)
357{
358 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
359 struct iwl_mvm *mvm = mvmvif->mvm;
360 enum iwl_dbgfs_bf_mask param;
361 int value, ret = 0;
362
363 if (!strncmp("bf_energy_delta=", buf, 16)) {
364 if (sscanf(buf+16, "%d", &value) != 1)
365 return -EINVAL;
366 if (value < IWL_BF_ENERGY_DELTA_MIN ||
367 value > IWL_BF_ENERGY_DELTA_MAX)
368 return -EINVAL;
369 param = MVM_DEBUGFS_BF_ENERGY_DELTA;
370 } else if (!strncmp("bf_roaming_energy_delta=", buf, 24)) {
371 if (sscanf(buf+24, "%d", &value) != 1)
372 return -EINVAL;
373 if (value < IWL_BF_ROAMING_ENERGY_DELTA_MIN ||
374 value > IWL_BF_ROAMING_ENERGY_DELTA_MAX)
375 return -EINVAL;
376 param = MVM_DEBUGFS_BF_ROAMING_ENERGY_DELTA;
377 } else if (!strncmp("bf_roaming_state=", buf, 17)) {
378 if (sscanf(buf+17, "%d", &value) != 1)
379 return -EINVAL;
380 if (value < IWL_BF_ROAMING_STATE_MIN ||
381 value > IWL_BF_ROAMING_STATE_MAX)
382 return -EINVAL;
383 param = MVM_DEBUGFS_BF_ROAMING_STATE;
384 } else if (!strncmp("bf_temp_threshold=", buf, 18)) {
385 if (sscanf(buf+18, "%d", &value) != 1)
386 return -EINVAL;
387 if (value < IWL_BF_TEMP_THRESHOLD_MIN ||
388 value > IWL_BF_TEMP_THRESHOLD_MAX)
389 return -EINVAL;
390 param = MVM_DEBUGFS_BF_TEMP_THRESHOLD;
391 } else if (!strncmp("bf_temp_fast_filter=", buf, 20)) {
392 if (sscanf(buf+20, "%d", &value) != 1)
393 return -EINVAL;
394 if (value < IWL_BF_TEMP_FAST_FILTER_MIN ||
395 value > IWL_BF_TEMP_FAST_FILTER_MAX)
396 return -EINVAL;
397 param = MVM_DEBUGFS_BF_TEMP_FAST_FILTER;
398 } else if (!strncmp("bf_temp_slow_filter=", buf, 20)) {
399 if (sscanf(buf+20, "%d", &value) != 1)
400 return -EINVAL;
401 if (value < IWL_BF_TEMP_SLOW_FILTER_MIN ||
402 value > IWL_BF_TEMP_SLOW_FILTER_MAX)
403 return -EINVAL;
404 param = MVM_DEBUGFS_BF_TEMP_SLOW_FILTER;
405 } else if (!strncmp("bf_enable_beacon_filter=", buf, 24)) {
406 if (sscanf(buf+24, "%d", &value) != 1)
407 return -EINVAL;
408 if (value < 0 || value > 1)
409 return -EINVAL;
410 param = MVM_DEBUGFS_BF_ENABLE_BEACON_FILTER;
411 } else if (!strncmp("bf_debug_flag=", buf, 14)) {
412 if (sscanf(buf+14, "%d", &value) != 1)
413 return -EINVAL;
414 if (value < 0 || value > 1)
415 return -EINVAL;
416 param = MVM_DEBUGFS_BF_DEBUG_FLAG;
417 } else if (!strncmp("bf_escape_timer=", buf, 16)) {
418 if (sscanf(buf+16, "%d", &value) != 1)
419 return -EINVAL;
420 if (value < IWL_BF_ESCAPE_TIMER_MIN ||
421 value > IWL_BF_ESCAPE_TIMER_MAX)
422 return -EINVAL;
423 param = MVM_DEBUGFS_BF_ESCAPE_TIMER;
424 } else if (!strncmp("ba_escape_timer=", buf, 16)) {
425 if (sscanf(buf+16, "%d", &value) != 1)
426 return -EINVAL;
427 if (value < IWL_BA_ESCAPE_TIMER_MIN ||
428 value > IWL_BA_ESCAPE_TIMER_MAX)
429 return -EINVAL;
430 param = MVM_DEBUGFS_BA_ESCAPE_TIMER;
431 } else if (!strncmp("ba_enable_beacon_abort=", buf, 23)) {
432 if (sscanf(buf+23, "%d", &value) != 1)
433 return -EINVAL;
434 if (value < 0 || value > 1)
435 return -EINVAL;
436 param = MVM_DEBUGFS_BA_ENABLE_BEACON_ABORT;
437 } else {
438 return -EINVAL;
439 }
440
441 mutex_lock(&mvm->mutex);
442 iwl_dbgfs_update_bf(vif, param, value);
443 if (param == MVM_DEBUGFS_BF_ENABLE_BEACON_FILTER && !value)
Emmanuel Grumbacha1022922014-05-12 11:36:41 +0300444 ret = iwl_mvm_disable_beacon_filter(mvm, vif, 0);
Alexander Bondare45a9412013-12-04 10:13:24 +0200445 else
Emmanuel Grumbacha1022922014-05-12 11:36:41 +0300446 ret = iwl_mvm_enable_beacon_filter(mvm, vif, 0);
Alexander Bondare45a9412013-12-04 10:13:24 +0200447 mutex_unlock(&mvm->mutex);
448
449 return ret ?: count;
450}
451
452static ssize_t iwl_dbgfs_bf_params_read(struct file *file,
453 char __user *user_buf,
454 size_t count, loff_t *ppos)
455{
456 struct ieee80211_vif *vif = file->private_data;
457 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
458 char buf[256];
459 int pos = 0;
460 const size_t bufsz = sizeof(buf);
461 struct iwl_beacon_filter_cmd cmd = {
462 IWL_BF_CMD_CONFIG_DEFAULTS,
463 .bf_enable_beacon_filter =
464 cpu_to_le32(IWL_BF_ENABLE_BEACON_FILTER_DEFAULT),
465 .ba_enable_beacon_abort =
466 cpu_to_le32(IWL_BA_ENABLE_BEACON_ABORT_DEFAULT),
467 };
468
469 iwl_mvm_beacon_filter_debugfs_parameters(vif, &cmd);
470 if (mvmvif->bf_data.bf_enabled)
471 cmd.bf_enable_beacon_filter = cpu_to_le32(1);
472 else
473 cmd.bf_enable_beacon_filter = 0;
474
475 pos += scnprintf(buf+pos, bufsz-pos, "bf_energy_delta = %d\n",
476 le32_to_cpu(cmd.bf_energy_delta));
477 pos += scnprintf(buf+pos, bufsz-pos, "bf_roaming_energy_delta = %d\n",
478 le32_to_cpu(cmd.bf_roaming_energy_delta));
479 pos += scnprintf(buf+pos, bufsz-pos, "bf_roaming_state = %d\n",
480 le32_to_cpu(cmd.bf_roaming_state));
481 pos += scnprintf(buf+pos, bufsz-pos, "bf_temp_threshold = %d\n",
482 le32_to_cpu(cmd.bf_temp_threshold));
483 pos += scnprintf(buf+pos, bufsz-pos, "bf_temp_fast_filter = %d\n",
484 le32_to_cpu(cmd.bf_temp_fast_filter));
485 pos += scnprintf(buf+pos, bufsz-pos, "bf_temp_slow_filter = %d\n",
486 le32_to_cpu(cmd.bf_temp_slow_filter));
487 pos += scnprintf(buf+pos, bufsz-pos, "bf_enable_beacon_filter = %d\n",
488 le32_to_cpu(cmd.bf_enable_beacon_filter));
489 pos += scnprintf(buf+pos, bufsz-pos, "bf_debug_flag = %d\n",
490 le32_to_cpu(cmd.bf_debug_flag));
491 pos += scnprintf(buf+pos, bufsz-pos, "bf_escape_timer = %d\n",
492 le32_to_cpu(cmd.bf_escape_timer));
493 pos += scnprintf(buf+pos, bufsz-pos, "ba_escape_timer = %d\n",
494 le32_to_cpu(cmd.ba_escape_timer));
495 pos += scnprintf(buf+pos, bufsz-pos, "ba_enable_beacon_abort = %d\n",
496 le32_to_cpu(cmd.ba_enable_beacon_abort));
497
498 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
499}
500
Gregory Greenmance792912015-06-02 18:06:16 +0300501static inline char *iwl_dbgfs_is_match(char *name, char *buf)
502{
503 int len = strlen(name);
504
505 return !strncmp(name, buf, len) ? buf + len : NULL;
506}
507
508static ssize_t iwl_dbgfs_tof_enable_write(struct ieee80211_vif *vif,
509 char *buf,
510 size_t count, loff_t *ppos)
511{
512 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
513 struct iwl_mvm *mvm = mvmvif->mvm;
514 int value, ret = -EINVAL;
515 char *data;
516
517 mutex_lock(&mvm->mutex);
518
519 data = iwl_dbgfs_is_match("tof_disabled=", buf);
520 if (data) {
521 ret = kstrtou32(data, 10, &value);
522 if (ret == 0)
523 mvm->tof_data.tof_cfg.tof_disabled = value;
524 goto out;
525 }
526
527 data = iwl_dbgfs_is_match("one_sided_disabled=", buf);
528 if (data) {
529 ret = kstrtou32(data, 10, &value);
530 if (ret == 0)
531 mvm->tof_data.tof_cfg.one_sided_disabled = value;
532 goto out;
533 }
534
535 data = iwl_dbgfs_is_match("is_debug_mode=", buf);
536 if (data) {
537 ret = kstrtou32(data, 10, &value);
538 if (ret == 0)
539 mvm->tof_data.tof_cfg.is_debug_mode = value;
540 goto out;
541 }
542
543 data = iwl_dbgfs_is_match("is_buf=", buf);
544 if (data) {
545 ret = kstrtou32(data, 10, &value);
546 if (ret == 0)
547 mvm->tof_data.tof_cfg.is_buf_required = value;
548 goto out;
549 }
550
551 data = iwl_dbgfs_is_match("send_tof_cfg=", buf);
552 if (data) {
553 ret = kstrtou32(data, 10, &value);
554 if (ret == 0 && value) {
555 ret = iwl_mvm_tof_config_cmd(mvm);
556 goto out;
557 }
558 }
559
560out:
561 mutex_unlock(&mvm->mutex);
562
563 return ret ?: count;
564}
565
566static ssize_t iwl_dbgfs_tof_enable_read(struct file *file,
567 char __user *user_buf,
568 size_t count, loff_t *ppos)
569{
570 struct ieee80211_vif *vif = file->private_data;
571 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
572 struct iwl_mvm *mvm = mvmvif->mvm;
573 char buf[256];
574 int pos = 0;
575 const size_t bufsz = sizeof(buf);
576 struct iwl_tof_config_cmd *cmd;
577
578 cmd = &mvm->tof_data.tof_cfg;
579
580 mutex_lock(&mvm->mutex);
581
582 pos += scnprintf(buf + pos, bufsz - pos, "tof_disabled = %d\n",
583 cmd->tof_disabled);
584 pos += scnprintf(buf + pos, bufsz - pos, "one_sided_disabled = %d\n",
585 cmd->one_sided_disabled);
586 pos += scnprintf(buf + pos, bufsz - pos, "is_debug_mode = %d\n",
587 cmd->is_debug_mode);
588 pos += scnprintf(buf + pos, bufsz - pos, "is_buf_required = %d\n",
589 cmd->is_buf_required);
590
591 mutex_unlock(&mvm->mutex);
592
593 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
594}
595
596static ssize_t iwl_dbgfs_tof_responder_params_write(struct ieee80211_vif *vif,
597 char *buf,
598 size_t count, loff_t *ppos)
599{
600 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
601 struct iwl_mvm *mvm = mvmvif->mvm;
602 int value, ret = 0;
603 char *data;
604
605 mutex_lock(&mvm->mutex);
606
607 data = iwl_dbgfs_is_match("burst_period=", buf);
608 if (data) {
609 ret = kstrtou32(data, 10, &value);
610 if (!ret)
611 mvm->tof_data.responder_cfg.burst_period =
612 cpu_to_le16(value);
613 goto out;
614 }
615
616 data = iwl_dbgfs_is_match("min_delta_ftm=", buf);
617 if (data) {
618 ret = kstrtou32(data, 10, &value);
619 if (ret == 0)
620 mvm->tof_data.responder_cfg.min_delta_ftm = value;
621 goto out;
622 }
623
624 data = iwl_dbgfs_is_match("burst_duration=", buf);
625 if (data) {
626 ret = kstrtou32(data, 10, &value);
627 if (ret == 0)
628 mvm->tof_data.responder_cfg.burst_duration = value;
629 goto out;
630 }
631
632 data = iwl_dbgfs_is_match("num_of_burst_exp=", buf);
633 if (data) {
634 ret = kstrtou32(data, 10, &value);
635 if (ret == 0)
636 mvm->tof_data.responder_cfg.num_of_burst_exp = value;
637 goto out;
638 }
639
640 data = iwl_dbgfs_is_match("abort_responder=", buf);
641 if (data) {
642 ret = kstrtou32(data, 10, &value);
643 if (ret == 0)
644 mvm->tof_data.responder_cfg.abort_responder = value;
645 goto out;
646 }
647
648 data = iwl_dbgfs_is_match("get_ch_est=", buf);
649 if (data) {
650 ret = kstrtou32(data, 10, &value);
651 if (ret == 0)
652 mvm->tof_data.responder_cfg.get_ch_est = value;
653 goto out;
654 }
655
656 data = iwl_dbgfs_is_match("recv_sta_req_params=", buf);
657 if (data) {
658 ret = kstrtou32(data, 10, &value);
659 if (ret == 0)
660 mvm->tof_data.responder_cfg.recv_sta_req_params = value;
661 goto out;
662 }
663
664 data = iwl_dbgfs_is_match("channel_num=", buf);
665 if (data) {
666 ret = kstrtou32(data, 10, &value);
667 if (ret == 0)
668 mvm->tof_data.responder_cfg.channel_num = value;
669 goto out;
670 }
671
672 data = iwl_dbgfs_is_match("bandwidth=", buf);
673 if (data) {
674 ret = kstrtou32(data, 10, &value);
675 if (ret == 0)
676 mvm->tof_data.responder_cfg.bandwidth = value;
677 goto out;
678 }
679
680 data = iwl_dbgfs_is_match("rate=", buf);
681 if (data) {
682 ret = kstrtou32(data, 10, &value);
683 if (ret == 0)
684 mvm->tof_data.responder_cfg.rate = value;
685 goto out;
686 }
687
688 data = iwl_dbgfs_is_match("bssid=", buf);
689 if (data) {
690 u8 *mac = mvm->tof_data.responder_cfg.bssid;
691
692 if (!mac_pton(data, mac)) {
693 ret = -EINVAL;
694 goto out;
695 }
696 }
697
698 data = iwl_dbgfs_is_match("tsf_timer_offset_msecs=", buf);
699 if (data) {
700 ret = kstrtou32(data, 10, &value);
701 if (ret == 0)
702 mvm->tof_data.responder_cfg.tsf_timer_offset_msecs =
703 cpu_to_le16(value);
704 goto out;
705 }
706
707 data = iwl_dbgfs_is_match("toa_offset=", buf);
708 if (data) {
709 ret = kstrtou32(data, 10, &value);
710 if (ret == 0)
711 mvm->tof_data.responder_cfg.toa_offset =
712 cpu_to_le16(value);
713 goto out;
714 }
715
716 data = iwl_dbgfs_is_match("ctrl_ch_position=", buf);
717 if (data) {
718 ret = kstrtou32(data, 10, &value);
719 if (ret == 0)
720 mvm->tof_data.responder_cfg.ctrl_ch_position = value;
721 goto out;
722 }
723
724 data = iwl_dbgfs_is_match("ftm_per_burst=", buf);
725 if (data) {
726 ret = kstrtou32(data, 10, &value);
727 if (ret == 0)
728 mvm->tof_data.responder_cfg.ftm_per_burst = value;
729 goto out;
730 }
731
732 data = iwl_dbgfs_is_match("ftm_resp_ts_avail=", buf);
733 if (data) {
734 ret = kstrtou32(data, 10, &value);
735 if (ret == 0)
736 mvm->tof_data.responder_cfg.ftm_resp_ts_avail = value;
737 goto out;
738 }
739
740 data = iwl_dbgfs_is_match("asap_mode=", buf);
741 if (data) {
742 ret = kstrtou32(data, 10, &value);
743 if (ret == 0)
744 mvm->tof_data.responder_cfg.asap_mode = value;
745 goto out;
746 }
747
748 data = iwl_dbgfs_is_match("send_responder_cfg=", buf);
749 if (data) {
750 ret = kstrtou32(data, 10, &value);
751 if (ret == 0 && value) {
752 ret = iwl_mvm_tof_responder_cmd(mvm, vif);
753 goto out;
754 }
755 }
756
757out:
758 mutex_unlock(&mvm->mutex);
759
760 return ret ?: count;
761}
762
763static ssize_t iwl_dbgfs_tof_responder_params_read(struct file *file,
764 char __user *user_buf,
765 size_t count, loff_t *ppos)
766{
767 struct ieee80211_vif *vif = file->private_data;
768 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
769 struct iwl_mvm *mvm = mvmvif->mvm;
770 char buf[256];
771 int pos = 0;
772 const size_t bufsz = sizeof(buf);
773 struct iwl_tof_responder_config_cmd *cmd;
774
775 cmd = &mvm->tof_data.responder_cfg;
776
777 mutex_lock(&mvm->mutex);
778
779 pos += scnprintf(buf + pos, bufsz - pos, "burst_period = %d\n",
780 le16_to_cpu(cmd->burst_period));
781 pos += scnprintf(buf + pos, bufsz - pos, "burst_duration = %d\n",
782 cmd->burst_duration);
783 pos += scnprintf(buf + pos, bufsz - pos, "bandwidth = %d\n",
784 cmd->bandwidth);
785 pos += scnprintf(buf + pos, bufsz - pos, "channel_num = %d\n",
786 cmd->channel_num);
787 pos += scnprintf(buf + pos, bufsz - pos, "ctrl_ch_position = 0x%x\n",
788 cmd->ctrl_ch_position);
789 pos += scnprintf(buf + pos, bufsz - pos, "bssid = %pM\n",
790 cmd->bssid);
791 pos += scnprintf(buf + pos, bufsz - pos, "min_delta_ftm = %d\n",
792 cmd->min_delta_ftm);
793 pos += scnprintf(buf + pos, bufsz - pos, "num_of_burst_exp = %d\n",
794 cmd->num_of_burst_exp);
795 pos += scnprintf(buf + pos, bufsz - pos, "rate = %d\n", cmd->rate);
796 pos += scnprintf(buf + pos, bufsz - pos, "abort_responder = %d\n",
797 cmd->abort_responder);
798 pos += scnprintf(buf + pos, bufsz - pos, "get_ch_est = %d\n",
799 cmd->get_ch_est);
800 pos += scnprintf(buf + pos, bufsz - pos, "recv_sta_req_params = %d\n",
801 cmd->recv_sta_req_params);
802 pos += scnprintf(buf + pos, bufsz - pos, "ftm_per_burst = %d\n",
803 cmd->ftm_per_burst);
804 pos += scnprintf(buf + pos, bufsz - pos, "ftm_resp_ts_avail = %d\n",
805 cmd->ftm_resp_ts_avail);
806 pos += scnprintf(buf + pos, bufsz - pos, "asap_mode = %d\n",
807 cmd->asap_mode);
808 pos += scnprintf(buf + pos, bufsz - pos,
809 "tsf_timer_offset_msecs = %d\n",
810 le16_to_cpu(cmd->tsf_timer_offset_msecs));
811 pos += scnprintf(buf + pos, bufsz - pos, "toa_offset = %d\n",
812 le16_to_cpu(cmd->toa_offset));
813
814 mutex_unlock(&mvm->mutex);
815
816 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
817}
818
819static ssize_t iwl_dbgfs_tof_range_request_write(struct ieee80211_vif *vif,
820 char *buf, size_t count,
821 loff_t *ppos)
822{
823 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
824 struct iwl_mvm *mvm = mvmvif->mvm;
825 int value, ret = 0;
826 char *data;
827
828 mutex_lock(&mvm->mutex);
829
830 data = iwl_dbgfs_is_match("request_id=", buf);
831 if (data) {
832 ret = kstrtou32(data, 10, &value);
833 if (ret == 0)
834 mvm->tof_data.range_req.request_id = value;
835 goto out;
836 }
837
838 data = iwl_dbgfs_is_match("initiator=", buf);
839 if (data) {
840 ret = kstrtou32(data, 10, &value);
841 if (ret == 0)
842 mvm->tof_data.range_req.initiator = value;
843 goto out;
844 }
845
846 data = iwl_dbgfs_is_match("one_sided_los_disable=", buf);
847 if (data) {
848 ret = kstrtou32(data, 10, &value);
849 if (ret == 0)
850 mvm->tof_data.range_req.one_sided_los_disable = value;
851 goto out;
852 }
853
854 data = iwl_dbgfs_is_match("req_timeout=", buf);
855 if (data) {
856 ret = kstrtou32(data, 10, &value);
857 if (ret == 0)
858 mvm->tof_data.range_req.req_timeout = value;
859 goto out;
860 }
861
862 data = iwl_dbgfs_is_match("report_policy=", buf);
863 if (data) {
864 ret = kstrtou32(data, 10, &value);
865 if (ret == 0)
866 mvm->tof_data.range_req.report_policy = value;
867 goto out;
868 }
869
870 data = iwl_dbgfs_is_match("macaddr_random=", buf);
871 if (data) {
872 ret = kstrtou32(data, 10, &value);
873 if (ret == 0)
874 mvm->tof_data.range_req.macaddr_random = value;
875 goto out;
876 }
877
878 data = iwl_dbgfs_is_match("num_of_ap=", buf);
879 if (data) {
880 ret = kstrtou32(data, 10, &value);
881 if (ret == 0)
882 mvm->tof_data.range_req.num_of_ap = value;
883 goto out;
884 }
885
886 data = iwl_dbgfs_is_match("macaddr_template=", buf);
887 if (data) {
888 u8 mac[ETH_ALEN];
889
890 if (!mac_pton(data, mac)) {
891 ret = -EINVAL;
892 goto out;
893 }
894 memcpy(mvm->tof_data.range_req.macaddr_template, mac, ETH_ALEN);
Assaf Krauss5ac15be2015-09-16 11:47:14 +0300895 goto out;
Gregory Greenmance792912015-06-02 18:06:16 +0300896 }
897
898 data = iwl_dbgfs_is_match("macaddr_mask=", buf);
899 if (data) {
900 u8 mac[ETH_ALEN];
901
902 if (!mac_pton(data, mac)) {
903 ret = -EINVAL;
904 goto out;
905 }
906 memcpy(mvm->tof_data.range_req.macaddr_mask, mac, ETH_ALEN);
Assaf Krauss5ac15be2015-09-16 11:47:14 +0300907 goto out;
Gregory Greenmance792912015-06-02 18:06:16 +0300908 }
909
910 data = iwl_dbgfs_is_match("ap=", buf);
911 if (data) {
Assaf Krauss5ac15be2015-09-16 11:47:14 +0300912 struct iwl_tof_range_req_ap_entry ap = {};
Gregory Greenmance792912015-06-02 18:06:16 +0300913 int size = sizeof(struct iwl_tof_range_req_ap_entry);
914 u16 burst_period;
915 u8 *mac = ap.bssid;
Dan Carpenter5b9d47c2015-08-11 00:45:03 +0300916 unsigned int i;
Gregory Greenmance792912015-06-02 18:06:16 +0300917
Assaf Krauss3e0fa502015-09-16 11:44:55 +0300918 if (sscanf(data, "%u %hhd %hhd %hhd"
Gregory Greenmance792912015-06-02 18:06:16 +0300919 "%hhx:%hhx:%hhx:%hhx:%hhx:%hhx"
Assaf Krauss3e0fa502015-09-16 11:44:55 +0300920 "%hhd %hhd %hd"
921 "%hhd %hhd %d"
922 "%hhx %hhd %hhd %hhd",
Gregory Greenmance792912015-06-02 18:06:16 +0300923 &i, &ap.channel_num, &ap.bandwidth,
924 &ap.ctrl_ch_position,
925 mac, mac + 1, mac + 2, mac + 3, mac + 4, mac + 5,
926 &ap.measure_type, &ap.num_of_bursts,
927 &burst_period,
928 &ap.samples_per_burst, &ap.retries_per_sample,
929 &ap.tsf_delta, &ap.location_req, &ap.asap_mode,
930 &ap.enable_dyn_ack, &ap.rssi) != 20) {
931 ret = -EINVAL;
932 goto out;
933 }
Dan Carpenter5b9d47c2015-08-11 00:45:03 +0300934 if (i >= IWL_MVM_TOF_MAX_APS) {
Gregory Greenmance792912015-06-02 18:06:16 +0300935 IWL_ERR(mvm, "Invalid AP index %d\n", i);
936 ret = -EINVAL;
937 goto out;
938 }
939
940 ap.burst_period = cpu_to_le16(burst_period);
941
942 memcpy(&mvm->tof_data.range_req.ap[i], &ap, size);
943 goto out;
944 }
945
946 data = iwl_dbgfs_is_match("send_range_request=", buf);
947 if (data) {
948 ret = kstrtou32(data, 10, &value);
Assaf Krauss5ac15be2015-09-16 11:47:14 +0300949 if (ret == 0 && value)
Gregory Greenmance792912015-06-02 18:06:16 +0300950 ret = iwl_mvm_tof_range_request_cmd(mvm, vif);
Assaf Krauss5ac15be2015-09-16 11:47:14 +0300951 goto out;
Gregory Greenmance792912015-06-02 18:06:16 +0300952 }
953
Assaf Krauss5ac15be2015-09-16 11:47:14 +0300954 ret = -EINVAL;
Gregory Greenmance792912015-06-02 18:06:16 +0300955out:
956 mutex_unlock(&mvm->mutex);
957 return ret ?: count;
958}
959
960static ssize_t iwl_dbgfs_tof_range_request_read(struct file *file,
961 char __user *user_buf,
962 size_t count, loff_t *ppos)
963{
964 struct ieee80211_vif *vif = file->private_data;
965 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
966 struct iwl_mvm *mvm = mvmvif->mvm;
967 char buf[512];
968 int pos = 0;
969 const size_t bufsz = sizeof(buf);
970 struct iwl_tof_range_req_cmd *cmd;
971 int i;
972
973 cmd = &mvm->tof_data.range_req;
974
975 mutex_lock(&mvm->mutex);
976
977 pos += scnprintf(buf + pos, bufsz - pos, "request_id= %d\n",
978 cmd->request_id);
979 pos += scnprintf(buf + pos, bufsz - pos, "initiator= %d\n",
980 cmd->initiator);
981 pos += scnprintf(buf + pos, bufsz - pos, "one_sided_los_disable = %d\n",
982 cmd->one_sided_los_disable);
983 pos += scnprintf(buf + pos, bufsz - pos, "req_timeout= %d\n",
984 cmd->req_timeout);
985 pos += scnprintf(buf + pos, bufsz - pos, "report_policy= %d\n",
986 cmd->report_policy);
987 pos += scnprintf(buf + pos, bufsz - pos, "macaddr_random= %d\n",
988 cmd->macaddr_random);
989 pos += scnprintf(buf + pos, bufsz - pos, "macaddr_template= %pM\n",
990 cmd->macaddr_template);
991 pos += scnprintf(buf + pos, bufsz - pos, "macaddr_mask= %pM\n",
992 cmd->macaddr_mask);
993 pos += scnprintf(buf + pos, bufsz - pos, "num_of_ap= %d\n",
994 cmd->num_of_ap);
995 for (i = 0; i < cmd->num_of_ap; i++) {
996 struct iwl_tof_range_req_ap_entry *ap = &cmd->ap[i];
997
998 pos += scnprintf(buf + pos, bufsz - pos,
Assaf Krauss3e0fa502015-09-16 11:44:55 +0300999 "ap %.2d: channel_num=%hhd bw=%hhd"
1000 " control=%hhd bssid=%pM type=%hhd"
1001 " num_of_bursts=%hhd burst_period=%hd ftm=%hhd"
1002 " retries=%hhd tsf_delta=%d"
1003 " tsf_delta_direction=%hhd location_req=0x%hhx "
1004 " asap=%hhd enable=%hhd rssi=%hhd\n",
Gregory Greenmance792912015-06-02 18:06:16 +03001005 i, ap->channel_num, ap->bandwidth,
1006 ap->ctrl_ch_position, ap->bssid,
1007 ap->measure_type, ap->num_of_bursts,
1008 ap->burst_period, ap->samples_per_burst,
1009 ap->retries_per_sample, ap->tsf_delta,
Assaf Krauss3e0fa502015-09-16 11:44:55 +03001010 ap->tsf_delta_direction,
Gregory Greenmance792912015-06-02 18:06:16 +03001011 ap->location_req, ap->asap_mode,
1012 ap->enable_dyn_ack, ap->rssi);
1013 }
1014
1015 mutex_unlock(&mvm->mutex);
1016
1017 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
1018}
1019
1020static ssize_t iwl_dbgfs_tof_range_req_ext_write(struct ieee80211_vif *vif,
1021 char *buf,
1022 size_t count, loff_t *ppos)
1023{
1024 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1025 struct iwl_mvm *mvm = mvmvif->mvm;
1026 int value, ret = 0;
1027 char *data;
1028
1029 mutex_lock(&mvm->mutex);
1030
1031 data = iwl_dbgfs_is_match("tsf_timer_offset_msec=", buf);
1032 if (data) {
1033 ret = kstrtou32(data, 10, &value);
1034 if (ret == 0)
1035 mvm->tof_data.range_req_ext.tsf_timer_offset_msec =
1036 cpu_to_le16(value);
1037 goto out;
1038 }
1039
1040 data = iwl_dbgfs_is_match("min_delta_ftm=", buf);
1041 if (data) {
1042 ret = kstrtou32(data, 10, &value);
1043 if (ret == 0)
1044 mvm->tof_data.range_req_ext.min_delta_ftm = value;
1045 goto out;
1046 }
1047
1048 data = iwl_dbgfs_is_match("ftm_format_and_bw20M=", buf);
1049 if (data) {
1050 ret = kstrtou32(data, 10, &value);
1051 if (ret == 0)
1052 mvm->tof_data.range_req_ext.ftm_format_and_bw20M =
1053 value;
1054 goto out;
1055 }
1056
1057 data = iwl_dbgfs_is_match("ftm_format_and_bw40M=", buf);
1058 if (data) {
1059 ret = kstrtou32(data, 10, &value);
1060 if (ret == 0)
1061 mvm->tof_data.range_req_ext.ftm_format_and_bw40M =
1062 value;
1063 goto out;
1064 }
1065
1066 data = iwl_dbgfs_is_match("ftm_format_and_bw80M=", buf);
1067 if (data) {
1068 ret = kstrtou32(data, 10, &value);
1069 if (ret == 0)
1070 mvm->tof_data.range_req_ext.ftm_format_and_bw80M =
1071 value;
1072 goto out;
1073 }
1074
1075 data = iwl_dbgfs_is_match("send_range_req_ext=", buf);
1076 if (data) {
1077 ret = kstrtou32(data, 10, &value);
Assaf Krauss5ac15be2015-09-16 11:47:14 +03001078 if (ret == 0 && value)
Gregory Greenmance792912015-06-02 18:06:16 +03001079 ret = iwl_mvm_tof_range_request_ext_cmd(mvm, vif);
Assaf Krauss5ac15be2015-09-16 11:47:14 +03001080 goto out;
Gregory Greenmance792912015-06-02 18:06:16 +03001081 }
1082
Assaf Krauss5ac15be2015-09-16 11:47:14 +03001083 ret = -EINVAL;
Gregory Greenmance792912015-06-02 18:06:16 +03001084out:
1085 mutex_unlock(&mvm->mutex);
1086 return ret ?: count;
1087}
1088
1089static ssize_t iwl_dbgfs_tof_range_req_ext_read(struct file *file,
1090 char __user *user_buf,
1091 size_t count, loff_t *ppos)
1092{
1093 struct ieee80211_vif *vif = file->private_data;
1094 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1095 struct iwl_mvm *mvm = mvmvif->mvm;
1096 char buf[256];
1097 int pos = 0;
1098 const size_t bufsz = sizeof(buf);
1099 struct iwl_tof_range_req_ext_cmd *cmd;
1100
1101 cmd = &mvm->tof_data.range_req_ext;
1102
1103 mutex_lock(&mvm->mutex);
1104
1105 pos += scnprintf(buf + pos, bufsz - pos,
Assaf Krauss3e0fa502015-09-16 11:44:55 +03001106 "tsf_timer_offset_msec = %hd\n",
Gregory Greenmance792912015-06-02 18:06:16 +03001107 cmd->tsf_timer_offset_msec);
Assaf Krauss3e0fa502015-09-16 11:44:55 +03001108 pos += scnprintf(buf + pos, bufsz - pos, "min_delta_ftm = %hhd\n",
Gregory Greenmance792912015-06-02 18:06:16 +03001109 cmd->min_delta_ftm);
1110 pos += scnprintf(buf + pos, bufsz - pos,
Assaf Krauss3e0fa502015-09-16 11:44:55 +03001111 "ftm_format_and_bw20M = %hhd\n",
Gregory Greenmance792912015-06-02 18:06:16 +03001112 cmd->ftm_format_and_bw20M);
1113 pos += scnprintf(buf + pos, bufsz - pos,
Assaf Krauss3e0fa502015-09-16 11:44:55 +03001114 "ftm_format_and_bw40M = %hhd\n",
Gregory Greenmance792912015-06-02 18:06:16 +03001115 cmd->ftm_format_and_bw40M);
1116 pos += scnprintf(buf + pos, bufsz - pos,
Assaf Krauss3e0fa502015-09-16 11:44:55 +03001117 "ftm_format_and_bw80M = %hhd\n",
Gregory Greenmance792912015-06-02 18:06:16 +03001118 cmd->ftm_format_and_bw80M);
1119
1120 mutex_unlock(&mvm->mutex);
1121 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
1122}
1123
1124static ssize_t iwl_dbgfs_tof_range_abort_write(struct ieee80211_vif *vif,
1125 char *buf,
1126 size_t count, loff_t *ppos)
1127{
1128 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1129 struct iwl_mvm *mvm = mvmvif->mvm;
1130 int value, ret = 0;
1131 int abort_id;
1132 char *data;
1133
1134 mutex_lock(&mvm->mutex);
1135
1136 data = iwl_dbgfs_is_match("abort_id=", buf);
1137 if (data) {
1138 ret = kstrtou32(data, 10, &value);
1139 if (ret == 0)
1140 mvm->tof_data.last_abort_id = value;
1141 goto out;
1142 }
1143
1144 data = iwl_dbgfs_is_match("send_range_abort=", buf);
1145 if (data) {
1146 ret = kstrtou32(data, 10, &value);
1147 if (ret == 0 && value) {
1148 abort_id = mvm->tof_data.last_abort_id;
1149 ret = iwl_mvm_tof_range_abort_cmd(mvm, abort_id);
1150 goto out;
1151 }
1152 }
1153
1154out:
1155 mutex_unlock(&mvm->mutex);
1156 return ret ?: count;
1157}
1158
1159static ssize_t iwl_dbgfs_tof_range_abort_read(struct file *file,
1160 char __user *user_buf,
1161 size_t count, loff_t *ppos)
1162{
1163 struct ieee80211_vif *vif = file->private_data;
1164 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1165 struct iwl_mvm *mvm = mvmvif->mvm;
1166 char buf[32];
1167 int pos = 0;
1168 const size_t bufsz = sizeof(buf);
1169 int last_abort_id;
1170
1171 mutex_lock(&mvm->mutex);
1172 last_abort_id = mvm->tof_data.last_abort_id;
1173 mutex_unlock(&mvm->mutex);
1174
1175 pos += scnprintf(buf + pos, bufsz - pos, "last_abort_id = %d\n",
1176 last_abort_id);
1177 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
1178}
1179
1180static ssize_t iwl_dbgfs_tof_range_response_read(struct file *file,
1181 char __user *user_buf,
1182 size_t count, loff_t *ppos)
1183{
1184 struct ieee80211_vif *vif = file->private_data;
1185 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1186 struct iwl_mvm *mvm = mvmvif->mvm;
1187 char *buf;
1188 int pos = 0;
1189 const size_t bufsz = sizeof(struct iwl_tof_range_rsp_ntfy) + 256;
1190 struct iwl_tof_range_rsp_ntfy *cmd;
1191 int i, ret;
1192
1193 buf = kzalloc(bufsz, GFP_KERNEL);
1194 if (!buf)
1195 return -ENOMEM;
1196
1197 mutex_lock(&mvm->mutex);
1198 cmd = &mvm->tof_data.range_resp;
1199
1200 pos += scnprintf(buf + pos, bufsz - pos, "request_id = %d\n",
1201 cmd->request_id);
1202 pos += scnprintf(buf + pos, bufsz - pos, "status = %d\n",
1203 cmd->request_status);
1204 pos += scnprintf(buf + pos, bufsz - pos, "last_in_batch = %d\n",
1205 cmd->last_in_batch);
1206 pos += scnprintf(buf + pos, bufsz - pos, "num_of_aps = %d\n",
1207 cmd->num_of_aps);
1208 for (i = 0; i < cmd->num_of_aps; i++) {
1209 struct iwl_tof_range_rsp_ap_entry_ntfy *ap = &cmd->ap[i];
1210
1211 pos += scnprintf(buf + pos, bufsz - pos,
Assaf Krauss3e0fa502015-09-16 11:44:55 +03001212 "ap %.2d: bssid=%pM status=%hhd bw=%hhd"
1213 " rtt=%d rtt_var=%d rtt_spread=%d"
1214 " rssi=%hhd rssi_spread=%hhd"
1215 " range=%d range_var=%d"
1216 " time_stamp=%d\n",
Gregory Greenmance792912015-06-02 18:06:16 +03001217 i, ap->bssid, ap->measure_status,
1218 ap->measure_bw,
1219 ap->rtt, ap->rtt_variance, ap->rtt_spread,
1220 ap->rssi, ap->rssi_spread, ap->range,
1221 ap->range_variance, ap->timestamp);
1222 }
1223 mutex_unlock(&mvm->mutex);
1224
1225 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos);
1226 kfree(buf);
1227 return ret;
1228}
1229
Johannes Berga21d7bc2013-11-12 17:30:52 +01001230static ssize_t iwl_dbgfs_low_latency_write(struct ieee80211_vif *vif, char *buf,
1231 size_t count, loff_t *ppos)
1232{
1233 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1234 struct iwl_mvm *mvm = mvmvif->mvm;
1235 u8 value;
1236 int ret;
1237
1238 ret = kstrtou8(buf, 0, &value);
1239 if (ret)
1240 return ret;
1241 if (value > 1)
1242 return -EINVAL;
1243
1244 mutex_lock(&mvm->mutex);
1245 iwl_mvm_update_low_latency(mvm, vif, value);
1246 mutex_unlock(&mvm->mutex);
1247
1248 return count;
1249}
1250
1251static ssize_t iwl_dbgfs_low_latency_read(struct file *file,
1252 char __user *user_buf,
1253 size_t count, loff_t *ppos)
1254{
1255 struct ieee80211_vif *vif = file->private_data;
1256 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
Johannes Bergcfe417b2015-08-26 12:22:12 +02001257 char buf[2];
Johannes Berga21d7bc2013-11-12 17:30:52 +01001258
1259 buf[0] = mvmvif->low_latency ? '1' : '0';
1260 buf[1] = '\n';
Johannes Berga21d7bc2013-11-12 17:30:52 +01001261 return simple_read_from_buffer(user_buf, count, ppos, buf, sizeof(buf));
1262}
1263
Johannes Berge39c1b52015-01-09 14:15:32 +01001264static ssize_t iwl_dbgfs_uapsd_misbehaving_read(struct file *file,
1265 char __user *user_buf,
1266 size_t count, loff_t *ppos)
1267{
1268 struct ieee80211_vif *vif = file->private_data;
1269 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1270 char buf[20];
1271 int len;
1272
1273 len = sprintf(buf, "%pM\n", mvmvif->uapsd_misbehaving_bssid);
1274 return simple_read_from_buffer(user_buf, count, ppos, buf, len);
1275}
1276
1277static ssize_t iwl_dbgfs_uapsd_misbehaving_write(struct ieee80211_vif *vif,
1278 char *buf, size_t count,
1279 loff_t *ppos)
1280{
1281 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1282 struct iwl_mvm *mvm = mvmvif->mvm;
1283 bool ret;
1284
1285 mutex_lock(&mvm->mutex);
1286 ret = mac_pton(buf, mvmvif->uapsd_misbehaving_bssid);
1287 mutex_unlock(&mvm->mutex);
1288
1289 return ret ? count : -EINVAL;
1290}
1291
Emmanuel Grumbachddf89ab2015-02-08 10:56:43 +02001292static ssize_t iwl_dbgfs_rx_phyinfo_write(struct ieee80211_vif *vif, char *buf,
1293 size_t count, loff_t *ppos)
1294{
1295 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1296 struct iwl_mvm *mvm = mvmvif->mvm;
1297 struct ieee80211_chanctx_conf *chanctx_conf;
1298 struct iwl_mvm_phy_ctxt *phy_ctxt;
1299 u16 value;
1300 int ret;
1301
1302 ret = kstrtou16(buf, 0, &value);
1303 if (ret)
1304 return ret;
1305
1306 mutex_lock(&mvm->mutex);
1307 rcu_read_lock();
1308
1309 chanctx_conf = rcu_dereference(vif->chanctx_conf);
1310 /* make sure the channel context is assigned */
1311 if (!chanctx_conf) {
1312 rcu_read_unlock();
1313 mutex_unlock(&mvm->mutex);
1314 return -EINVAL;
1315 }
1316
1317 phy_ctxt = &mvm->phy_ctxts[*(u16 *)chanctx_conf->drv_priv];
1318 rcu_read_unlock();
1319
1320 mvm->dbgfs_rx_phyinfo = value;
1321
1322 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &chanctx_conf->min_def,
1323 chanctx_conf->rx_chains_static,
1324 chanctx_conf->rx_chains_dynamic);
1325 mutex_unlock(&mvm->mutex);
1326
1327 return ret ?: count;
1328}
1329
1330static ssize_t iwl_dbgfs_rx_phyinfo_read(struct file *file,
1331 char __user *user_buf,
1332 size_t count, loff_t *ppos)
1333{
1334 struct ieee80211_vif *vif = file->private_data;
1335 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1336 char buf[8];
1337
1338 snprintf(buf, sizeof(buf), "0x%04x\n", mvmvif->mvm->dbgfs_rx_phyinfo);
1339
1340 return simple_read_from_buffer(user_buf, count, ppos, buf, sizeof(buf));
1341}
1342
Alexander Bondare45a9412013-12-04 10:13:24 +02001343#define MVM_DEBUGFS_WRITE_FILE_OPS(name, bufsz) \
1344 _MVM_DEBUGFS_WRITE_FILE_OPS(name, bufsz, struct ieee80211_vif)
1345#define MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, bufsz) \
1346 _MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, bufsz, struct ieee80211_vif)
Johannes Berg820a1a52013-11-12 16:58:41 +01001347#define MVM_DEBUGFS_ADD_FILE_VIF(name, parent, mode) do { \
1348 if (!debugfs_create_file(#name, mode, parent, vif, \
1349 &iwl_dbgfs_##name##_ops)) \
1350 goto err; \
1351 } while (0)
1352
1353MVM_DEBUGFS_READ_FILE_OPS(mac_params);
Matti Gottlieb25870cb2015-05-04 09:34:37 +03001354MVM_DEBUGFS_READ_FILE_OPS(tx_pwr_lmt);
Alexander Bondare45a9412013-12-04 10:13:24 +02001355MVM_DEBUGFS_READ_WRITE_FILE_OPS(pm_params, 32);
1356MVM_DEBUGFS_READ_WRITE_FILE_OPS(bf_params, 256);
Johannes Berga21d7bc2013-11-12 17:30:52 +01001357MVM_DEBUGFS_READ_WRITE_FILE_OPS(low_latency, 10);
Johannes Berge39c1b52015-01-09 14:15:32 +01001358MVM_DEBUGFS_READ_WRITE_FILE_OPS(uapsd_misbehaving, 20);
Emmanuel Grumbachddf89ab2015-02-08 10:56:43 +02001359MVM_DEBUGFS_READ_WRITE_FILE_OPS(rx_phyinfo, 10);
Gregory Greenmance792912015-06-02 18:06:16 +03001360MVM_DEBUGFS_READ_WRITE_FILE_OPS(tof_enable, 32);
1361MVM_DEBUGFS_READ_WRITE_FILE_OPS(tof_range_request, 512);
1362MVM_DEBUGFS_READ_WRITE_FILE_OPS(tof_range_req_ext, 32);
1363MVM_DEBUGFS_READ_WRITE_FILE_OPS(tof_range_abort, 32);
1364MVM_DEBUGFS_READ_FILE_OPS(tof_range_response);
1365MVM_DEBUGFS_READ_WRITE_FILE_OPS(tof_responder_params, 32);
Johannes Berg820a1a52013-11-12 16:58:41 +01001366
1367void iwl_mvm_vif_dbgfs_register(struct iwl_mvm *mvm, struct ieee80211_vif *vif)
1368{
1369 struct dentry *dbgfs_dir = vif->debugfs_dir;
1370 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1371 char buf[100];
1372
1373 /*
1374 * Check if debugfs directory already exist before creating it.
1375 * This may happen when, for example, resetting hw or suspend-resume
1376 */
1377 if (!dbgfs_dir || mvmvif->dbgfs_dir)
1378 return;
1379
1380 mvmvif->dbgfs_dir = debugfs_create_dir("iwlmvm", dbgfs_dir);
Johannes Berg820a1a52013-11-12 16:58:41 +01001381
1382 if (!mvmvif->dbgfs_dir) {
1383 IWL_ERR(mvm, "Failed to create debugfs directory under %s\n",
1384 dbgfs_dir->d_name.name);
1385 return;
1386 }
1387
Emmanuel Grumbachad2549d2014-03-30 09:50:54 +03001388 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_CAM &&
Alexander Bondare45a9412013-12-04 10:13:24 +02001389 ((vif->type == NL80211_IFTYPE_STATION && !vif->p2p) ||
1390 (vif->type == NL80211_IFTYPE_STATION && vif->p2p &&
Alexander Bondar7303dd7f2014-02-03 21:57:28 +02001391 mvm->fw->ucode_capa.flags & IWL_UCODE_TLV_FLAGS_BSS_P2P_PS_DCM)))
Alexander Bondare45a9412013-12-04 10:13:24 +02001392 MVM_DEBUGFS_ADD_FILE_VIF(pm_params, mvmvif->dbgfs_dir, S_IWUSR |
1393 S_IRUSR);
1394
Matti Gottlieb25870cb2015-05-04 09:34:37 +03001395 MVM_DEBUGFS_ADD_FILE_VIF(tx_pwr_lmt, mvmvif->dbgfs_dir, S_IRUSR);
Emmanuel Grumbach32a65c32014-01-12 11:19:13 +02001396 MVM_DEBUGFS_ADD_FILE_VIF(mac_params, mvmvif->dbgfs_dir, S_IRUSR);
Johannes Berga21d7bc2013-11-12 17:30:52 +01001397 MVM_DEBUGFS_ADD_FILE_VIF(low_latency, mvmvif->dbgfs_dir,
1398 S_IRUSR | S_IWUSR);
Johannes Berge39c1b52015-01-09 14:15:32 +01001399 MVM_DEBUGFS_ADD_FILE_VIF(uapsd_misbehaving, mvmvif->dbgfs_dir,
1400 S_IRUSR | S_IWUSR);
Emmanuel Grumbachddf89ab2015-02-08 10:56:43 +02001401 MVM_DEBUGFS_ADD_FILE_VIF(rx_phyinfo, mvmvif->dbgfs_dir,
1402 S_IRUSR | S_IWUSR);
Johannes Berg820a1a52013-11-12 16:58:41 +01001403
Alexander Bondare45a9412013-12-04 10:13:24 +02001404 if (vif->type == NL80211_IFTYPE_STATION && !vif->p2p &&
1405 mvmvif == mvm->bf_allowed_vif)
1406 MVM_DEBUGFS_ADD_FILE_VIF(bf_params, mvmvif->dbgfs_dir,
1407 S_IRUSR | S_IWUSR);
1408
Gregory Greenmance792912015-06-02 18:06:16 +03001409 if (fw_has_capa(&mvm->fw->ucode_capa, IWL_UCODE_TLV_CAPA_TOF_SUPPORT) &&
1410 !vif->p2p && (vif->type != NL80211_IFTYPE_P2P_DEVICE)) {
1411 if (IWL_MVM_TOF_IS_RESPONDER && vif->type == NL80211_IFTYPE_AP)
1412 MVM_DEBUGFS_ADD_FILE_VIF(tof_responder_params,
1413 mvmvif->dbgfs_dir,
1414 S_IRUSR | S_IWUSR);
1415
1416 MVM_DEBUGFS_ADD_FILE_VIF(tof_range_request, mvmvif->dbgfs_dir,
1417 S_IRUSR | S_IWUSR);
1418 MVM_DEBUGFS_ADD_FILE_VIF(tof_range_req_ext, mvmvif->dbgfs_dir,
1419 S_IRUSR | S_IWUSR);
1420 MVM_DEBUGFS_ADD_FILE_VIF(tof_enable, mvmvif->dbgfs_dir,
1421 S_IRUSR | S_IWUSR);
1422 MVM_DEBUGFS_ADD_FILE_VIF(tof_range_abort, mvmvif->dbgfs_dir,
1423 S_IRUSR | S_IWUSR);
1424 MVM_DEBUGFS_ADD_FILE_VIF(tof_range_response, mvmvif->dbgfs_dir,
1425 S_IRUSR);
1426 }
1427
Johannes Berg820a1a52013-11-12 16:58:41 +01001428 /*
1429 * Create symlink for convenience pointing to interface specific
1430 * debugfs entries for the driver. For example, under
1431 * /sys/kernel/debug/iwlwifi/0000\:02\:00.0/iwlmvm/
1432 * find
1433 * netdev:wlan0 -> ../../../ieee80211/phy0/netdev:wlan0/iwlmvm/
1434 */
1435 snprintf(buf, 100, "../../../%s/%s/%s/%s",
1436 dbgfs_dir->d_parent->d_parent->d_name.name,
1437 dbgfs_dir->d_parent->d_name.name,
1438 dbgfs_dir->d_name.name,
1439 mvmvif->dbgfs_dir->d_name.name);
1440
1441 mvmvif->dbgfs_slink = debugfs_create_symlink(dbgfs_dir->d_name.name,
1442 mvm->debugfs_dir, buf);
1443 if (!mvmvif->dbgfs_slink)
1444 IWL_ERR(mvm, "Can't create debugfs symbolic link under %s\n",
1445 dbgfs_dir->d_name.name);
1446 return;
1447err:
1448 IWL_ERR(mvm, "Can't create debugfs entity\n");
1449}
1450
1451void iwl_mvm_vif_dbgfs_clean(struct iwl_mvm *mvm, struct ieee80211_vif *vif)
1452{
1453 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1454
1455 debugfs_remove(mvmvif->dbgfs_slink);
1456 mvmvif->dbgfs_slink = NULL;
1457
1458 debugfs_remove_recursive(mvmvif->dbgfs_dir);
1459 mvmvif->dbgfs_dir = NULL;
1460}