summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/main.h
diff options
context:
space:
mode:
authorAvinash Patil <patila@marvell.com>2012-09-27 19:00:10 -0700
committerJohn W. Linville <linville@tuxdriver.com>2012-09-28 13:54:10 -0400
commit2db96c3d0a1f716fc90451cc2ed13842471f4658 (patch)
tree2228789e8ed71fd30e0d39ff04c2aa89354af2ad /drivers/net/wireless/mwifiex/main.h
parentff9bd2d8d95aedb661714536cb919281540f9772 (diff)
downloadop-kernel-dev-2db96c3d0a1f716fc90451cc2ed13842471f4658.zip
op-kernel-dev-2db96c3d0a1f716fc90451cc2ed13842471f4658.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h
index 956312f..bfb3fa6 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 {
OpenPOWER on IntegriCloud