Commit 5706e3de authored by Roland Vossen's avatar Roland Vossen Committed by Greg Kroah-Hartman

staging: brcm80211: renamed files to get rid of wl_ file name prefix

Code cleanup.
Signed-off-by: default avatarRoland Vossen <rvossen@broadcom.com>
Reviewed-by: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 8817f754
......@@ -28,8 +28,8 @@ ccflags-y := \
-Idrivers/staging/brcm80211/include
BRCMSMAC_OFILES := \
wl_mac80211.o \
wl_ucode_loader.o \
brcms_mac80211.o \
ucode_loader.o \
wlc_alloc.o \
wlc_ampdu.o \
wlc_antsel.o \
......
......@@ -42,8 +42,8 @@
#include "wlc_pub.h"
#include "wl_dbg.h"
#include "wl_export.h"
#include "wl_ucode.h"
#include "wl_mac80211.h"
#include "ucode_loader.h"
#include "brcms_mac80211.h"
#define N_TX_QUEUES 4 /* #tx queues on mac80211<->driver interface */
......
......@@ -16,7 +16,7 @@
#include <linux/types.h>
#include <bcmdefs.h>
#include <wl_ucode.h>
#include <ucode_loader.h>
enum {
D11UCODE_NAMETAG_START = 0,
......
......@@ -45,7 +45,7 @@
#include "wlc_channel.h"
#include "wlc_main.h"
#include "wl_export.h"
#include "wl_ucode.h"
#include "ucode_loader.h"
#include "wlc_antsel.h"
#include "wlc_alloc.h"
#include "wl_dbg.h"
......
......@@ -49,7 +49,7 @@
#include "wl_export.h"
#include "wlc_alloc.h"
#include "wl_dbg.h"
#include "wl_mac80211.h"
#include "brcms_mac80211.h"
/*
* WPA(2) definitions
......
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