Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2005 23:13:54 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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 ...
Message-ID:  <200512112313.jBBNDsFW065827@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512112313.jBBNDsFW065827>