diff options
author | Benjamin Berg <benjamin.berg@intel.com> | 2023-03-01 12:09:26 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2023-03-07 10:55:56 +0100 |
commit | 586100ad85fed0041e203d6006d45e0ec4c5a0b4 (patch) | |
tree | 2fd9c0f84fd4ac5a0a34b8917ec04259d11726ec /net | |
parent | e1f113cc67870375eae0c7b84c2a40cc6388d903 (diff) | |
download | linux-stable-586100ad85fed0041e203d6006d45e0ec4c5a0b4.tar.gz linux-stable-586100ad85fed0041e203d6006d45e0ec4c5a0b4.tar.bz2 linux-stable-586100ad85fed0041e203d6006d45e0ec4c5a0b4.zip |
wifi: mac80211: remove SMPS from AP debugfs
The spatial multiplexing power save feature does not apply to
AP mode. Remove it from debugfs in this case.
Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230301115906.01b167027dd5.Iee69f2e4df98581f259ef2c76309b940b20174be@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/mac80211/debugfs_netdev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/debugfs_netdev.c b/net/mac80211/debugfs_netdev.c index 0bac9af3ca96..187bb22c0bbd 100644 --- a/net/mac80211/debugfs_netdev.c +++ b/net/mac80211/debugfs_netdev.c @@ -698,7 +698,6 @@ static void add_sta_files(struct ieee80211_sub_if_data *sdata) static void add_ap_files(struct ieee80211_sub_if_data *sdata) { DEBUGFS_ADD(num_mcast_sta); - DEBUGFS_ADD_MODE(smps, 0600); DEBUGFS_ADD(num_sta_ps); DEBUGFS_ADD(dtim_count); DEBUGFS_ADD(num_buffered_multicast); |