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:
parent
45e562203f
commit
b648a23887
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user