|
@@ -549,7 +549,6 @@ void b43legacy_rx(struct b43legacy_wldev *dev,
|
|
|
(phystat0 & B43legacy_RX_PHYST0_GAINCTL),
|
|
|
(phystat3 & B43legacy_RX_PHYST3_TRSTATE));
|
|
|
status.noise = dev->stats.link_noise;
|
|
|
- status.qual = (jssi * 100) / B43legacy_RX_MAX_SSI;
|
|
|
/* change to support A PHY */
|
|
|
if (phystat0 & B43legacy_RX_PHYST0_OFDM)
|
|
|
status.rate_idx = b43legacy_plcp_get_bitrate_idx_ofdm(plcp, false);
|