summaryrefslogtreecommitdiffstats
path: root/net/mac80211/agg-rx.c
diff options
context:
space:
mode:
authorJohannes Berg2017-11-13 14:54:24 +0100
committerJohannes Berg2017-12-11 12:16:05 +0100
commita9d09bc1bcac89996fc961b1ae023d72171af7b6 (patch)
treeea71084e43985d04b685167e22327a6abdec2c4d /net/mac80211/agg-rx.c
parentmac80211: enable TDLS peer buffer STA feature (diff)
downloadkernel-qcow2-linux-a9d09bc1bcac89996fc961b1ae023d72171af7b6.tar.gz
kernel-qcow2-linux-a9d09bc1bcac89996fc961b1ae023d72171af7b6.tar.xz
kernel-qcow2-linux-a9d09bc1bcac89996fc961b1ae023d72171af7b6.zip
mac80211: make __ieee80211_start_rx_ba_session static
The function is only used with the file, so make it static. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/agg-rx.c')
-rw-r--r--net/mac80211/agg-rx.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/mac80211/agg-rx.c b/net/mac80211/agg-rx.c
index 35e94483fb8c..a8b1616cec41 100644
--- a/net/mac80211/agg-rx.c
+++ b/net/mac80211/agg-rx.c
@@ -404,10 +404,11 @@ end:
timeout);
}
-void __ieee80211_start_rx_ba_session(struct sta_info *sta,
- u8 dialog_token, u16 timeout,
- u16 start_seq_num, u16 ba_policy, u16 tid,
- u16 buf_size, bool tx, bool auto_seq)
+static void __ieee80211_start_rx_ba_session(struct sta_info *sta,
+ u8 dialog_token, u16 timeout,
+ u16 start_seq_num, u16 ba_policy,
+ u16 tid, u16 buf_size, bool tx,
+ bool auto_seq)
{
mutex_lock(&sta->ampdu_mlme.mtx);
___ieee80211_start_rx_ba_session(sta, dialog_token, timeout,