From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rajkumar Manoharan Date: Tue, 27 May 2014 17:13:27 +0530 Subject: [ath9k-devel] Weird Atheros 9485 http connecting problems In-Reply-To: <538382C1.40804@gmail.com> References: <53795054.4050701@gmail.com> <20140519062926.GA18863@qca.qualcomm.com> <537A0346.4090300@gmail.com> <20140519144232.GA19244@qca.qualcomm.com> <537CBA30.80407@gmail.com> <20140521145902.GB9563@qca.qualcomm.com> <537CC1EB.3090500@gmail.com> <538382C1.40804@gmail.com> Message-ID: <20140527114325.GA11035@qca.qualcomm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Mon, May 26, 2014 at 03:06:57PM -0300, Oskar Kossuth wrote: > Update: > > I did some investigation after the problem with the atheros wifi card > happened again and i found something odd. > The firefox process was consuming a lot of CPU, while the problem was > ongoing, and the CPU usage decreased to normal levels after i stopped trying > to load a website, and increased a lot after i tried to load the website > again. > Oskar, your issue is not related to firefox as earlier you had mentioned that with lynx also the problem occurs. isn't it? > > PS: I tested using the eth0 realtek adapter of my laptop and disabled > wireless. The problem appeared also in this case. > So it is not wireless or ethernet issue. From you earlier sniffer capture, I do see lot of TCP connection resets with window size 0. Even TCP 3-way handshake also terminated in most of the cases. Can you tune TCP receive buffer size. http://www.cyberciti.biz/faq/linux-tcp-tuning/ -Rajkumar