diff options
| author | Johannes Berg <johannes.berg@intel.com> | 2024-02-08 09:57:43 +0100 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2024-02-08 09:58:25 +0100 |
| commit | af4acac7caa17cf10742c80e2dd859e21d06abb9 (patch) | |
| tree | 650468891990d2f8edc6726aab697ff35d8b9673 /net/mac80211/debugfs_netdev.c | |
| parent | 94dd7ce1885e530a7b10bbe50d5d68ba1bb99e6e (diff) | |
| parent | 0647903efbc84b772325b4d24d9487e24d6d1e03 (diff) | |
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/debugfs_netdev.c')
| -rw-r--r-- | net/mac80211/debugfs_netdev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/debugfs_netdev.c b/net/mac80211/debugfs_netdev.c index dce5606ed66d..68596ef78b15 100644 --- a/net/mac80211/debugfs_netdev.c +++ b/net/mac80211/debugfs_netdev.c @@ -997,8 +997,8 @@ static void add_link_files(struct ieee80211_link_data *link, } } -void ieee80211_debugfs_add_netdev(struct ieee80211_sub_if_data *sdata, - bool mld_vif) +static void ieee80211_debugfs_add_netdev(struct ieee80211_sub_if_data *sdata, + bool mld_vif) { char buf[10+IFNAMSIZ]; |