Date: Mon, 29 Nov 2004 16:10:08 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 66034 for review Message-ID: <200411291610.iATGA8Qn009073@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=66034 Change 66034 by sam@sam_ebb on 2004/11/29 16:09:52 only set the tx timer when sending a probe request in station mode Affected files ... .. //depot/projects/wifi/sys/net80211/ieee80211_output.c#15 edit Differences ... ==== //depot/projects/wifi/sys/net80211/ieee80211_output.c#15 (text+ko) ==== @@ -960,7 +960,8 @@ m->m_pkthdr.len = m->m_len = frm - mtod(m, u_int8_t *); IEEE80211_NODE_STAT(ni, tx_probereq); - timer = IEEE80211_TRANS_WAIT; + if (ic->ic_opmode == IEEE80211_M_STA) + timer = IEEE80211_TRANS_WAIT; break; case IEEE80211_FC0_SUBTYPE_PROBE_RESP:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411291610.iATGA8Qn009073>
