Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Feb 2007 13:47:26 GMT
From:      Sepherosa Ziehau <sephe@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 114290 for review
Message-ID:  <200702091347.l19DlQPW013993@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=114290

Change 114290 by sephe@sephe_zealot:sam_wifi on 2007/02/09 13:46:27

	Set ieee80211_node.ni_rxfragstamp if more fragments will come.  This
	prevents pending fragments being reaped prematurely in station timeout
	routine.

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_input.c#82 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_input.c#82 (text+ko) ====

@@ -683,6 +683,7 @@
 		*(u_int16_t *) lwh->i_seq = *(u_int16_t *) wh->i_seq;
 	}
 	if (more_frag) {			/* more to come, save */
+		ni->ni_rxfragstamp = ticks;
 		ni->ni_rxfrag[0] = mfrag;
 		mfrag = NULL;
 	}



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