brcmfmac: Remove some obsolete definitions and variables.
Reviewed-by: Arend Van Spriel <arend@broadcom.com> Signed-off-by: Hante Meuleman <meuleman@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
71c60cf2e9
commit
75b39dd240
|
@ -21,8 +21,6 @@
|
||||||
#ifndef _BRCMF_H_
|
#ifndef _BRCMF_H_
|
||||||
#define _BRCMF_H_
|
#define _BRCMF_H_
|
||||||
|
|
||||||
#define BRCMF_VERSION_STR "4.218.248.5"
|
|
||||||
|
|
||||||
#include "fweh.h"
|
#include "fweh.h"
|
||||||
|
|
||||||
#define TOE_TX_CSUM_OL 0x00000001
|
#define TOE_TX_CSUM_OL 0x00000001
|
||||||
|
|
|
@ -32,8 +32,6 @@
|
||||||
#define BRCMF_DEFAULT_SCAN_UNASSOC_TIME 40
|
#define BRCMF_DEFAULT_SCAN_UNASSOC_TIME 40
|
||||||
#define BRCMF_DEFAULT_PACKET_FILTER "100 0 0 0 0x01 0x00"
|
#define BRCMF_DEFAULT_PACKET_FILTER "100 0 0 0 0x01 0x00"
|
||||||
|
|
||||||
static const char brcmf_version[] =
|
|
||||||
"Dongle Host Driver, version " BRCMF_VERSION_STR;
|
|
||||||
|
|
||||||
bool brcmf_c_prec_enq(struct device *dev, struct pktq *q,
|
bool brcmf_c_prec_enq(struct device *dev, struct pktq *q,
|
||||||
struct sk_buff *pkt, int prec)
|
struct sk_buff *pkt, int prec)
|
||||||
|
|
Loading…
Reference in New Issue