mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 09:41:54 +09:00
staging: brcm80211: renamed files to get rid of wl_ file name prefix
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
8817f75429
commit
5706e3de27
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user