Testing 802.11n

Warren Block wblock at wonkity.com
Wed Nov 23 04:55:45 UTC 2011


On Wed, 23 Nov 2011, Adrian Chadd wrote:

> 
> You can use athstats to see if it is tx and rxing aggregate frames. Then you will know it is fully working!

Err... yeah.  Well, I did give it a shot, but don't know enough to 
interpret the results.

Oh, and the next time you're near there, the usage line shows a "-a" 
option that doesn't really exist.  Patch attached.
-------------- next part --------------
--- main.c.orig	2011-11-22 21:33:01.000000000 -0700
+++ main.c	2011-11-22 21:33:26.000000000 -0700
@@ -114,7 +114,7 @@
 			wf->zerostats(wf);
 			break;
 		default:
-			errx(-1, "usage: %s [-a] [-i ifname] [-l] [-o fmt] [-z] [interval]\n", argv[0]);
+			errx(-1, "usage: %s [-i ifname] [-l] [-o fmt] [-z] [interval]\n", argv[0]);
 			/*NOTREACHED*/
 		}
 	}


More information about the freebsd-wireless mailing list