Searched refs:long_retry_limit (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Ddebugfs.c45 DEBUGFS_READONLY_FILE(long_retry_limit, 20, "%d",
117 DEBUGFS_ADD(long_retry_limit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dcfg.c93 wiphy->retry_long = priv->long_retry_limit;
H A Dorinoco.h134 u16 short_retry_limit, long_retry_limit; member in struct:orinoco_private
H A Dhw.c391 &priv->long_retry_limit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_acx.c808 acx->rate_class[idx].long_retry_limit = c->long_retry_limit;
815 acx->rate_class[idx].long_retry_limit = c->long_retry_limit;
H A Dwl1271_conf.h515 u8 long_retry_limit; member in struct:conf_tx_rate_class
525 * short_retry_limit, long_retry_limit,
H A Dwl1271_cmd.c486 cmd->long_retry_limit = wl->conf.tx.rc_conf.long_retry_limit;
H A Dwl1271_cmd.h262 u8 long_retry_limit; member in struct:wl1271_cmd_template_set
H A Dwl1251_acx.h1056 u8 long_retry_limit; member in struct:acx_rate_class
H A Dwl1271_acx.h770 u8 long_retry_limit; member in struct:acx_rate_class
H A Dwl1251_acx.c890 acx->rate_class[0].long_retry_limit = ACX_RATE_RETRY_LIMIT;
H A Dwl1271_main.c122 .long_retry_limit = 10,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2200.h927 u8 long_retry_limit; member in struct:ipw_retry_limit
1263 u8 long_retry_limit; member in struct:ipw_priv
H A Dipw2100.h509 int long_retry_limit; member in struct:ipw2100_priv
H A Dipw2200.c2563 .long_retry_limit = llimit
8676 priv->long_retry_limit = DEFAULT_LONG_RETRY_LIMIT;
9505 priv->long_retry_limit = (u8) wrqu->retry.value;
9508 priv->long_retry_limit = (u8) wrqu->retry.value;
9512 priv->long_retry_limit);
9515 priv->short_retry_limit, priv->long_retry_limit);
9535 wrqu->retry.value = priv->long_retry_limit;
H A Dipw2100.c5083 priv->long_retry_limit = retry;
6122 priv->long_retry_limit = DEFAULT_LONG_RETRY_LIMIT;
7432 wrqu->retry.value = priv->long_retry_limit;
7436 priv->long_retry_limit) ?

Completed in 399 milliseconds