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

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

staging: csr: 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 6d6f64ae
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -36,9 +36,6 @@
#define MAILBOX2_TIMEOUT                5   /* in millisecs */
#define MAILBOX2_ATTEMPTS               10  /* 50ms */

#define MAILBOX2_RESET_ATTEMPTS         10
#define MAILBOX2_RESET_TIMEOUT          5   /* in millisecs */

#define RESET_SETTLE_DELAY              25  /* in millisecs */

static CsrResult card_init_slots(card_t *card);
+0 −1
Original line number Diff line number Diff line
@@ -63,7 +63,6 @@ int coredump_max = CSR_WIFI_HIP_NUM_COREDUMP_BUFFERS;
int run_bh_once = -1;          /* Set for scheduled interrupt mode, -1 = default */
int bh_priority = -1;
#ifdef CSR_WIFI_HIP_DEBUG_OFFLINE
#define UNIFI_LOG_HIP_SIGNALS_FILTER_SIGNAL     (1 << 0)
#define UNIFI_LOG_HIP_SIGNALS_FILTER_BULKDATA   (1 << 1)
#define UNIFI_LOG_HIP_SIGNALS_FILTER_TIMESTAMP  (1 << 2)
int log_hip_signals = 0;
+0 −1
Original line number Diff line number Diff line
@@ -220,7 +220,6 @@ unifi_fw_read(void *ospriv, void *arg, CsrUint32 offset, void *buf, CsrUint32 le



#define UNIFIHELPER_INIT_MODE_SMEEMB    0
#define UNIFIHELPER_INIT_MODE_SMEUSER   2
#define UNIFIHELPER_INIT_MODE_NATIVE    1

+0 −5
Original line number Diff line number Diff line
@@ -15,11 +15,6 @@
#include "csr_wifi_hip_unifi.h"
#include "unifi_priv.h"


/* The additional time taken by the UniFi to do a scan per channel */
#define SCAN_STARTUP_TIME       300 /* in millisecs */


/*
 * ---------------------------------------------------------------------------
 * unifi_mlme_wait_for_reply
+0 −2
Original line number Diff line number Diff line
@@ -242,9 +242,7 @@ netrx_prism(unifi_priv_t *priv,
    unsigned char *ptr;
    unsigned char *base;
    int ind_data_len = skb_orig->len - 2 - ETH_HLEN;
#define WLANCAP_MAGIC_COOKIE_BASE 0x80211000
#define WLANCAP_MAGIC_COOKIE_V1 0x80211001
#define WLANCAP_MAGIC_COOKIE_V2 0x80211002
    struct avs_header_v1 {
        uint32  version;
        uint32  length;
Loading