diff options
author | Avinash Patil <patila@marvell.com> | 2012-09-28 04:00:10 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-09-28 19:54:10 +0200 |
commit | 2db96c3d0a1f716fc90451cc2ed13842471f4658 (patch) | |
tree | 2228789e8ed71fd30e0d39ff04c2aa89354af2ad /drivers/net/wireless/mwifiex/main.h | |
parent | ath9k_hw: Handle AR_INTR_SYNC_HOST1_(FATAL|PERR) on AR9003 (diff) | |
download | linux-2db96c3d0a1f716fc90451cc2ed13842471f4658.tar.xz linux-2db96c3d0a1f716fc90451cc2ed13842471f4658.zip |
mwifiex: enhance RX reordering to avoid packet drop during host sleep
Once hostsleep is activated, this patch takes care of not
dropping packets in RX reorder table.
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/main.h')
-rw-r--r-- | drivers/net/wireless/mwifiex/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h index 956312f45e60..bfb3fa69805c 100644 --- a/drivers/net/wireless/mwifiex/main.h +++ b/drivers/net/wireless/mwifiex/main.h @@ -535,6 +535,7 @@ struct mwifiex_rx_reorder_tbl { int win_size; void **rx_reorder_ptr; struct reorder_tmr_cnxt timer_context; + u8 flags; }; struct mwifiex_bss_prio_node { |