Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

b43: remove usage of deprecated noise value

Signed-off-by: John W. Linville <linville@tuxdriver.com>

-1
-1
drivers/net/wireless/b43/xmit.c
··· 610 610 } 611 611 612 612 /* Link quality statistics */ 613 - status.noise = dev->stats.link_noise; 614 613 if ((chanstat & B43_RX_CHAN_PHYTYPE) == B43_PHYTYPE_N) { 615 614 // s8 rssi = max(rxhdr->power0, rxhdr->power1); 616 615 //TODO: Find out what the rssi value is (dBm or percentage?)