cvs commit: src/tools/tools/ath 80211debug.c 80211stats.c
80211watch.c Makefile athdebug.c athstats.c
src/tools/tools/ath/athdebug Makefile athdebug.c
src/tools/tools/ath/athstats Makefile athstats.c ...
Sam Leffler
sam at FreeBSD.org
Sun Dec 11 15:13:55 PST 2005
sam 2005-12-11 23:13:54 UTC
FreeBSD src repository
Modified files:
tools/tools/ath Makefile
Added files:
tools/tools/ath/athdebug Makefile athdebug.c
tools/tools/ath/athstats Makefile athstats.c
tools/tools/net80211/wlandebug Makefile wlandebug.c
tools/tools/net80211/wlanstats Makefile wlanstats.c
tools/tools/net80211/wlanwatch Makefile wlanwatch.c
Removed files:
tools/tools/ath 80211debug.c 80211stats.c 80211watch.c
athdebug.c athstats.c
Log:
o move programs to separate directories and use stock Makefiles;
this simplifies including them in crunchgen images
o rename 80211* programs to wlan* as was originally intended
Revision Changes Path
1.5 +0 -237 src/tools/tools/ath/80211debug.c (dead)
1.7 +0 -300 src/tools/tools/ath/80211stats.c (dead)
1.4 +0 -383 src/tools/tools/ath/80211watch.c (dead)
1.6 +2 -48 src/tools/tools/ath/Makefile
1.2 +0 -217 src/tools/tools/ath/athdebug.c (dead)
1.1 +7 -0 src/tools/tools/ath/athdebug/Makefile (new)
1.1 +217 -0 src/tools/tools/ath/athdebug/athdebug.c (new)
1.8 +0 -334 src/tools/tools/ath/athstats.c (dead)
1.1 +7 -0 src/tools/tools/ath/athstats/Makefile (new)
1.1 +334 -0 src/tools/tools/ath/athstats/athstats.c (new)
1.1 +7 -0 src/tools/tools/net80211/wlandebug/Makefile (new)
1.1 +237 -0 src/tools/tools/net80211/wlandebug/wlandebug.c (new)
1.1 +7 -0 src/tools/tools/net80211/wlanstats/Makefile (new)
1.1 +300 -0 src/tools/tools/net80211/wlanstats/wlanstats.c (new)
1.1 +7 -0 src/tools/tools/net80211/wlanwatch/Makefile (new)
1.1 +383 -0 src/tools/tools/net80211/wlanwatch/wlanwatch.c (new)
More information about the cvs-src
mailing list