diff options
-rw-r--r-- | drivers/net/wireless/wl12xx/acx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/acx.c b/drivers/net/wireless/wl12xx/acx.c index 8227d6db08c9..328f88a67563 100644 --- a/drivers/net/wireless/wl12xx/acx.c +++ b/drivers/net/wireless/wl12xx/acx.c | |||
@@ -317,6 +317,7 @@ int wl12xx_acx_rx_msdu_life_time(struct wl12xx *wl, u32 life_time) | |||
317 | goto out; | 317 | goto out; |
318 | } | 318 | } |
319 | 319 | ||
320 | acx->lifetime = life_time; | ||
320 | ret = wl12xx_cmd_configure(wl, DOT11_RX_MSDU_LIFE_TIME, | 321 | ret = wl12xx_cmd_configure(wl, DOT11_RX_MSDU_LIFE_TIME, |
321 | acx, sizeof(*acx)); | 322 | acx, sizeof(*acx)); |
322 | if (ret < 0) { | 323 | if (ret < 0) { |