diff options
| author | Miri Korenblit <[email protected]> | 2023-09-28 17:35:25 +0300 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2023-10-23 11:43:26 +0200 |
| commit | a1f5dcb1c0c1e26a7e158ce9fc28355041f26909 (patch) | |
| tree | d1b7316b7fc1eaaa3782b436d5e8670088419c35 /tools/perf/scripts/python/bin | |
| parent | 822cab1987a0e028e38b60aecd98af0289b46e7b (diff) | |
wifi: mac80211: add a driver callback to add vif debugfs
Add a callback which the driver can use to add the vif debugfs.
We used to have this back until commit d260ff12e776 ("mac80211:
remove vif debugfs driver callbacks") where we thought that it
will be easier to just add them during interface add/remove.
However, now with multi-link, we want to have proper debugfs
for drivers for multi-link where some files might be in the
netdev for non-MLO connections, and in the links for MLO ones,
so we need to do some reconstruction when switching the mode.
Moving to this new call enables that and MLO drivers will have
to use it for proper debugfs operation.
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/20230928172905.ac38913f6ab7.Iee731d746bb08fcc628fa776f337016a12dc62ac@changeid
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions