From owner-freebsd-wireless@FreeBSD.ORG Sat Feb 25 08:03:31 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4903F1065670 for ; Sat, 25 Feb 2012 08:03:31 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id CA6758FC08 for ; Sat, 25 Feb 2012 08:03:30 +0000 (UTC) Received: by wibhn6 with SMTP id hn6so19292wib.13 for ; Sat, 25 Feb 2012 00:03:29 -0800 (PST) Received-SPF: pass (google.com: domain of adrian.chadd@gmail.com designates 10.180.78.6 as permitted sender) client-ip=10.180.78.6; Authentication-Results: mr.google.com; spf=pass (google.com: domain of adrian.chadd@gmail.com designates 10.180.78.6 as permitted sender) smtp.mail=adrian.chadd@gmail.com; dkim=pass header.i=adrian.chadd@gmail.com Received: from mr.google.com ([10.180.78.6]) by 10.180.78.6 with SMTP id x6mr2191617wiw.18.1330157009762 (num_hops = 1); Sat, 25 Feb 2012 00:03:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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; bh=6ojhneMijat34BTmIdDxOqmwO0x8fYeQrDZhjR6ucpk=; b=Hbi6LFfTNoBvgBoHONJC7FFW3HvDy129Fa12mzy5Mbq76hvJLIpIUP55s/7Et8h0WG pS3HjkxjnF4WfznBP8Cf4vD1sKQ+Ivf/pE4Lo5zfXbRRFnCyX0t02Wlj1j0nFswE96wd uh9XO7p5vHbxMgWj2nHf/4SlKxZbhd2y81+GI= MIME-Version: 1.0 Received: by 10.180.78.6 with SMTP id x6mr1714585wiw.18.1330157009673; Sat, 25 Feb 2012 00:03:29 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.154.199 with HTTP; Sat, 25 Feb 2012 00:03:29 -0800 (PST) In-Reply-To: <4F46216D.5040704@gmail.com> References: <4F36DAB0.2020803@gmail.com> <4f36df71.2139440a.10ce.fffffb81@mx.google.com> <4F370F21.3030300@gmail.com> <4F46216D.5040704@gmail.com> Date: Sat, 25 Feb 2012 00:03:29 -0800 X-Google-Sender-Auth: 9MR-X7SfEUwr_H0qCAzhf1-CgW0 Message-ID: From: Adrian Chadd To: "Sevan / Venture37" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: wi driver X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 25 Feb 2012 08:03:31 -0000 Hi, I've just committed a fix to wi_info_intr(). The problem was that the vap list is empty (ie you hadn't created a VAP but brought up the interface) - so it paniced. Yes, I now have a BIG stack of these things. But I'm seeing interrupt storms; so I don't think my NIC is going to work well. That, and WPA doesn't work. :-) Adrian