From 80411bf3d7b4783c0a62cf95c64befae3038ae69 Mon Sep 17 00:00:00 2001 From: Marcos Paulo de Souza Date: Mon, 9 Jul 2012 23:43:12 -0300 Subject: [PATCH] --- yaml --- r: 317860 b: refs/heads/master c: 6d6f64ae16a38b485b164b8089f357343077d230 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/csr/unifi_sme.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 59446dba5ca5..bb6fb29c56aa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e3a90feadf00d7892a0b08fee97cf6aed5c4e624 +refs/heads/master: 6d6f64ae16a38b485b164b8089f357343077d230 diff --git a/trunk/drivers/staging/csr/unifi_sme.c b/trunk/drivers/staging/csr/unifi_sme.c index 6e7cbbf70c88..5ad1d5f8167e 100644 --- a/trunk/drivers/staging/csr/unifi_sme.c +++ b/trunk/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)) {