PERFORCE change 66031 for review

Sam Leffler sam at FreeBSD.org
Mon Nov 29 08:06:03 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=66031

Change 66031 by sam at sam_ebb on 2004/11/29 16:05:30

	don't mark a station active because we sent it a management frame

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_output.c#13 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_output.c#13 (text+ko) ====

@@ -92,7 +92,6 @@
 	struct ieee80211_frame *wh;
 
 	KASSERT(ni != NULL, ("null node"));
-	ni->ni_inact = ic->ic_inact_auth;
 
 	/*
 	 * Yech, hack alert!  We want to pass the node down to the
@@ -196,7 +195,6 @@
 	IEEE80211_ADDR_COPY(wh->i_addr3, ic->ic_myaddr);
 	m->m_len = m->m_pkthdr.len = sizeof(struct ieee80211_frame);
 
-	ni->ni_inact = ic->ic_inact_auth;
 	IEEE80211_NODE_STAT(ni, tx_data);
 
 	IF_ENQUEUE(&ic->ic_mgtq, m);		/* cheat */


More information about the p4-projects mailing list