From owner-freebsd-net@FreeBSD.ORG Wed Mar 9 11:37:27 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0DF8106564A; Wed, 9 Mar 2011 11:37:27 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3AF128FC1A; Wed, 9 Mar 2011 11:37:27 +0000 (UTC) Received: by vxc34 with SMTP id 34so405372vxc.13 for ; Wed, 09 Mar 2011 03:37:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=h4mYSetuszWxaKhEeh43Xwb08l/kgd56RG4Z9viLW8M=; b=BJn1UAgQrIWv+zmmqRsamPvBEt4xoBNCgJ5E0Rb7QE1g9m8VxMI4AR0QJpwfFIhk14 H1QRjLUFS7XqF1rA5xxGWVrxmtgJ5ZhJQV8DqgXcp3ViUXXQOqTACwebiH2KdScaeZ+j 3o4o9gLHFyWDjpAwd2musDg10yiLEJlcL1juA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=qzNkf5VKvyUKYzzbqtzx9O2m6f1kILASzok+0sPnfwIJsY5IJ7rjLJl+k2/uBPxQg9 lfBEVyX5TLiS+Z/9U68d8AvtlG50y36FRws1lLTjhYyABo305q3wKoPYyResUbJ2zsVS mBRl7AHtj8wnCYEnWbZ/ahDmumsBqG21wTv+4= MIME-Version: 1.0 Received: by 10.52.0.9 with SMTP id 9mr3599319vda.147.1299670646576; Wed, 09 Mar 2011 03:37:26 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.70.17 with HTTP; Wed, 9 Mar 2011 03:37:26 -0800 (PST) In-Reply-To: <4D7744EF.3030102@gmail.com> References: <4D76D138.9010103@gmail.com> <201103091002.39932.bschmidt@freebsd.org> <4D7744EF.3030102@gmail.com> Date: Wed, 9 Mar 2011 19:37:26 +0800 X-Google-Sender-Auth: fr3EF26JxileHsU1N4DaB2dRF7k Message-ID: From: Adrian Chadd To: Michael Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-net@freebsd.org, bschmidt@freebsd.org Subject: Re: dhclient (possibly all networking) not working with some routers and WPA X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2011 11:37:27 -0000 oh man, if_ath with CCMP? That's just going to hurt. :-) On 9 March 2011 17:14, Michael wrote: > > Everything works fine if I switch the encryption off. >>> The same station works fine with other access points. Other operating >>> systems works fine on the same station with the same access point. And >>> the same access point works fine with other stations. >>> In short - it's only FreeBSD that is having problems in this setup. >>> >> >> Was talking with Adrian about that after remembering the famous >> keycache issue. There are some fixes for that in HEAD, can I talk you >> into trying HEAD? > > Just grab r218483 and apply it to your kernel sources. That fixes the keycache bug. If it works, then I can be twisted into merging that into -8. I've been avoiding backporting my if_ath stuff to -8 so -8 can stand as a sort of regression test, but I think the keycache stuff is serious and simple enough to backport. Adrian