Date: Sat, 27 Nov 2004 18:48:53 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 65928 for review Message-ID: <200411271848.iARImroO030042@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=65928 Change 65928 by sam@sam_ebb on 2004/11/27 18:48:24 update for ibss+ps additions Affected files ... .. //depot/projects/wifi/tools/tools/ath/80211stats.c#3 edit Differences ... ==== //depot/projects/wifi/tools/tools/ath/80211stats.c#3 (text+ko) ==== @@ -135,6 +135,11 @@ STAT(crypto_attachfail, "setkey failed 'cuz cipher attach failed"); STAT(crypto_swfallback, "crypto fell back to s/w implementation"); STAT(crypto_keyfail, "setkey faied 'cuz driver key alloc failed"); + STAT(ibss_capmismatch, "ibss merge faied 'cuz capabilities mismatch"); + STAT(ibss_norate, "ibss merge faied 'cuz rate set mismatch"); + STAT(ps_unassoc, "ps-poll received for unassociated station"); + STAT(ps_badaid, "ps-poll received with invalid association id"); + STAT(ps_qempty, "ps-poll received with nothing to send"); #undef STAT #undef N }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411271848.iARImroO030042>