aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/rx.c')
-rw-r--r--net/mac80211/rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index e0cb3357f79c..775365f856c9 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -1666,7 +1666,7 @@ static void ieee80211_process_sa_query_req(struct ieee80211_sub_if_data *sdata,
1666 mgmt->u.action.u.sa_query.trans_id, 1666 mgmt->u.action.u.sa_query.trans_id,
1667 WLAN_SA_QUERY_TR_ID_LEN); 1667 WLAN_SA_QUERY_TR_ID_LEN);
1668 1668
1669 ieee80211_tx_skb(sdata, skb, 1); 1669 ieee80211_tx_skb(sdata, skb);
1670} 1670}
1671 1671
1672static ieee80211_rx_result debug_noinline 1672static ieee80211_rx_result debug_noinline