File fix_supported_iftypes.diff of Package iw
diff -ur iw-0.9.4/info.c iw-0.9.4_2/info.c
--- iw-0.9.4/info.c 2008-09-17 13:28:09.000000000 +0200
+++ iw-0.9.4_2/info.c 2008-09-18 09:07:51.000000000 +0200
@@ -105,13 +105,6 @@
}
}
- if (!tb_msg[NL80211_ATTR_SUPPORTED_IFTYPES])
- return NL_SKIP;
-
- printf("\tSupported interface modes:\n");
- nla_for_each_nested(nl_mode, tb_msg[NL80211_ATTR_SUPPORTED_IFTYPES], rem_mode)
- printf("\t\t * %s\n", iftype_name(nl_mode->nla_type));
-
return NL_SKIP;
}