mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-15 06:00:41 +00:00
patch "staging: rtl8723au: os_dep: declared cfg80211_infrastructure_mode static
Declared cfg80211_infrastructure_mode method static to remove sparse warning Signed-off-by: Rahul Garg <rahul.lnmiit@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f1c571dcf0
commit
1da2a44bf8
@ -1118,7 +1118,7 @@ exit:
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user