]> 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)
commit5202aa6d7ae41ab9675c3ae2dc721ddb0752c6f2
treeb323478fca1f608c6e215696e91cdea99b8874d0
parent3f5315ea6b25ccc435f7e3c5769384c20f80fae8
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