Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249315
b: refs/heads/master
c: 069f443
h: refs/heads/master
i:
  249313: b0db089
  249311: e01c599
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed May 3, 2011
1 parent f0bff1e commit 320fafe
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: 88ddf0c94bfcc293d033f4cfcc0b438ead968582
refs/heads/master: 069f4439b9a05902999e49c37d3fe5f83523089d
6 changes: 0 additions & 6 deletions trunk/drivers/staging/brcm80211/brcmsmac/wlc_bmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ wlc_bmac_recv(struct wlc_hw_info *wlc_hw, uint fifo, bool bound)
struct sk_buff *tail = NULL;
uint n = 0;
uint bound_limit = bound ? wlc_hw->wlc->pub->tunables->rxbnd : -1;
u32 tsf_h, tsf_l;
wlc_d11rxhdr_t *wlc_rxhdr = NULL;

WL_TRACE("wl%d: %s\n", wlc_hw->unit, __func__);
Expand All @@ -284,9 +283,6 @@ wlc_bmac_recv(struct wlc_hw_info *wlc_hw, uint fifo, bool bound)
break;
}

/* get the TSF REG reading */
wlc_bmac_read_tsf(wlc_hw, &tsf_l, &tsf_h);

/* post more rbufs */
dma_rxfill(wlc_hw->di[fifo]);

Expand All @@ -295,9 +291,7 @@ wlc_bmac_recv(struct wlc_hw_info *wlc_hw, uint fifo, bool bound)
head = head->prev;
p->prev = NULL;

/* record the tsf_l in wlc_rxd11hdr */
wlc_rxhdr = (wlc_d11rxhdr_t *) p->data;
wlc_rxhdr->tsf_l = cpu_to_le32(tsf_l);

/* compute the RSSI from d11rxhdr and record it in wlc_rxd11hr */
wlc_phy_rssi_compute(wlc_hw->band->pi, wlc_rxhdr);
Expand Down

0 comments on commit 320fafe

Please sign in to comment.