]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbca76fd61bafb69cb271c8c81c08fc38f6637155
treeb323478fca1f608c6e215696e91cdea99b8874d0
parenta3586d7e247a42aeb8f62a831b8636aaa8eccb9d
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