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

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment