Author: bschmidt
Date: Sun May  8 10:57:44 2011
New Revision: 221639
URL: http://svn.freebsd.org/changeset/base/221639

Log:
  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.

Modified:
  head/sys/dev/iwn/if_iwn.c

Modified: head/sys/dev/iwn/if_iwn.c
==============================================================================
--- head/sys/dev/iwn/if_iwn.c   Sun May  8 10:54:50 2011        (r221638)
+++ head/sys/dev/iwn/if_iwn.c   Sun May  8 10:57:44 2011        (r221639)
@@ -2253,7 +2253,6 @@ iwn_rx_done(struct iwn_softc *sc, struct
                            "%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);
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to