Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317861
b: refs/heads/master
c: 69a7cd7
h: refs/heads/master
i:
  317859: 356b316
v: v3
  • Loading branch information
Marcos Paulo de Souza authored and Greg Kroah-Hartman committed Jul 12, 2012
1 parent 80411bf commit 32b1e7c
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 14 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: 6d6f64ae16a38b485b164b8089f357343077d230
refs/heads/master: 69a7cd7dd54d4d7a129c209a9586f850b13721bb
3 changes: 0 additions & 3 deletions trunk/drivers/staging/csr/csr_wifi_hip_card_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/staging/csr/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/csr/monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/csr/sme_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 32b1e7c

Please sign in to comment.