Searched refs:IW_RETRY_LONG (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dwireless.h221 * - Add IW_RETRY_SHORT/IW_RETRY_LONG retry modifiers
526 #define IW_RETRY_LONG 0x0020 /* Value is for long packets */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dwl3501_cs.c1784 if (wrqu->retry.flags & IW_RETRY_LONG) {
1785 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG;
H A Datmel.c2118 if (vwrq->flags & IW_RETRY_LONG)
2143 if (vwrq->flags & IW_RETRY_LONG) {
2144 vwrq->flags = IW_RETRY_LIMIT | IW_RETRY_LONG;
H A Dorinoco.c3574 if ((rrq->flags & IW_RETRY_LONG)) {
3575 rrq->flags = IW_RETRY_LIMIT | IW_RETRY_LONG;
H A Dipw2100.c7301 if (wrqu->retry.flags & IW_RETRY_LONG) {
7334 if (wrqu->retry.flags & IW_RETRY_LONG) {
7335 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG;
H A Dairo.c6808 if(vwrq->flags & IW_RETRY_LONG)
6846 } else if((vwrq->flags & IW_RETRY_LONG)) {
6847 vwrq->flags = IW_RETRY_LIMIT | IW_RETRY_LONG;
H A Dipw2200.c9342 else if (wrqu->retry.flags & IW_RETRY_LONG)
9371 if (wrqu->retry.flags & IW_RETRY_LONG) {
9372 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Disl_ioctl.c997 else if (vwrq->flags & IW_RETRY_LONG)
1038 } else if ((vwrq->flags & IW_RETRY_LONG)) {
1043 vwrq->flags = IW_RETRY_LIMIT | IW_RETRY_LONG;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_ioctl.c1443 } else if ((rrq->flags & IW_RETRY_LONG)) {
1444 rrq->flags = IW_RETRY_LIMIT | IW_RETRY_LONG;

Completed in 202 milliseconds