]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
Revert "b43: trivial: do not report any link quality instead of invalid one"
authorRafał Miłecki <zajec5@gmail.com>
Wed, 12 Oct 2011 21:18:14 +0000 (23:18 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 14 Oct 2011 18:48:20 +0000 (14:48 -0400)
This reverts commit 55ad5962e97430c83d51df36fc18865ee4f78c48.

I assumed N is newer than LP, which isn't true. This regressed LP case.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/xmit.c

index 5f812d1d6d0e9a829fbfad892bc209f9afd48781..b8de62c22479409a3d57904d41e8871d1ff4a716 100644 (file)
@@ -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),