From owner-freebsd-wireless@FreeBSD.ORG Sat Dec 7 20:21:20 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 ESMTPS id 50634458; Sat, 7 Dec 2013 20:21:20 +0000 (UTC) Received: from mail-qc0-x22f.google.com (mail-qc0-x22f.google.com [IPv6:2607:f8b0:400d:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E47FF1736; Sat, 7 Dec 2013 20:21:19 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id e9so1508788qcy.6 for ; Sat, 07 Dec 2013 12:21:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=Vv+SNMwk2gzAciAudFVcs66bV/1njg9poPaIQOn7YFo=; b=mC5BPM/pnGr+p+hhxER2wURf77kBEcHeEi92wG4o1L+CHfAUWk6Mra8qvdWGzw8hT0 EC3yQBXyMT4twEbrvuBNO2gFYlUPjsF8waJhg3vwQ4o/loDRE3uUUyURxBEeeJuR6nws ZT8bAoc6zn0S9N6TztJyFqA+x8NcatC1/hlOcgFtHR1K69eKqHamqyzhBZbe767wnxSS ASfDhd7MzCEkxaHfmBHJXere4qpRcLVexBmpu4MdRXcyQj61ojI41gCj2g9aiz8HsPOf U1beaOqKAVstY6hSIEeCMOX1xX3KGm4mzld+2y9OvgigZlCRjmsUOYcoDKx3NWSIdZE/ y0zg== MIME-Version: 1.0 X-Received: by 10.49.116.141 with SMTP id jw13mr19300179qeb.2.1386447679127; Sat, 07 Dec 2013 12:21:19 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.53.200 with HTTP; Sat, 7 Dec 2013 12:21:19 -0800 (PST) Date: Sat, 7 Dec 2013 12:21:19 -0800 X-Google-Sender-Auth: __8SIpfRYBygNRIZuRb1-DOnSWw Message-ID: Subject: [iwn] 6235 support, initial patch From: Adrian Chadd To: "freebsd-wireless@freebsd.org" , Lawrence Stewart , Alexander Motin Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.17 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, 07 Dec 2013 20:21:20 -0000 Hi, Here's some fixes from mav, shoehorned into the current driver framework. Mav - where'd you get your changes from? http://people.freebsd.org/~adrian/iwn/20131207-iwn-6235-1.diff This enables the 6235. It now doesn't firmware panic upon startup. I've passed _no_ traffic through it though - I don't have pigtails for the connectors on my NIC. Sorry :( I've added in mav's changes but I've done it by adding a new 6235 config / limits section rather than hacking up the existing 6000g2b section. I don't know what effect it'll have on the existing NICs. So I didn't want to change that behaviour. This is against the latest -HEAD. Thanks! -adrian