mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
wifi: brcmfmac: Remove unused brcmf_cfg80211_get_iftype()
brcmf_cfg80211_get_iftype() has been unused since 2013's commit
5cd51c2bad ("brcmfmac: Find correct MAC descriptor in case of TDLS.")
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20241004004252.470836-1-linux@treblig.org
This commit is contained in:
parent
29dd3e48b9
commit
e2e2511347
|
|
@ -7820,13 +7820,6 @@ s32 brcmf_cfg80211_down(struct net_device *ndev)
|
|||
return err;
|
||||
}
|
||||
|
||||
enum nl80211_iftype brcmf_cfg80211_get_iftype(struct brcmf_if *ifp)
|
||||
{
|
||||
struct wireless_dev *wdev = &ifp->vif->wdev;
|
||||
|
||||
return wdev->iftype;
|
||||
}
|
||||
|
||||
bool brcmf_get_vif_state_any(struct brcmf_cfg80211_info *cfg,
|
||||
unsigned long state)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -443,7 +443,6 @@ void brcmf_cfg80211_detach(struct brcmf_cfg80211_info *cfg);
|
|||
s32 brcmf_cfg80211_up(struct net_device *ndev);
|
||||
s32 brcmf_cfg80211_down(struct net_device *ndev);
|
||||
struct cfg80211_ops *brcmf_cfg80211_get_ops(struct brcmf_mp_device *settings);
|
||||
enum nl80211_iftype brcmf_cfg80211_get_iftype(struct brcmf_if *ifp);
|
||||
|
||||
struct brcmf_cfg80211_vif *brcmf_alloc_vif(struct brcmf_cfg80211_info *cfg,
|
||||
enum nl80211_iftype type);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user