diff options
author | Avinash Patil <patila@marvell.com> | 2013-07-23 06:17:41 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-07-24 19:02:05 +0400 |
commit | 61c873045f74b16317c88e2931637329a6844564 (patch) | |
tree | 958660932b119dbb9ad5142d169f35e717243149 /drivers/net/wireless/mwifiex/main.h | |
parent | c7d9ed9ec9b2947a9c5dc5e2c7afce1fd3ad82cc (diff) | |
download | linux-61c873045f74b16317c88e2931637329a6844564.tar.xz |
mwifiex: delete AP TX queues when bridged packets reach threshold
Delete packets from TX queues for this mwifiex_private structure
when bridged packet count reaches maximum threshold. Bridged packets
from each RA List are deleted till they fall to low threshold of 128.
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 761e5927eee3..5db05435d412 100644 --- a/drivers/net/wireless/mwifiex/main.h +++ b/drivers/net/wireless/mwifiex/main.h @@ -515,6 +515,7 @@ struct mwifiex_private { bool scan_aborting; u8 csa_chan; unsigned long csa_expire_time; + u8 del_list_idx; }; enum mwifiex_ba_status { |