On Tue, 2010-07-27 at 18:49 +0900, Bruno Randolf wrote: > + if (tb_msg[NL80211_ATTR_WIPHY_ANTENNA_TX] && > + tb_msg[NL80211_ATTR_WIPHY_ANTENNA_RX]) { > + printf("\tAntenna: TX %d RX %d\n", > + nla_get_u8(tb_msg[NL80211_ATTR_WIPHY_ANTENNA_TX]), > + nla_get_u8(tb_msg[NL80211_ATTR_WIPHY_ANTENNA_RX])); That's like the worst possible way to show the info. johannes -- 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