The function is only used locally. Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> --- net/mac80211/ieee80211_sta.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- everything.orig/net/mac80211/ieee80211_sta.c 2007-12-19 00:35:22.723022189 +0100 +++ everything/net/mac80211/ieee80211_sta.c 2007-12-19 00:48:26.783024250 +0100 @@ -1994,10 +1994,10 @@ static void ieee80211_rx_mgmt_probe_req( ieee80211_sta_tx(dev, skb, 0); } -void ieee80211_rx_mgmt_action(struct net_device *dev, - struct ieee80211_if_sta *ifsta, - struct ieee80211_mgmt *mgmt, - size_t len) +static void ieee80211_rx_mgmt_action(struct net_device *dev, + struct ieee80211_if_sta *ifsta, + struct ieee80211_mgmt *mgmt, + size_t len) { if (len < IEEE80211_MIN_ACTION_SIZE) return; -- - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html