diff options
author | Jouni Malinen <j@w1.fi> | 2009-01-10 04:46:53 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 16:00:20 -0500 |
commit | f4f727a6c84a6ba8f099b84b2a9f0b2ceddc1c8a (patch) | |
tree | e9a6a7c6a5d9df55a37515a4b8a6462c42606b2c /net/mac80211/rx.c | |
parent | d2b21f191753abd12c4063776cb1a3d635397509 (diff) |
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>
Diffstat (limited to 'net/mac80211/rx.c')
-rw-r--r-- | net/mac80211/rx.c | 6 |
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 | ||
1670 | void ieee80211_process_sa_query_req(struct ieee80211_sub_if_data *sdata, | 1670 | static 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; |