From: Felix Fietkau Date: Thu, 11 Jul 2013 12:20:39 +0000 (+0200) Subject: iw: add the active monitor flag X-Git-Tag: v3.11~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=068ee2325cce32114ce0ee8fc597cd9cb87b5a22;p=thirdparty%2Fiw.git iw: add the active monitor flag Signed-off-by: Felix Fietkau --- diff --git a/interface.c b/interface.c index b52c8dd..f769752 100644 --- a/interface.c +++ b/interface.c @@ -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,