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

/linux-master/include/uapi/linux/
H A Dwireless.h223 * - Add IW_RETRY_SHORT/IW_RETRY_LONG retry modifiers
530 #define IW_RETRY_SHORT 0x0010 /* Value is for short packets */ macro
/linux-master/net/wireless/
H A Dwext-compat.c367 } else if (retry->flags & IW_RETRY_SHORT) {
396 if (retry->flags == 0 || (retry->flags & IW_RETRY_SHORT)) {
401 retry->flags |= IW_RETRY_LIMIT | IW_RETRY_SHORT;
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c9338 if (wrqu->retry.flags & IW_RETRY_SHORT)
9372 } else if (wrqu->retry.flags & IW_RETRY_SHORT) {
9373 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_SHORT;
H A Dipw2100.c7313 if (wrqu->retry.flags & IW_RETRY_SHORT) {
7360 IW_RETRY_LIMIT | IW_RETRY_SHORT : IW_RETRY_LIMIT;

Completed in 337 milliseconds