Searched refs:IW_RETRY_SHORT (Results 1 – 8 of 8) sorted by relevance
530 #define IW_RETRY_SHORT 0x0010 /* Value is for short packets */ macro
367 } else if (retry->flags & IW_RETRY_SHORT) { in cfg80211_wext_siwretry()396 if (retry->flags == 0 || (retry->flags & IW_RETRY_SHORT)) { in cfg80211_wext_giwretry()401 retry->flags |= IW_RETRY_LIMIT | IW_RETRY_SHORT; in cfg80211_wext_giwretry()
1409 else if (rrq->flags & IW_RETRY_SHORT) in prism2_ioctl_siwretry()1467 rrq->flags |= IW_RETRY_SHORT; in prism2_ioctl_giwretry()
1755 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_SHORT; in wl3501_get_retry()
2152 else if (vwrq->flags & IW_RETRY_SHORT) in atmel_set_retry()2183 vwrq->flags |= IW_RETRY_SHORT; in atmel_get_retry()
9367 if (wrqu->retry.flags & IW_RETRY_SHORT) in ipw_wx_set_retry()9401 } else if (wrqu->retry.flags & IW_RETRY_SHORT) { in ipw_wx_get_retry()9402 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_SHORT; in ipw_wx_get_retry()
7318 if (wrqu->retry.flags & IW_RETRY_SHORT) { in ipw2100_wx_set_retry()7365 IW_RETRY_LIMIT | IW_RETRY_SHORT : IW_RETRY_LIMIT; in ipw2100_wx_get_retry()
6888 else if (vwrq->flags & IW_RETRY_SHORT) in airo_set_retry()6932 vwrq->flags |= IW_RETRY_SHORT; in airo_get_retry()
Completed in 115 milliseconds