diff options
author | Johannes Berg <johannes.berg@intel.com> | 2024-02-08 11:57:43 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2024-02-08 11:58:25 +0300 |
commit | af4acac7caa17cf10742c80e2dd859e21d06abb9 (patch) | |
tree | 650468891990d2f8edc6726aab697ff35d8b9673 /net/mac80211/iface.c | |
parent | 94dd7ce1885e530a7b10bbe50d5d68ba1bb99e6e (diff) | |
parent | 0647903efbc84b772325b4d24d9487e24d6d1e03 (diff) | |
download | linux-af4acac7caa17cf10742c80e2dd859e21d06abb9.tar.xz |
Merge wireless into wireless-next
There are some changes coming to wireless-next that will
otherwise cause conflicts, pull wireless in first to be
able to resolve that when applying the individual changes
rather than having to do merge resolution later.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/iface.c')
-rw-r--r-- | net/mac80211/iface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c index df314222c2c9..1a6e9dd39a37 100644 --- a/net/mac80211/iface.c +++ b/net/mac80211/iface.c @@ -1799,7 +1799,7 @@ static void ieee80211_setup_sdata(struct ieee80211_sub_if_data *sdata, /* need to do this after the switch so vif.type is correct */ ieee80211_link_setup(&sdata->deflink); - ieee80211_debugfs_add_netdev(sdata, false); + ieee80211_debugfs_recreate_netdev(sdata, false); } static int ieee80211_runtime_change_iftype(struct ieee80211_sub_if_data *sdata, |