mwifiex: remove stop_net_dev_queue operation in AP forwarding
authorHuawei Yang <harvey.huawei.yang@gmail.com>
Tue, 23 Jul 2013 02:17:38 +0000 (19:17 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 24 Jul 2013 15:02:04 +0000 (11:02 -0400)
commit0e15370dbc7ab4d4ffd006620024ac3a52cc8c43
tree7c213d613867d91127ad26bd180a009f3a836b41
parent45fe142cefa864b685615bcb930159f6749c3667
mwifiex: remove stop_net_dev_queue operation in AP forwarding

Under uAP mode mwifiex may stop all net tx queues on forwarding
packets. This may stop some tx queues and they never have chance
to be waked up. There is also no need to check tx_pending and
stop queues here. Because local host has such kind of check when
transmitting packets and it's not proper to have forwarding affect
local transmitting.

Signed-off-by: Huawei Yang <harvey.huawei.yang@gmail.com>
Reviewed-by: Avinash Patil <patila@marvell.com>
Acked-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/uap_txrx.c