mac80211: Mark ieee80211_process_sa_query_req() static
This function is only used within rx.c, so mark it static. Signed-off-by: Jouni Malinen <j@w1.fi> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
d2b21f1917
commit
f4f727a6c8
1 changed files with 3 additions and 3 deletions
|
|
@ -1667,7 +1667,7 @@ ieee80211_rx_h_ctrl(struct ieee80211_rx_data *rx)
|
||||||
return RX_CONTINUE;
|
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,
|
struct ieee80211_mgmt *mgmt,
|
||||||
size_t len)
|
size_t len)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue