Home
last modified time | relevance | path

Searched refs:IW_RETRY_SHORT (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dwireless.h530 #define IW_RETRY_SHORT 0x0010 /* Value is for short packets */ macro
/linux/net/wireless/
H A Dwext-compat.c348 } else if (retry->flags & IW_RETRY_SHORT) { in cfg80211_wext_siwretry()
376 if (retry->flags == 0 || (retry->flags & IW_RETRY_SHORT)) { in cfg80211_wext_giwretry()
381 retry->flags |= IW_RETRY_LIMIT | IW_RETRY_SHORT; in cfg80211_wext_giwretry()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c9345 if (wrqu->retry.flags & IW_RETRY_SHORT) in ipw_wx_set_retry()
9379 } else if (wrqu->retry.flags & IW_RETRY_SHORT) { in ipw_wx_get_retry()
9380 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_SHORT; in ipw_wx_get_retry()
H A Dipw2100.c7303 if (wrqu->retry.flags & IW_RETRY_SHORT) { in ipw2100_wx_set_retry()
7350 IW_RETRY_LIMIT | IW_RETRY_SHORT : IW_RETRY_LIMIT; in ipw2100_wx_get_retry()