On Tue, 2006-08-22 at 15:52 +0200, Johannes Berg wrote:
> +     /* make it complain if wiphy is set and is different or invalid */
> +     if (info->attrs[NL80211_ATTR_IFINDEX]) {
> +             wiphy = nla_get_u32(info->attrs[NL80211_ATTR_IFINDEX]);

That's what you get for writing code too quickly ;)
Both of these should be NL80211_ATTR_WIPHY of course!

johannes
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to