On Thu, 2014-07-24 at 12:39 +0200, Lorenzo Bianconi wrote: > @@ -1269,8 +1270,8 @@ static int nl80211_send_wiphy(struct cfg80211_registered_device *rdev, > rdev->wiphy.frag_threshold) || > nla_put_u32(msg, NL80211_ATTR_WIPHY_RTS_THRESHOLD, > rdev->wiphy.rts_threshold) || > - nla_put_u8(msg, NL80211_ATTR_WIPHY_COVERAGE_CLASS, > - rdev->wiphy.coverage_class) || > + nla_put_s16(msg, NL80211_ATTR_WIPHY_COVERAGE_CLASS, > + rdev->wiphy.coverage_class) || > nla_put_u8(msg, NL80211_ATTR_MAX_NUM_SCAN_SSIDS, > rdev->wiphy.max_scan_ssids) || > nla_put_u8(msg, NL80211_ATTR_MAX_NUM_SCHED_SCAN_SSIDS, This will break existing userspace. Also please supply a better commit message. 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