]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
iw: add the active monitor flag
authorFelix Fietkau <nbd@openwrt.org>
Thu, 11 Jul 2013 12:20:39 +0000 (14:20 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 11 Jul 2013 12:27:33 +0000 (14:27 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
interface.c

index b52c8ddfdc8aa20f45fc93f117fccbc9f51ea8ee..f7697523a53e63965c2ace4eb70cb25bb4b51b76 100644 (file)
@@ -16,7 +16,8 @@
                        "fcsfail:  show frames with FCS errors\n"\
                        "control:  show control frames\n"\
                        "otherbss: show frames from other BSSes\n"\
-                       "cook:     use cooked mode"
+                       "cook:     use cooked mode\n"\
+                       "active:   use active mode (ACK incoming unicast packets)"
 
 SECTION(interface);
 
@@ -27,6 +28,7 @@ static char *mntr_flags[NL80211_MNTR_FLAG_MAX + 1] = {
        "control",
        "otherbss",
        "cook",
+       "active",
 };
 
 static int parse_mntr_flags(int *_argc, char ***_argv,