Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4f727a6 authored by Jouni Malinen's avatar Jouni Malinen Committed by John W. Linville
Browse files

mac80211: Mark ieee80211_process_sa_query_req() static



This function is only used within rx.c, so mark it static.

Signed-off-by: default avatarJouni Malinen <j@w1.fi>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d2b21f19
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1667,7 +1667,7 @@ ieee80211_rx_h_ctrl(struct ieee80211_rx_data *rx)
	return RX_CONTINUE;
}

void ieee80211_process_sa_query_req(struct ieee80211_sub_if_data *sdata,
static void ieee80211_process_sa_query_req(struct ieee80211_sub_if_data *sdata,
					   struct ieee80211_mgmt *mgmt,
					   size_t len)
{