Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d6f64ae authored by Marcos Paulo de Souza's avatar Marcos Paulo de Souza Committed by Greg Kroah-Hartman
Browse files

staging: csr: unifi_sme.c: Remove unused macros



These macros are not used, so remove it.

Signed-off-by: default avatarMarcos Paulo de Souza <marcos.souza.org@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e3a90fea
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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)) {