From owner-freebsd-wireless@FreeBSD.ORG Sat Nov 9 19:11:48 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2FDBBEFC for ; Sat, 9 Nov 2013 19:11:48 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qa0-x233.google.com (mail-qa0-x233.google.com [IPv6:2607:f8b0:400d:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E47E92E42 for ; Sat, 9 Nov 2013 19:11:47 +0000 (UTC) Received: by mail-qa0-f51.google.com with SMTP id hu16so664091qab.10 for ; Sat, 09 Nov 2013 11:11:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=JG9Khf64uJ5Kz5HQPHYTEQsZsbLxbKRpYqvy+jqq44Y=; b=tEtPohQA1RBVKbylB00GgkfQGoVYNuGqr3Y2PwT6OKTXWXPQn3akCthOejGSKoOkGy LMrgEAtxwNuriwz87DW8sAxhRu0Y0OBVgXgTgHby2kQA0Eybc8eG0OF1MgFhqc1KUQTk b5Z9T3TmKPP6uNvI5MlOHfqiLWUHTINi/ijuPQjmBaZZXX5N6Nlg1pn9X1UXyNrqghNy IXJiv0etDzycUgYaY4kzMzPpcqXe0mH3WprQ9NQw+SFvjvr+TB56nCboMaDw+kPDXd2p n6KTA7cb1ne8eJLSX4owozj4yPUVxWsPnhgf67mLm3sZXo1bE8zBHEAHNBd/AriMe1Fe SRyA== MIME-Version: 1.0 X-Received: by 10.229.106.131 with SMTP id x3mr33129009qco.1.1384024307113; Sat, 09 Nov 2013 11:11:47 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.207.66 with HTTP; Sat, 9 Nov 2013 11:11:47 -0800 (PST) In-Reply-To: References: Date: Sat, 9 Nov 2013 11:11:47 -0800 X-Google-Sender-Auth: rE4N6xyeaR4e2p0UWeoeNHgcz8U Message-ID: Subject: Re: [iwn] round four - 5100 works, 21xx works, EAPOL fixes, rate selection fixes From: Adrian Chadd To: "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 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: Sat, 09 Nov 2013 19:11:48 -0000 Hm! On 9 November 2013 09:40, Adrian Chadd wrote: > What doesn't work: > > * Centrino 100 - EEPROM read failure, then kernel hang > * 6150, 6235, 6250 - all have a variant on firmware panic or failed > calibration upload. > > So, the 6xxx NICs that don't work should be easy to solve - they > should already have (somewhat) worked with -HEAD. http://people.freebsd.org/~adrian/iwn/20131109-iwn-works-full-5100-14.diff I got the 6250 to work - Cedric's patch enabled the wrong calibrations for the 6050 NIC series. The whole chip configuration setup needs closer auditing.. -adrian