mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
staging: brcm80211: moved header files to more specific directory
Code cleanup. Header files only used by the softmac were moved to the brcmsmac dir, same approach for fullmac header files. 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
b6fe70c3aa
commit
31c9f6d970
@@ -24,7 +24,6 @@
|
||||
#include <linux/pci.h>
|
||||
#include <linux/completion.h>
|
||||
|
||||
#include <pcicfg.h>
|
||||
#include <bcmdefs.h>
|
||||
#include <bcmdevs.h>
|
||||
#include <bcmutils.h>
|
||||
|
||||
@@ -362,6 +362,9 @@
|
||||
#define SRFL_LEDDC 0x40 /* value is an LED duty cycle */
|
||||
#define SRFL_NOVAR 0x80 /* do not generate a nvram param, entry is for mfgc */
|
||||
|
||||
/* Max. nvram variable table size */
|
||||
#define MAXSZ_NVRAM_VARS 4096
|
||||
|
||||
typedef struct {
|
||||
const char *name;
|
||||
u32 revmask;
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#include <bcmdefs.h>
|
||||
#include <stdarg.h>
|
||||
#include <bcmutils.h>
|
||||
#include <bcmnvram.h>
|
||||
#include <bcmdevs.h>
|
||||
|
||||
MODULE_AUTHOR("Broadcom Corporation");
|
||||
|
||||
Reference in New Issue
Block a user