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

brcmfmac: (clean) Rename files dhd_dbg to debug

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 4a1c6150
...@@ -50,7 +50,7 @@ brcmfmac-$(CONFIG_BRCMFMAC_USB) += \ ...@@ -50,7 +50,7 @@ brcmfmac-$(CONFIG_BRCMFMAC_USB) += \
brcmfmac-$(CONFIG_BRCMFMAC_PCIE) += \ brcmfmac-$(CONFIG_BRCMFMAC_PCIE) += \
pcie.o pcie.o
brcmfmac-$(CONFIG_BRCMDBG) += \ brcmfmac-$(CONFIG_BRCMDBG) += \
dhd_dbg.o debug.o
brcmfmac-$(CONFIG_BRCM_TRACING) += \ brcmfmac-$(CONFIG_BRCM_TRACING) += \
tracepoint.o tracepoint.o
brcmfmac-$(CONFIG_OF) += \ brcmfmac-$(CONFIG_OF) += \
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include "dhd.h" #include "dhd.h"
#include "dhd_bus.h" #include "dhd_bus.h"
#include "fwsignal.h" #include "fwsignal.h"
#include "dhd_dbg.h" #include "debug.h"
#include "tracepoint.h" #include "tracepoint.h"
#include "proto.h" #include "proto.h"
#include "bcdc.h" #include "bcdc.h"
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
#include <soc.h> #include <soc.h>
#include "chip.h" #include "chip.h"
#include "dhd_bus.h" #include "dhd_bus.h"
#include "dhd_dbg.h" #include "debug.h"
#include "sdio_host.h" #include "sdio_host.h"
#include "of.h" #include "of.h"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <brcmu_utils.h> #include <brcmu_utils.h>
#include <defs.h> #include <defs.h>
#include <dhd.h> #include <dhd.h>
#include <dhd_dbg.h> #include "debug.h"
#include "fwil.h" #include "fwil.h"
#include "fwil_types.h" #include "fwil_types.h"
#include "btcoex.h" #include "btcoex.h"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <brcm_hw_ids.h> #include <brcm_hw_ids.h>
#include <brcmu_utils.h> #include <brcmu_utils.h>
#include <chipcommon.h> #include <chipcommon.h>
#include "dhd_dbg.h" #include "debug.h"
#include "chip.h" #include "chip.h"
/* SOC Interconnect types (aka chip types) */ /* SOC Interconnect types (aka chip types) */
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <brcmu_utils.h> #include <brcmu_utils.h>
#include "dhd.h" #include "dhd.h"
#include "dhd_bus.h" #include "dhd_bus.h"
#include "dhd_dbg.h" #include "debug.h"
static struct dentry *root_folder; static struct dentry *root_folder;
......
...@@ -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 _BRCMF_DBG_H_ #ifndef BRCMFMAC_DEBUG_H
#define _BRCMF_DBG_H_ #define BRCMFMAC_DEBUG_H
/* message levels */ /* message levels */
#define BRCMF_TRACE_VAL 0x00000002 #define BRCMF_TRACE_VAL 0x00000002
...@@ -133,4 +133,4 @@ int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn, ...@@ -133,4 +133,4 @@ int brcmf_debugfs_add_entry(struct brcmf_pub *drvr, const char *fn,
} }
#endif #endif
#endif /* _BRCMF_DBG_H_ */ #endif /* BRCMFMAC_DEBUG_H */
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#ifndef _BRCMF_BUS_H_ #ifndef _BRCMF_BUS_H_
#define _BRCMF_BUS_H_ #define _BRCMF_BUS_H_
#include "dhd_dbg.h" #include "debug.h"
/* IDs of the 6 default common rings of msgbuf protocol */ /* IDs of the 6 default common rings of msgbuf protocol */
#define BRCMF_H2D_MSGRING_CONTROL_SUBMIT 0 #define BRCMF_H2D_MSGRING_CONTROL_SUBMIT 0
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <brcmu_utils.h> #include <brcmu_utils.h>
#include "dhd.h" #include "dhd.h"
#include "dhd_bus.h" #include "dhd_bus.h"
#include "dhd_dbg.h" #include "debug.h"
#include "fwil.h" #include "fwil.h"
#include "fwil_types.h" #include "fwil_types.h"
#include "tracepoint.h" #include "tracepoint.h"
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include "dhd.h" #include "dhd.h"
#include "dhd_bus.h" #include "dhd_bus.h"
#include "dhd_dbg.h" #include "debug.h"
#include "fwil_types.h" #include "fwil_types.h"
#include "p2p.h" #include "p2p.h"
#include "wl_cfg80211.h" #include "wl_cfg80211.h"
......
...@@ -97,7 +97,7 @@ struct rte_console { ...@@ -97,7 +97,7 @@ struct rte_console {
#include <chipcommon.h> #include <chipcommon.h>
#include "dhd_bus.h" #include "dhd_bus.h"
#include "dhd_dbg.h" #include "debug.h"
#include "tracepoint.h" #include "tracepoint.h"
#define TXQLEN 2048 /* bulk tx queue length */ #define TXQLEN 2048 /* bulk tx queue length */
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <brcm_hw_ids.h> #include <brcm_hw_ids.h>
#include "dhd.h" #include "dhd.h"
#include "dhd_bus.h" #include "dhd_bus.h"
#include "dhd_dbg.h" #include "debug.h"
#include "fwil.h" #include "fwil.h"
#include "feature.h" #include "feature.h"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <linux/firmware.h> #include <linux/firmware.h>
#include <linux/module.h> #include <linux/module.h>
#include "dhd_dbg.h" #include "debug.h"
#include "firmware.h" #include "firmware.h"
char brcmf_firmware_path[BRCMF_FW_PATH_LEN]; char brcmf_firmware_path[BRCMF_FW_PATH_LEN];
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <brcmu_utils.h> #include <brcmu_utils.h>
#include "dhd.h" #include "dhd.h"
#include "dhd_dbg.h" #include "debug.h"
#include "dhd_bus.h" #include "dhd_bus.h"
#include "proto.h" #include "proto.h"
#include "flowring.h" #include "flowring.h"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "brcmu_utils.h" #include "brcmu_utils.h"
#include "dhd.h" #include "dhd.h"
#include "dhd_dbg.h" #include "debug.h"
#include "tracepoint.h" #include "tracepoint.h"
#include "fwsignal.h" #include "fwsignal.h"
#include "fweh.h" #include "fweh.h"
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <brcmu_wifi.h> #include <brcmu_wifi.h>
#include "dhd.h" #include "dhd.h"
#include "dhd_bus.h" #include "dhd_bus.h"
#include "dhd_dbg.h" #include "debug.h"
#include "tracepoint.h" #include "tracepoint.h"
#include "fwil.h" #include "fwil.h"
#include "proto.h" #include "proto.h"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <brcmu_utils.h> #include <brcmu_utils.h>
#include <brcmu_wifi.h> #include <brcmu_wifi.h>
#include "dhd.h" #include "dhd.h"
#include "dhd_dbg.h" #include "debug.h"
#include "dhd_bus.h" #include "dhd_bus.h"
#include "fwil.h" #include "fwil.h"
#include "fwil_types.h" #include "fwil_types.h"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <brcmu_wifi.h> #include <brcmu_wifi.h>
#include "dhd.h" #include "dhd.h"
#include "dhd_dbg.h" #include "debug.h"
#include "proto.h" #include "proto.h"
#include "msgbuf.h" #include "msgbuf.h"
#include "commonring.h" #include "commonring.h"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <linux/mmc/sdio_func.h> #include <linux/mmc/sdio_func.h>
#include <defs.h> #include <defs.h>
#include "dhd_dbg.h" #include "debug.h"
#include "sdio_host.h" #include "sdio_host.h"
void brcmf_of_probe(struct brcmf_sdio_dev *sdiodev) void brcmf_of_probe(struct brcmf_sdio_dev *sdiodev)
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <brcmu_utils.h> #include <brcmu_utils.h>
#include <defs.h> #include <defs.h>
#include <dhd.h> #include <dhd.h>
#include <dhd_dbg.h> #include "debug.h"
#include "fwil.h" #include "fwil.h"
#include "fwil_types.h" #include "fwil_types.h"
#include "p2p.h" #include "p2p.h"
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <brcmu_wifi.h> #include <brcmu_wifi.h>
#include <brcm_hw_ids.h> #include <brcm_hw_ids.h>
#include "dhd_dbg.h" #include "debug.h"
#include "dhd_bus.h" #include "dhd_bus.h"
#include "commonring.h" #include "commonring.h"
#include "msgbuf.h" #include "msgbuf.h"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <brcmu_wifi.h> #include <brcmu_wifi.h>
#include "dhd.h" #include "dhd.h"
#include "dhd_bus.h" #include "dhd_bus.h"
#include "dhd_dbg.h" #include "debug.h"
#include "proto.h" #include "proto.h"
#include "bcdc.h" #include "bcdc.h"
#include "msgbuf.h" #include "msgbuf.h"
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
#include <brcm_hw_ids.h> #include <brcm_hw_ids.h>
#include <brcmu_wifi.h> #include <brcmu_wifi.h>
#include <dhd_bus.h> #include <dhd_bus.h>
#include <dhd_dbg.h>
#include "debug.h"
#include "firmware.h" #include "firmware.h"
#include "usb.h" #include "usb.h"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "fwil_types.h" #include "fwil_types.h"
#include "dhd.h" #include "dhd.h"
#include "p2p.h" #include "p2p.h"
#include "dhd_dbg.h" #include "debug.h"
#include "wl_cfg80211.h" #include "wl_cfg80211.h"
#include "vendor.h" #include "vendor.h"
#include "fwil.h" #include "fwil.h"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <defs.h> #include <defs.h>
#include <brcmu_wifi.h> #include <brcmu_wifi.h>
#include "dhd.h" #include "dhd.h"
#include "dhd_dbg.h" #include "debug.h"
#include "tracepoint.h" #include "tracepoint.h"
#include "fwil_types.h" #include "fwil_types.h"
#include "p2p.h" #include "p2p.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