mwifiex: do not reconfigure tx buffer size in firmware while associating
authorBing Zhao <bzhao@marvell.com>
Thu, 31 Jan 2013 03:56:01 +0000 (19:56 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 1 Feb 2013 19:27:23 +0000 (14:27 -0500)
commit62749238d1af581d01169f59ebbde4811c3c3143
treeb323478fca1f608c6e215696e91cdea99b8874d0
parent21fbbca3376f66edd010f5c76ea94e3353bf9a9e
mwifiex: do not reconfigure tx buffer size in firmware while associating

It's observed that reconfiguration of tx buffer size before
association can cause data path failure in firmware after
associated. Although this is only found with PCIe cards, but
potentially it could happen with any other interfaces as well.

The tx buffer reconfiguration is not really useful in firmware.
Let's remove it for all interfaces.

Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/11n.c
drivers/net/wireless/mwifiex/11n.h
drivers/net/wireless/mwifiex/join.c