RX aggregation is slightly different then the legacy path, we will only

receive one RX_PHY for each aggregate and not one RX_PHY per frame.
This commit is contained in:
bschmidt 2011-05-08 10:57:44 +00:00
parent 84a991c0b4
commit b442b21ba0

View File

@ -2253,7 +2253,6 @@ iwn_rx_done(struct iwn_softc *sc, struct iwn_rx_desc *desc,
"%s: missing RX_PHY\n", __func__);
return;
}
sc->last_rx_valid = 0;
stat = &sc->last_rx_stat;
} else
stat = (struct iwn_rx_stat *)(desc + 1);