mwifiex: delete AP TX queues when bridged packets reach threshold
authorAvinash Patil <patila@marvell.com>
Tue, 23 Jul 2013 02:17:41 +0000 (19:17 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 24 Jul 2013 15:02:05 +0000 (11:02 -0400)
commit61c873045f74b16317c88e2931637329a6844564
tree958660932b119dbb9ad5142d169f35e717243149
parentc7d9ed9ec9b2947a9c5dc5e2c7afce1fd3ad82cc
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>
drivers/net/wireless/mwifiex/decl.h
drivers/net/wireless/mwifiex/init.c
drivers/net/wireless/mwifiex/main.h
drivers/net/wireless/mwifiex/uap_txrx.c