mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 11:06:42 +07:00
net: wireless: brcm80211: Drop debug version with build date/time
The kernel already has this information, and individual drivers shouldn't duplicate that. This also eliminates the use of __DATE__ and __TIME__, which make the build non-deterministic. Signed-off-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
cca213fd6b
commit
4ad77ac92d
@ -32,15 +32,8 @@
|
|||||||
#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"
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
static const char brcmf_version[] =
|
|
||||||
"Dongle Host Driver, version " BRCMF_VERSION_STR "\nCompiled on "
|
|
||||||
__DATE__ " at " __TIME__;
|
|
||||||
#else
|
|
||||||
static const char brcmf_version[] =
|
static const char brcmf_version[] =
|
||||||
"Dongle Host Driver, version " BRCMF_VERSION_STR;
|
"Dongle Host Driver, version " BRCMF_VERSION_STR;
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
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
Block a user