You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
513 B
21 lines
513 B
12 years ago
|
--- 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_FLA
|
||
|
"control",
|
||
|
"otherbss",
|
||
|
"cook",
|
||
|
+ "active",
|
||
|
};
|
||
|
|
||
|
static int parse_mntr_flags(int *_argc, char ***_argv,
|