Date: Mon, 29 Nov 2004 16:06:01 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 66031 for review Message-ID: <200411291606.iATG61uH008999@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=66031 Change 66031 by sam@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411291606.iATG61uH008999>