diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 02:54:00 -0500 |
|---|---|---|
| committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 02:54:00 -0500 |
| commit | ba56429ce77d028d6f23cd3a9cec44a7a3f05b52 (patch) | |
| tree | 0504e27232989b4bd8aec2668ee8a2824eacff40 /src/watools.cpp | |
| parent | cae5e038aac95012d1a8b11018bdc7a36632d7a5 (diff) | |
| download | wlassistant-ba56429ce77d028d6f23cd3a9cec44a7a3f05b52.tar.gz wlassistant-ba56429ce77d028d6f23cd3a9cec44a7a3f05b52.zip | |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'src/watools.cpp')
| -rw-r--r-- | src/watools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/watools.cpp b/src/watools.cpp index eaaf51f..5814274 100644 --- a/src/watools.cpp +++ b/src/watools.cpp @@ -137,7 +137,7 @@ int WATools::quality( const char* _ifname ) ///returns active link quality in ra unsigned int std_qual = (100*stats.qual.qual)/50; //calculate normalized quality (0-100). 50 is the best noise/signal difference if (std_qual > 100) std_qual = 100; -// std::cout << "* TQUALITY: " << std_qual << std::endl; +// std::cout << "* QUALITY: " << std_qual << std::endl; return std_qual; } |
