Signed-off-by: Felix Fietkau <nbd@xxxxxxxxxxx> --- interface.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, -- 1.8.0.2 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html