Searched refs:IW_RETRY_MAX (Results 1 – 3 of 3) sorted by relevance
653 if (wrqu->retry.flags & IW_RETRY_MAX) { in r8192_wx_set_retry()688 if (wrqu->retry.flags & IW_RETRY_MAX) { in r8192_wx_get_retry()689 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_MAX; in r8192_wx_get_retry()
887 if (wrqu->retry.flags & IW_RETRY_MAX) { in r8192_wx_set_retry()919 if (wrqu->retry.flags & IW_RETRY_MAX) { in r8192_wx_get_retry()920 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_MAX; in r8192_wx_get_retry()
521 #define IW_RETRY_MAX 0x0002 /* Value is a maximum */ macro