|
@@ -350,7 +350,6 @@ static int p54_rx_data(struct p54_common *priv, struct sk_buff *skb)
|
|
|
rx_status->flag |= RX_FLAG_MMIC_ERROR;
|
|
|
|
|
|
rx_status->signal = p54_rssi_to_dbm(priv, hdr->rssi);
|
|
|
- rx_status->noise = priv->noise;
|
|
|
if (hdr->rate & 0x10)
|
|
|
rx_status->flag |= RX_FLAG_SHORTPRE;
|
|
|
if (priv->hw->conf.channel->band == IEEE80211_BAND_5GHZ)
|