brcmfmac: (clean) Rename files wl_cfg80211 to cfg80211
Reviewed-by: Arend Van Spriel <arend@broadcom.com> Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com> Signed-off-by: Hante Meuleman <meuleman@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
76b5a96d1d
commit
bfe8197582
|
@ -23,7 +23,7 @@ ccflags-y += -D__CHECK_ENDIAN__
|
|||
|
||||
obj-$(CONFIG_BRCMFMAC) += brcmfmac.o
|
||||
brcmfmac-objs += \
|
||||
wl_cfg80211.o \
|
||||
cfg80211.o \
|
||||
chip.o \
|
||||
fwil.o \
|
||||
fweh.o \
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "fwil_types.h"
|
||||
#include "btcoex.h"
|
||||
#include "p2p.h"
|
||||
#include "wl_cfg80211.h"
|
||||
#include "cfg80211.h"
|
||||
|
||||
/* T1 start SCO/eSCO priority suppression */
|
||||
#define BRCMF_BTCOEX_OPPR_WIN_TIME 2000
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "fwil_types.h"
|
||||
#include "p2p.h"
|
||||
#include "btcoex.h"
|
||||
#include "wl_cfg80211.h"
|
||||
#include "cfg80211.h"
|
||||
#include "feature.h"
|
||||
#include "fwil.h"
|
||||
#include "proto.h"
|
||||
|
@ -5657,7 +5657,8 @@ enum nl80211_iftype brcmf_cfg80211_get_iftype(struct brcmf_if *ifp)
|
|||
return wdev->iftype;
|
||||
}
|
||||
|
||||
bool brcmf_get_vif_state_any(struct brcmf_cfg80211_info *cfg, unsigned long state)
|
||||
bool brcmf_get_vif_state_any(struct brcmf_cfg80211_info *cfg,
|
||||
unsigned long state)
|
||||
{
|
||||
struct brcmf_cfg80211_vif *vif;
|
||||
|
|
@ -14,8 +14,8 @@
|
|||
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef _wl_cfg80211_h_
|
||||
#define _wl_cfg80211_h_
|
||||
#ifndef BRCMFMAC_CFG80211_H
|
||||
#define BRCMFMAC_CFG80211_H
|
||||
|
||||
/* for brcmu_d11inf */
|
||||
#include <brcmu_d11.h>
|
||||
|
@ -480,7 +480,8 @@ const struct brcmf_tlv *
|
|||
brcmf_parse_tlvs(const void *buf, int buflen, uint key);
|
||||
u16 channel_to_chanspec(struct brcmu_d11inf *d11inf,
|
||||
struct ieee80211_channel *ch);
|
||||
bool brcmf_get_vif_state_any(struct brcmf_cfg80211_info *cfg, unsigned long state);
|
||||
bool brcmf_get_vif_state_any(struct brcmf_cfg80211_info *cfg,
|
||||
unsigned long state);
|
||||
void brcmf_cfg80211_arm_vif_event(struct brcmf_cfg80211_info *cfg,
|
||||
struct brcmf_cfg80211_vif *vif);
|
||||
bool brcmf_cfg80211_vif_event_armed(struct brcmf_cfg80211_info *cfg);
|
||||
|
@ -493,4 +494,4 @@ void brcmf_set_mpc(struct brcmf_if *ndev, int mpc);
|
|||
void brcmf_abort_scanning(struct brcmf_cfg80211_info *cfg);
|
||||
void brcmf_cfg80211_free_netdev(struct net_device *ndev);
|
||||
|
||||
#endif /* _wl_cfg80211_h_ */
|
||||
#endif /* BRCMFMAC_CFG80211_H */
|
|
@ -27,7 +27,7 @@
|
|||
#include "debug.h"
|
||||
#include "fwil_types.h"
|
||||
#include "p2p.h"
|
||||
#include "wl_cfg80211.h"
|
||||
#include "cfg80211.h"
|
||||
#include "fwil.h"
|
||||
#include "fwsignal.h"
|
||||
#include "feature.h"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include "fweh.h"
|
||||
#include "fwsignal.h"
|
||||
#include "p2p.h"
|
||||
#include "wl_cfg80211.h"
|
||||
#include "cfg80211.h"
|
||||
#include "proto.h"
|
||||
|
||||
/**
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "fwil.h"
|
||||
#include "fwil_types.h"
|
||||
#include "p2p.h"
|
||||
#include "wl_cfg80211.h"
|
||||
#include "cfg80211.h"
|
||||
|
||||
/* parameters used for p2p escan */
|
||||
#define P2PAPI_SCAN_NPROBES 1
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "dhd.h"
|
||||
#include "p2p.h"
|
||||
#include "debug.h"
|
||||
#include "wl_cfg80211.h"
|
||||
#include "cfg80211.h"
|
||||
#include "vendor.h"
|
||||
#include "fwil.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue