From owner-freebsd-wireless@FreeBSD.ORG Wed Jul 3 22:46:56 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 86716E23 for ; Wed, 3 Jul 2013 22:46:56 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qa0-x22a.google.com (mail-qa0-x22a.google.com [IPv6:2607:f8b0:400d:c00::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 4BC791CB2 for ; Wed, 3 Jul 2013 22:46:56 +0000 (UTC) Received: by mail-qa0-f42.google.com with SMTP id hu16so3950279qab.1 for ; Wed, 03 Jul 2013 15:46:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=h2YiaKdqxEXOTIrczJchkSCxcbU0nC05zrmn7gxT9GQ=; b=dRAPQmcAjpofqu3q93nyiOwAB5dcPFHvU9Ig+SQDm5rmS5e8rDpW4RGu0EY006GagJ CThH+SutrtCNPgbVOeOWPDI78hF3wTzKIz5jQi63+GQPZE9s5nmQdf1n2FJs/h++PeNB CUZ+tORNUhH9ro/mD3E9SD4zOCnvav9FuHYy/fT1HHfiJbl0VAa8x8HYIjBOzRCzTqPs aNsdmT6Q6xtnQD2/ArpZwRprYbOfkSXTF24+q7Fri87uQLmE53jCxvpiOaW1I9HHWjIk NVuIm1ZA+ozUTFs2rgZdI9h/zI3zsxiG7egtZ422hCE2cOJwDzn2UL5Ie6mUEkhaiKtP jCKw== MIME-Version: 1.0 X-Received: by 10.229.164.203 with SMTP id f11mr857948qcy.107.1372891615854; Wed, 03 Jul 2013 15:46:55 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.195.72 with HTTP; Wed, 3 Jul 2013 15:46:55 -0700 (PDT) In-Reply-To: <20130703224555.GY58171@zxy.spb.ru> References: <20130703201735.GU58171@zxy.spb.ru> <20130703220415.GV58171@zxy.spb.ru> <20130703222423.GW58171@zxy.spb.ru> <20130703223843.GX58171@zxy.spb.ru> <20130703224555.GY58171@zxy.spb.ru> Date: Wed, 3 Jul 2013 15:46:55 -0700 X-Google-Sender-Auth: MtkjsrvTCoxiipvflb8T83_PQ8s Message-ID: Subject: Re: ath and ipad From: Adrian Chadd To: Slawa Olhovchenkov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jul 2013 22:46:56 -0000 On 3 July 2013 15:45, Slawa Olhovchenkov wrote: >> ok, good starting point. >> >> > If I do 'athdebug +recv +recv_proc' I see in log >> > >> > Jul 4 02:33:04 notebook kernel: [341079] TODS d8:a2:5e:01:58:55->f4:ec:38:a3:10:dc(f4:ec:38:a3:10:dc) data 67M +65 >> > Jul 4 02:33:04 notebook kernel: [341079] 4801 2c00 f4ec 38a3 10dc d8a2 5e01 5855 f4ec 38a3 10dc 201b 5cbd 1653 >> > Jul 4 02:33:04 notebook kernel: [341080] ath0: ath_legacy_rx_tasklet: pending 1 >> > Jul 4 02:33:04 notebook kernel: [341080] ath0: ath_rx_proc: called >> >> Interesting. And that's the MAC address of your ipad? > > d8:a2:5e:01:58:55 (f4:ec:38:a3:10:dc is my ath) Ok. So next is figuring out why it's dying. How about running 'athstats 1' whilst this is going on, see whether you're seeing crypto/crc/etc errors show up? Can you copy/paste the output of athstats whilst you're trying to have your ipad associate? -adrian