diff options
author | Anna Neal <anna@cozybit.com> | 2008-12-09 13:23:45 -0800 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-12-12 14:45:13 -0500 |
commit | 6fb532527e2592f82ec07508df2e44f6c7ceff12 (patch) | |
tree | 561cd0dff0bcf1ba88a2d5243750ba2c0a6e3133 /drivers/net/wireless/libertas/host.h | |
parent | b77f483fcf0579de28873828897f53371a33a0ea (diff) | |
download | kernel-crypto-6fb532527e2592f82ec07508df2e44f6c7ceff12.tar.gz kernel-crypto-6fb532527e2592f82ec07508df2e44f6c7ceff12.tar.xz kernel-crypto-6fb532527e2592f82ec07508df2e44f6c7ceff12.zip |
libertas: Create sysfs entry for changing the mesh probe response limit
This patch adds the ability to change the number of probe response retries sent
by the mesh interface.
In dense networks it is recommended to change this value to zero to reduce
traffic congestion.
Signed-off-by: Anna Neal <anna@cozybit.com>
Signed-off-by: Andrey Yurovsky <andrey@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/host.h')
-rw-r--r-- | drivers/net/wireless/libertas/host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/libertas/host.h b/drivers/net/wireless/libertas/host.h index a17b778c172..277ff1975bd 100644 --- a/drivers/net/wireless/libertas/host.h +++ b/drivers/net/wireless/libertas/host.h @@ -245,6 +245,7 @@ enum cmd_mesh_access_opts { CMD_ACT_MESH_GET_ROUTE_EXP, CMD_ACT_MESH_SET_AUTOSTART_ENABLED, CMD_ACT_MESH_GET_AUTOSTART_ENABLED, + CMD_ACT_MESH_SET_GET_PRB_RSP_LIMIT = 17, }; /* Define actions and types for CMD_MESH_CONFIG */ |