Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194127
b: refs/heads/master
c: e794223
h: refs/heads/master
i:
  194125: ecbf554
  194123: f6877b5
  194119: d7c915d
  194111: 807b800
v: v3
  • Loading branch information
Luciano Coelho authored and John W. Linville committed Mar 31, 2010
1 parent 95f9ce1 commit 5ae4b3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 2f826f55404ca43efced94d548356182820e764f
refs/heads/master: e7942235f2496587cb4af86168e54d588ffcbd4f
7 changes: 0 additions & 7 deletions trunk/drivers/net/wireless/wl12xx/wl1271_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ static void wl1271_rx_status(struct wl1271 *wl,
*/
status->signal = desc->rssi;

/*
* FIXME: In wl1251, the SNR should be divided by two. In wl1271 we
* need to divide by two for now, but TI has been discussing about
* changing it. This needs to be rechecked.
*/
status->noise = desc->rssi - (desc->snr >> 1);

status->freq = ieee80211_channel_to_frequency(desc->channel);

if (desc->flags & WL1271_RX_DESC_ENCRYPT_MASK) {
Expand Down

0 comments on commit 5ae4b3e

Please sign in to comment.