summaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2022-05-30 21:28:31 +0200
committerJohannes Berg <johannes.berg@intel.com>2022-06-20 12:55:17 +0200
commit2a5ccbeec0f226c3a1099aac74069d89ea119e01 (patch)
tree8637b579a802b3859d30973ef1962a711003ec44 /net/mac80211/sta_info.h
parentb4f85443c17c7edb49c82fc1d28d26860c8c850d (diff)
downloadlinux-stable-2a5ccbeec0f226c3a1099aac74069d89ea119e01.tar.gz
linux-stable-2a5ccbeec0f226c3a1099aac74069d89ea119e01.tar.bz2
linux-stable-2a5ccbeec0f226c3a1099aac74069d89ea119e01.zip
wifi: mac80211: remove sta_info_tx_streams()
The function is unused since commit 52b4810bed83 ("mac80211: Remove support for changing AP SMPS mode") so we can just remove it. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r--net/mac80211/sta_info.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index aa6950aa49a9..134a7dad0ac4 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -891,7 +891,6 @@ u32 sta_get_expected_throughput(struct sta_info *sta);
void ieee80211_sta_expire(struct ieee80211_sub_if_data *sdata,
unsigned long exp_time);
-u8 sta_info_tx_streams(struct sta_info *sta);
void ieee80211_sta_ps_deliver_wakeup(struct sta_info *sta);
void ieee80211_sta_ps_deliver_poll_response(struct sta_info *sta);