projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3a90fe
)
staging: csr: unifi_sme.c: Remove unused macros
author
Marcos Paulo de Souza
<
[email protected]
>
Tue, 10 Jul 2012 02:43:12 +0000
(23:43 -0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 12 Jul 2012 00:07:52 +0000
(17:07 -0700)
These macros are not used, so remove it.
Signed-off-by: Marcos Paulo de Souza <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/csr/unifi_sme.c
patch
|
blob
|
history
diff --git
a/drivers/staging/csr/unifi_sme.c
b/drivers/staging/csr/unifi_sme.c
index 6e7cbbf70c882bf59090ce0251a8f21ea37826eb..5ad1d5f8167ed39fe1dfe09b9211c5de8eeddb85 100644
(file)
--- a/
drivers/staging/csr/unifi_sme.c
+++ b/
drivers/staging/csr/unifi_sme.c
@@
-78,12
+78,6
@@
sme_log_event(ul_client_t *pcli,
CsrResult result = CSR_RESULT_SUCCESS;
int r;
- /* Following bits are encoded in hostTag These are there to ensure that hostTags are unique*/
-#define CSR_SME_DATA 0x00000000 /* Frames Sent by SME */
-#define CSR_PAL_DATA 0X10000000 /* Frames Sent by PAL-D*/
-#define CSR_NME_DATA 0x20000000 /* Frames Sent by NME*/
-#define APPLICATION_DATA 0x30000000 /* Frames Sent by Application*/
-
func_enter();
/* Just a sanity check */
if ((signal == NULL) || (signal_len <= 0)) {