mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-19 03:37:55 +00:00
b43: remove usage of deprecated noise value
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
32a0a33f19
commit
4a277dd8da
@ -610,7 +610,6 @@ void b43_rx(struct b43_wldev *dev, struct sk_buff *skb, const void *_rxhdr)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Link quality statistics */
|
/* Link quality statistics */
|
||||||
status.noise = dev->stats.link_noise;
|
|
||||||
if ((chanstat & B43_RX_CHAN_PHYTYPE) == B43_PHYTYPE_N) {
|
if ((chanstat & B43_RX_CHAN_PHYTYPE) == B43_PHYTYPE_N) {
|
||||||
// s8 rssi = max(rxhdr->power0, rxhdr->power1);
|
// s8 rssi = max(rxhdr->power0, rxhdr->power1);
|
||||||
//TODO: Find out what the rssi value is (dBm or percentage?)
|
//TODO: Find out what the rssi value is (dBm or percentage?)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user