aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iw/patches/200-reduce_size.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-11 15:02:32 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-11 15:02:32 +0000
commitee1e8c2f2df3b03ef89e5a8b31ae9e2f9907ade1 (patch)
treef63e2ecf0549d4a4b0332f4321eb92aacc8b7923 /package/network/utils/iw/patches/200-reduce_size.patch
parentac999f4f33fe426794ea3a885ddfb8877cf74bad (diff)
downloadupstream-ee1e8c2f2df3b03ef89e5a8b31ae9e2f9907ade1.tar.gz
upstream-ee1e8c2f2df3b03ef89e5a8b31ae9e2f9907ade1.tar.bz2
upstream-ee1e8c2f2df3b03ef89e5a8b31ae9e2f9907ade1.zip
iw: update to 3.17
Patch by Bryan Forbes <bryan@reigndropsfall.net> Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44654
Diffstat (limited to 'package/network/utils/iw/patches/200-reduce_size.patch')
-rw-r--r--package/network/utils/iw/patches/200-reduce_size.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/network/utils/iw/patches/200-reduce_size.patch b/package/network/utils/iw/patches/200-reduce_size.patch
index a6499b3017..882cf89f8d 100644
--- a/package/network/utils/iw/patches/200-reduce_size.patch
+++ b/package/network/utils/iw/patches/200-reduce_size.patch
@@ -83,15 +83,15 @@
if (tb_msg[NL80211_ATTR_FEATURE_FLAGS]) {
unsigned int features = nla_get_u32(tb_msg[NL80211_ATTR_FEATURE_FLAGS]);
-@@ -554,6 +563,7 @@ broken_combination:
- if (features & NL80211_FEATURE_ACKTO_ESTIMATION)
- printf("\tDevice supports ACK timeout estimation.\n");
+@@ -584,6 +593,7 @@ broken_combination:
+ if (features & NL80211_FEATURE_DYNAMIC_SMPS)
+ printf("\tDevice supports dynamic SMPS\n");
}
+#endif
if (tb_msg[NL80211_ATTR_TDLS_SUPPORT])
printf("\tDevice supports T-DLS.\n");
-@@ -603,6 +613,7 @@ TOPLEVEL(list, NULL, NL80211_CMD_GET_WIP
+@@ -633,6 +643,7 @@ TOPLEVEL(list, NULL, NL80211_CMD_GET_WIP
"List all wireless devices and their capabilities.");
TOPLEVEL(phy, NULL, NL80211_CMD_GET_WIPHY, NLM_F_DUMP, CIB_NONE, handle_info, NULL);
@@ -99,7 +99,7 @@
static int handle_commands(struct nl80211_state *state,
struct nl_cb *cb, struct nl_msg *msg,
int argc, char **argv, enum id_input id)
-@@ -615,6 +626,7 @@ static int handle_commands(struct nl8021
+@@ -645,6 +656,7 @@ static int handle_commands(struct nl8021
}
TOPLEVEL(commands, NULL, NL80211_CMD_GET_WIPHY, 0, CIB_NONE, handle_commands,
"list all known commands and their decimal & hex value");