Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317860
b: refs/heads/master
c: 6d6f64a
h: refs/heads/master
v: v3
  • Loading branch information
Marcos Paulo de Souza authored and Greg Kroah-Hartman committed Jul 12, 2012
1 parent 356b316 commit 80411bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e3a90feadf00d7892a0b08fee97cf6aed5c4e624
refs/heads/master: 6d6f64ae16a38b485b164b8089f357343077d230
6 changes: 0 additions & 6 deletions trunk/drivers/staging/csr/unifi_sme.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 80411bf

Please sign in to comment.