diff options
author | Eliad Peller <eliad@wizery.com> | 2011-05-15 04:10:29 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-06-27 03:15:49 -0400 |
commit | 77ddaa108f727b5ef3be004b952d2c3d3ffc48e5 (patch) | |
tree | f8eea67a0930d2eb4879024abf2ce1df8ee66ccd /drivers/net/wireless/wl12xx/conf.h | |
parent | f84673d59773ded6efab640c5ee5f44b34116b75 (diff) |
wl12xx: add automatic rx streaming triggers
When rx_streaming.interval is non-zero, use automatic rx streaming.
Enable rx streaming on the each rx/tx packet, and disable it
rx_streaming.duration msecs later.
When rx_streaming.always=0 (default), rx streaming is enabled only
when there is a coex operation.
Signed-off-by: Eliad Peller <eliad@wizery.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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/conf.h b/drivers/net/wireless/wl12xx/conf.h index 94a5c5646bb4..aa79b437e60e 100644 --- a/drivers/net/wireless/wl12xx/conf.h +++ b/drivers/net/wireless/wl12xx/conf.h | |||
@@ -1270,6 +1270,11 @@ struct conf_rx_streaming_settings { | |||
1270 | * Range: 0 (disabled), 10 - 100 | 1270 | * Range: 0 (disabled), 10 - 100 |
1271 | */ | 1271 | */ |
1272 | u8 interval; | 1272 | u8 interval; |
1273 | |||
1274 | /* | ||
1275 | * enable rx streaming also when there is no coex activity | ||
1276 | */ | ||
1277 | u8 always; | ||
1273 | }; | 1278 | }; |
1274 | 1279 | ||
1275 | struct conf_drv_settings { | 1280 | struct conf_drv_settings { |