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.c349 } else if (retry->flags & IW_RETRY_SHORT) { in cfg80211_wext_siwretry()
377 if (retry->flags == 0 || (retry->flags & IW_RETRY_SHORT)) { in cfg80211_wext_giwretry()
382 retry->flags |= IW_RETRY_LIMIT | IW_RETRY_SHORT; in cfg80211_wext_giwretry()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c9354 if (wrqu->retry.flags & IW_RETRY_SHORT) in ipw_wx_set_retry()
9388 } else if (wrqu->retry.flags & IW_RETRY_SHORT) { in ipw_wx_get_retry()
9389 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_SHORT; in ipw_wx_get_retry()
H A Dipw2100.c7305 if (wrqu->retry.flags & IW_RETRY_SHORT) { in ipw2100_wx_set_retry()
7352 IW_RETRY_LIMIT | IW_RETRY_SHORT : IW_RETRY_LIMIT; in ipw2100_wx_get_retry()