diff options
| author | Miri Korenblit <[email protected]> | 2023-10-04 12:36:24 +0300 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2023-10-23 12:21:47 +0200 |
| commit | e9dd25550770a0ad301b482db860032cdd890548 (patch) | |
| tree | d3db04158689b4e14343abf0ff71f5018c939edf /tools/perf/scripts/python/bin | |
| parent | c36235acb34fb3a2916558d3845203cae181e0be (diff) | |
wifi: iwlwifi: mvm: add a per-link debugfs
Add a per-link debugfs entry in iwlmvm level so we can read/write link
related parameters.
Do it by implementing the link_add_debugfs API introduced by mac80211.
Each entry will have a path like this:
.../netdev:wlan0/link-X/iwlmvm/<file_name>
for each link X.
For non-MLD vifs this callback is called when the original vif
debugfs dir is also created, so handle that case by not creating
the 'iwlmvm' directory again.
Note that we don't have to worry about the cleaning the iwlmvm/*
directory as it is already done by mac80211 when removing the link
(or netdev).
Signed-off-by: Miri Korenblit <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Gregory Greenman <[email protected]>
Link: https://lore.kernel.org/r/20231004123422.6a161f021ae8.Ic8f40f2b4682270c94036e3c11c3996ae34266fa@changeid
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions