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

Commit 1da2a44b authored by Rahul Garg's avatar Rahul Garg Committed by Greg Kroah-Hartman
Browse files

patch "staging: rtl8723au: os_dep: declared cfg80211_infrastructure_mode static



Declared cfg80211_infrastructure_mode method static to remove sparse warning

Signed-off-by: default avatarRahul Garg <rahul.lnmiit@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f1c571dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1118,7 +1118,7 @@ static int cfg80211_rtw_get_station(struct wiphy *wiphy,
	return ret;
}

int cfg80211_infrastructure_mode(struct rtw_adapter *padapter,
static int cfg80211_infrastructure_mode(struct rtw_adapter *padapter,
				 enum nl80211_iftype ifmode)
{
	struct mlme_priv *pmlmepriv = &padapter->mlmepriv;