Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266790
b: refs/heads/master
c: 5b346f3
h: refs/heads/master
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Oct 14, 2011
1 parent 1133a34 commit aac7c4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions 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: b7a57e762ecf5d9971549ab3f9eb66b559840e72
refs/heads/master: 5b346f3eb4b59e00fbaca51637f2cf1df3f47f9d
12 changes: 5 additions & 7 deletions trunk/drivers/net/wireless/b43/xmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -735,13 +735,11 @@ void b43_rx(struct b43_wldev *dev, struct sk_buff *skb, const void *_rxhdr)
}

/* Link quality statistics */
if ((chanstat & B43_RX_CHAN_PHYTYPE) >= B43_PHYTYPE_N) {
/*
s8 rssi = max(rxhdr->power0, rxhdr->power1);
TODO: Find out what the rssi value is (dBm or percentage?)
and also find out what the maximum possible value is.
Fill status.ssi and status.signal fields.
*/
if ((chanstat & B43_RX_CHAN_PHYTYPE) == B43_PHYTYPE_N) {
// s8 rssi = max(rxhdr->power0, rxhdr->power1);
//TODO: Find out what the rssi value is (dBm or percentage?)
// and also find out what the maximum possible value is.
// Fill status.ssi and status.signal fields.
} else {
status.signal = b43_rssi_postprocess(dev, rxhdr->jssi,
(phystat0 & B43_RX_PHYST0_OFDM),
Expand Down

0 comments on commit aac7c4b

Please sign in to comment.