aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/mac80211/rx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index 57ce697e3251..b648c4550d98 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -1667,9 +1667,9 @@ ieee80211_rx_h_ctrl(struct ieee80211_rx_data *rx)
1667 return RX_CONTINUE; 1667 return RX_CONTINUE;
1668} 1668}
1669 1669
1670void ieee80211_process_sa_query_req(struct ieee80211_sub_if_data *sdata, 1670static void ieee80211_process_sa_query_req(struct ieee80211_sub_if_data *sdata,
1671 struct ieee80211_mgmt *mgmt, 1671 struct ieee80211_mgmt *mgmt,
1672 size_t len) 1672 size_t len)
1673{ 1673{
1674 struct ieee80211_local *local = sdata->local; 1674 struct ieee80211_local *local = sdata->local;
1675 struct sk_buff *skb; 1675 struct sk_buff *skb;