Skip to content

Commit

Permalink
staging: brcm80211: renamed files to get rid of wl_ file name prefix
Browse files Browse the repository at this point in the history
Code cleanup.

Signed-off-by: Roland Vossen <rvossen@broadcom.com>
Reviewed-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Roland Vossen authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent 8817f75 commit 5706e3d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/brcm80211/brcmsmac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include <linux/types.h>
#include <bcmdefs.h>
#include <wl_ucode.h>
#include <ucode_loader.h>

enum {
D11UCODE_NAMETAG_START = 0,
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/brcm80211/brcmsmac/wlc_bmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/brcm80211/brcmsmac/wlc_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5706e3d

Please sign in to comment.