]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
version 0.9.20 v0.9.20
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 14 Jul 2010 17:02:21 +0000 (19:02 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Wed, 14 Jul 2010 17:02:21 +0000 (19:02 +0200)
Lots of minor improvements:
 * show beacon IEs/TIM IE
 * off-channel command
 * coverage class
 * country IE parsing
 * power save support
 * WPS display improvements
 * CQM support
 * IBSS basic rate support

As well as internal code improvements and some bug fixes.

version.sh

index 849b33ab8351e273c6990b09b8a9e3f4ad6088e0..9f8513f5db97fe967b0db40074e22228295c88de 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERSION="0.9.19"
+VERSION="0.9.20"
 OUT="$1"
 
 echo '#include "iw.h"' > "$OUT"