> @@ -2449,6 +2450,9 @@ static int nl80211_put_radio(struct wiphy *wiphy, struct sk_buff *msg, int idx) > if (nla_put_u32(msg, NL80211_WIPHY_RADIO_ATTR_INDEX, idx)) > goto nla_put_failure; > > + if (nla_put_u32(msg, NL80211_WIPHY_RADIO_ATTR_RTS_THRESHOLD, rcfg->rts_threshold)) > + goto nla_put_failure; > There is, fwiw, still a preference for shorter lines. johannes