Return-path: Received: from mail-gy0-f174.google.com ([209.85.160.174]:43641 "EHLO mail-gy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750741Ab1IZV4s (ORCPT ); Mon, 26 Sep 2011 17:56:48 -0400 Received: by gyg10 with SMTP id 10so4566880gyg.19 for ; Mon, 26 Sep 2011 14:56:48 -0700 (PDT) Message-ID: <4E80F522.3010903@lwfinger.net> (sfid-20110926_235652_133601_58FF5E14) Date: Mon, 26 Sep 2011 16:56:50 -0500 From: Larry Finger MIME-Version: 1.0 To: Henrik Friedrichsen CC: wwguy , linux-wireless@vger.kernel.org Subject: Re: iwlagn: "Intel Centrino Advanced-N 6205 AGN" and "AVM Fritz!Box (7390)" incompatible References: <1317050380.1958.13.camel@wwguy-huron> <1317053131.1958.15.camel@wwguy-huron> <1317062004.1958.18.camel@wwguy-huron> <1317071501.2400.10.camel@wwguy-ubuntu> <1317071853.2400.11.camel@wwguy-ubuntu> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On 09/26/2011 04:31 PM, Henrik Friedrichsen wrote: > On Mon, Sep 26, 2011 at 11:17 PM, wwguy wrote: >> how about just doing a flood ping to your AP >> #sudo ping -f > > Okay, here's what's happening: > ~> ping -f fritz.box > PING fritz.box (192.168.178.1) 56(84) bytes of data. > ping: cannot flood; minimal interval, allowed for user, is 200ms > > When I send regular pings: > ~> ping -c5 fritz.box > PING fritz.box (192.168.178.1) 56(84) bytes of data. > 64 bytes from fritz.box (192.168.178.1): icmp_req=1 ttl=64 time=1.31 ms > 64 bytes from fritz.box (192.168.178.1): icmp_req=2 ttl=64 time=1.26 ms > 64 bytes from fritz.box (192.168.178.1): icmp_req=3 ttl=64 time=1.30 ms > 64 bytes from fritz.box (192.168.178.1): icmp_req=4 ttl=64 time=2.51 ms > 64 bytes from fritz.box (192.168.178.1): icmp_req=5 ttl=64 time=1.22 ms > > --- fritz.box ping statistics --- > 5 packets transmitted, 5 received, 0% packet loss, time 32046ms > rtt min/avg/max/mdev = 1.226/1.524/2.515/0.496 ms > > As you can see, the packets get there and the response goes back to > me. But it seems to take ages for the package to be sent. I've sent > five pings and got my response back in regular latency, however the > whole process took 32 seconds. Of course, it should take a little over 4 sec. Try adding the -D switch to the ping command. Does repeating the ping command immediately change the timing? Larry