rt2x00: remove now unused noise field from struct rxdone_entry_desc

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
This commit is contained in:
John W. Linville
2010-04-28 17:00:52 -04:00
parent 1f55c12cef
commit 91639c76bf
3 changed files with 0 additions and 10 deletions

View File

@@ -895,10 +895,6 @@ static void rt2800pci_fill_rxdone(struct queue_entry *entry,
(rt2x00_get_field32(rxwi2, RXWI_W2_RSSI0) +
rt2x00_get_field32(rxwi2, RXWI_W2_RSSI1)) / 2;
rxdesc->noise =
(rt2x00_get_field32(rxwi3, RXWI_W3_SNR0) +
rt2x00_get_field32(rxwi3, RXWI_W3_SNR1)) / 2;
rxdesc->size = rt2x00_get_field32(rxwi0, RXWI_W0_MPDU_TOTAL_BYTE_COUNT);
/*