mirror of https://gitee.com/openkylin/linux.git
brcmfmac: remove brcmf_find_bssidx() function
The function brcmf_find_bssidx() is no longer used so remove it from the driver code. Reviewed-by: Hante Meuleman <meuleman@broadcom.com> Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Franky Lin <frankyl@broadcom.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
2eaba7e8b4
commit
ec6de0ed3e
|
@ -514,16 +514,6 @@ brcmf_cfg80211_change_iface(struct wiphy *wiphy, struct net_device *ndev,
|
|||
return err;
|
||||
}
|
||||
|
||||
/*
|
||||
* For now brcmf_find_bssidx will return 0. Once p2p gets implemented this
|
||||
* should return the ndev matching bssidx.
|
||||
*/
|
||||
static s32
|
||||
brcmf_find_bssidx(struct brcmf_cfg80211_info *cfg, struct net_device *ndev)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void brcmf_set_mpc(struct net_device *ndev, int mpc)
|
||||
{
|
||||
s32 err = 0;
|
||||
|
|
Loading…
Reference in New Issue