NL80211_TID_CONFIG_ATTR_RETRY_SHORT
BIT(NL80211_TID_CONFIG_ATTR_RETRY_SHORT) |
if (attrs[NL80211_TID_CONFIG_ATTR_RETRY_SHORT]) {
tid_conf->mask |= BIT(NL80211_TID_CONFIG_ATTR_RETRY_SHORT);
nla_get_u8(attrs[NL80211_TID_CONFIG_ATTR_RETRY_SHORT]);
if (nla_put_u8(msg, NL80211_TID_CONFIG_ATTR_RETRY_SHORT,
[NL80211_TID_CONFIG_ATTR_RETRY_SHORT] = NLA_POLICY_MIN(NLA_U8, 1),