aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iw/patches/130-monitor_active.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-02-05 20:52:34 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-02-05 20:52:34 +0000
commit3f07af337c90327e1d473b7d09a1f7a294c336d4 (patch)
tree32a0eeee0c019f692b471148f0acd434f282e1ea /package/network/utils/iw/patches/130-monitor_active.patch
parent55f1e68c74c45fea07ba59fadea2001ebe08a304 (diff)
downloadupstream-3f07af337c90327e1d473b7d09a1f7a294c336d4.tar.gz
upstream-3f07af337c90327e1d473b7d09a1f7a294c336d4.tar.bz2
upstream-3f07af337c90327e1d473b7d09a1f7a294c336d4.zip
iw: update to iw 3.14
- update iw to 3.14 - remove some patches that are obsolete - 200-reduce_size.patch has new coalesce removed from Makefile matching prev. ver - refresh patches This increases the size of the binary by 6.7%: 87801 4400 320 92521 16969 iw-3.10/iw 93995 4424 324 98743 181b7 iw-3.14/iw Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 39486
Diffstat (limited to 'package/network/utils/iw/patches/130-monitor_active.patch')
-rw-r--r--package/network/utils/iw/patches/130-monitor_active.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/package/network/utils/iw/patches/130-monitor_active.patch b/package/network/utils/iw/patches/130-monitor_active.patch
deleted file mode 100644
index 9d19ae9a12..0000000000
--- a/package/network/utils/iw/patches/130-monitor_active.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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,