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

Commit 368a07d2 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

mac80211: make a function static



sparse correctly complains that
__ieee80211_get_channel_mode is not static.

Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent c6a6368b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#include <linux/nl80211.h>
#include "ieee80211_i.h"

enum ieee80211_chan_mode
static enum ieee80211_chan_mode
__ieee80211_get_channel_mode(struct ieee80211_local *local,
			     struct ieee80211_sub_if_data *ignore)
{