mirror of https://gitee.com/openkylin/linux.git
staging: csr: Remove unused macros
These macros are not used, so remove it. Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6d6f64ae16
commit
69a7cd7dd5
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1572,7 +1572,6 @@ void CsrWifiRouterMaPacketReqHandler(void* drvpriv, CsrWifiFsmEvent* msg)
|
|||
r = _sys_packet_req(priv, &signal, mareq->subscriptionHandle,
|
||||
mareq->frameLength, mareq->frame, snap_protocol);
|
||||
|
||||
#define MAX_RETRY 2
|
||||
if (r && mareq->cfmRequested)
|
||||
{
|
||||
CsrWifiRouterMaPacketCfmSend(msg->source,interfaceTag,
|
||||
|
|
Loading…
Reference in New Issue