Date: Wed, 10 Nov 2004 17:20:13 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 64827 for review Message-ID: <200411101720.iAAHKDOa033931@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=64827 Change 64827 by sam@sam_ebb on 2004/11/10 17:19:40 use consistent naming Affected files ... .. //depot/projects/wifi/tools/tools/ath/athdebug.c#2 edit Differences ... ==== //depot/projects/wifi/tools/tools/ath/athdebug.c#2 (text+ko) ==== @@ -89,8 +89,8 @@ { "beacon", ATH_DEBUG_BEACON }, { "watchdog", ATH_DEBUG_WATCHDOG }, { "intr", ATH_DEBUG_INTR }, - { "tx_proc", ATH_DEBUG_TX_PROC }, - { "rx_proc", ATH_DEBUG_RX_PROC }, + { "xmit_proc", ATH_DEBUG_TX_PROC }, + { "recv_proc", ATH_DEBUG_RX_PROC }, { "beacon_proc",ATH_DEBUG_BEACON_PROC }, { "calibrate", ATH_DEBUG_CALIBRATE }, { "keycache", ATH_DEBUG_KEYCACHE },
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411101720.iAAHKDOa033931>