diff options
author | Juuso Oikarinen <juuso.oikarinen@nokia.com> | 2010-04-01 04:38:22 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-06 16:55:13 -0400 |
commit | 50c500ad3da49f866628d60d49645f4f8f4ff92c (patch) | |
tree | d45422fa8fab45f8423e915de5cc9fb1f471a36d /drivers/net/wireless/wl12xx/wl1271_conf.h | |
parent | 606c1487ac894798121bc2c64d27c1953c5a6210 (diff) |
wl1271: Configure a higher listen interval to AP upon association
Increase the fixed listen-interval max value configured to the mac80211 on
driver init. This value will allow a larger value to be configured to the
AP, which means the AP will buffer our frames longer.
Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
Reviewed-by: Teemu Paasikivi <ext-teemu.3.paasikivi@nokia.com>
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271_conf.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1271_conf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_conf.h b/drivers/net/wireless/wl12xx/wl1271_conf.h index 0b34b6261176..d76ae03762a3 100644 --- a/drivers/net/wireless/wl12xx/wl1271_conf.h +++ b/drivers/net/wireless/wl12xx/wl1271_conf.h | |||
@@ -977,6 +977,13 @@ struct conf_conn_settings { | |||
977 | * Range: 1000 - 3600000 | 977 | * Range: 1000 - 3600000 |
978 | */ | 978 | */ |
979 | u32 keep_alive_interval; | 979 | u32 keep_alive_interval; |
980 | |||
981 | /* | ||
982 | * Maximum listen interval supported by the driver in units of beacons. | ||
983 | * | ||
984 | * Range: u16 | ||
985 | */ | ||
986 | u8 max_listen_interval; | ||
980 | }; | 987 | }; |
981 | 988 | ||
982 | enum { | 989 | enum { |