IW_RETRY_SHORT
if (wrqu->retry.flags & IW_RETRY_SHORT) {
IW_RETRY_LIMIT | IW_RETRY_SHORT : IW_RETRY_LIMIT;
if (wrqu->retry.flags & IW_RETRY_SHORT)
} else if (wrqu->retry.flags & IW_RETRY_SHORT) {
wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_SHORT;
} else if (retry->flags & IW_RETRY_SHORT) {
if (retry->flags == 0 || (retry->flags & IW_RETRY_SHORT)) {
retry->flags |= IW_RETRY_LIMIT | IW_RETRY_SHORT;