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

Commit 4e20cb29 authored by Johannes Berg's avatar Johannes Berg Committed by David S. Miller
Browse files

mac80211: make ieee80211_rx_mgmt_action static



The function is only used locally.

Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 678f5f71
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1994,7 +1994,7 @@ static void ieee80211_rx_mgmt_probe_req(struct net_device *dev,
	ieee80211_sta_tx(dev, skb, 0);
}

void ieee80211_rx_mgmt_action(struct net_device *dev,
static void ieee80211_rx_mgmt_action(struct net_device *dev,
				     struct ieee80211_if_sta *ifsta,
				     struct ieee80211_mgmt *mgmt,
				     size_t len)