Commit bfe81975 authored by Hante Meuleman's avatar Hante Meuleman Committed by John W. Linville

brcmfmac: (clean) Rename files wl_cfg80211 to cfg80211

Reviewed-by: default avatarArend Van Spriel <arend@broadcom.com>
Reviewed-by: default avatarPieter-Paul Giesberts <pieterpg@broadcom.com>
Signed-off-by: default avatarHante Meuleman <meuleman@broadcom.com>
Signed-off-by: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 76b5a96d
...@@ -23,7 +23,7 @@ ccflags-y += -D__CHECK_ENDIAN__ ...@@ -23,7 +23,7 @@ ccflags-y += -D__CHECK_ENDIAN__
obj-$(CONFIG_BRCMFMAC) += brcmfmac.o obj-$(CONFIG_BRCMFMAC) += brcmfmac.o
brcmfmac-objs += \ brcmfmac-objs += \
wl_cfg80211.o \ cfg80211.o \
chip.o \ chip.o \
fwil.o \ fwil.o \
fweh.o \ fweh.o \
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "fwil_types.h" #include "fwil_types.h"
#include "btcoex.h" #include "btcoex.h"
#include "p2p.h" #include "p2p.h"
#include "wl_cfg80211.h" #include "cfg80211.h"
/* T1 start SCO/eSCO priority suppression */ /* T1 start SCO/eSCO priority suppression */
#define BRCMF_BTCOEX_OPPR_WIN_TIME 2000 #define BRCMF_BTCOEX_OPPR_WIN_TIME 2000
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include "fwil_types.h" #include "fwil_types.h"
#include "p2p.h" #include "p2p.h"
#include "btcoex.h" #include "btcoex.h"
#include "wl_cfg80211.h" #include "cfg80211.h"
#include "feature.h" #include "feature.h"
#include "fwil.h" #include "fwil.h"
#include "proto.h" #include "proto.h"
...@@ -5657,7 +5657,8 @@ enum nl80211_iftype brcmf_cfg80211_get_iftype(struct brcmf_if *ifp) ...@@ -5657,7 +5657,8 @@ enum nl80211_iftype brcmf_cfg80211_get_iftype(struct brcmf_if *ifp)
return wdev->iftype; 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; struct brcmf_cfg80211_vif *vif;
......
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
#ifndef _wl_cfg80211_h_ #ifndef BRCMFMAC_CFG80211_H
#define _wl_cfg80211_h_ #define BRCMFMAC_CFG80211_H
/* for brcmu_d11inf */ /* for brcmu_d11inf */
#include <brcmu_d11.h> #include <brcmu_d11.h>
...@@ -480,7 +480,8 @@ const struct brcmf_tlv * ...@@ -480,7 +480,8 @@ const struct brcmf_tlv *
brcmf_parse_tlvs(const void *buf, int buflen, uint key); brcmf_parse_tlvs(const void *buf, int buflen, uint key);
u16 channel_to_chanspec(struct brcmu_d11inf *d11inf, u16 channel_to_chanspec(struct brcmu_d11inf *d11inf,
struct ieee80211_channel *ch); 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, void brcmf_cfg80211_arm_vif_event(struct brcmf_cfg80211_info *cfg,
struct brcmf_cfg80211_vif *vif); struct brcmf_cfg80211_vif *vif);
bool brcmf_cfg80211_vif_event_armed(struct brcmf_cfg80211_info *cfg); 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); ...@@ -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_abort_scanning(struct brcmf_cfg80211_info *cfg);
void brcmf_cfg80211_free_netdev(struct net_device *ndev); void brcmf_cfg80211_free_netdev(struct net_device *ndev);
#endif /* _wl_cfg80211_h_ */ #endif /* BRCMFMAC_CFG80211_H */
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "debug.h" #include "debug.h"
#include "fwil_types.h" #include "fwil_types.h"
#include "p2p.h" #include "p2p.h"
#include "wl_cfg80211.h" #include "cfg80211.h"
#include "fwil.h" #include "fwil.h"
#include "fwsignal.h" #include "fwsignal.h"
#include "feature.h" #include "feature.h"
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include "fweh.h" #include "fweh.h"
#include "fwsignal.h" #include "fwsignal.h"
#include "p2p.h" #include "p2p.h"
#include "wl_cfg80211.h" #include "cfg80211.h"
#include "proto.h" #include "proto.h"
/** /**
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "fwil.h" #include "fwil.h"
#include "fwil_types.h" #include "fwil_types.h"
#include "p2p.h" #include "p2p.h"
#include "wl_cfg80211.h" #include "cfg80211.h"
/* parameters used for p2p escan */ /* parameters used for p2p escan */
#define P2PAPI_SCAN_NPROBES 1 #define P2PAPI_SCAN_NPROBES 1
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include "dhd.h" #include "dhd.h"
#include "p2p.h" #include "p2p.h"
#include "debug.h" #include "debug.h"
#include "wl_cfg80211.h" #include "cfg80211.h"
#include "vendor.h" #include "vendor.h"
#include "fwil.h" #include "fwil.h"
......
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