Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2011 10:57:44 +0000 (UTC)
From:      Bernhard Schmidt <bschmidt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r221639 - head/sys/dev/iwn
Message-ID:  <201105081057.p48AviJE042560@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105081057.p48AviJE042560>