diff options
author | Arik Nemtsov <arik@wizery.com> | 2010-10-16 17:52:59 +0200 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-01-24 21:11:46 +0100 |
commit | 79b223f4c7ce35fba145c504de12be030cc0007e (patch) | |
tree | e83e8abc8cc89cdd5e6912be7540418bac8bfbd2 /drivers/net/wireless/wl12xx/conf.h | |
parent | wl12xx: Add AP related configuration to conf_drv_settings (diff) | |
download | linux-79b223f4c7ce35fba145c504de12be030cc0007e.tar.xz linux-79b223f4c7ce35fba145c504de12be030cc0007e.zip |
wl12xx: AP mode - AP specific CMD_CONFIGURE sub-commands
Add AP max retries and rate policy configuration.
Rename STA rate policy configuration function.
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Reviewed-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/conf.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/conf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/conf.h b/drivers/net/wireless/wl12xx/conf.h index 7563ce3a9f66..f5c048c9bea4 100644 --- a/drivers/net/wireless/wl12xx/conf.h +++ b/drivers/net/wireless/wl12xx/conf.h @@ -683,6 +683,12 @@ struct conf_tx_settings { struct conf_tx_rate_class ap_bcst_conf; /* + * AP-mode - allow this number of TX retries to a station before an + * event is triggered from FW. + */ + u16 ap_max_tx_retries; + + /* * Configuration for TID parameters. */ u8 tid_conf_count; |