From owner-freebsd-wireless@FreeBSD.ORG Sun Dec 8 01:22:09 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 10C6CE21; Sun, 8 Dec 2013 01:22:09 +0000 (UTC) Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE29D16E6; Sun, 8 Dec 2013 01:22:08 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id qd12so3992174ieb.29 for ; Sat, 07 Dec 2013 17:22:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=4pioy7vEUFHtIDuVQy56BdxeyAl9P1OxuKPJRplbL6E=; b=Jhvbitkis8rscrz6o3X+PnMRyFss0T1HP74nk1t6Z9SexW7m6m1TBzESiUF5fa44HN 9RC/+vy3JN7DTWjod5i1vQe8I7zRWIX9n8aB7Wj3rsbQEL4Xur+r43GGyHYfTkKID4TY URpCKRmO8X7nABl/oif7eeUoBhZa8kvtJXEIAvoEI3n0L4gzkRKpgLgRqiJpqGzsJOO0 mHOlg60+z4DnWofmwJW1mEWXZrFRk/lFJWQaScW30HCWcMZrLsKBUUFGpjbK0JHw114u ywj2lLzV2wTynfDMLJPR/hn3fxnI2zqUzZYlf5kf1qQFAWoJtVSjKoL5dAC9ukaZDWb9 WPyA== X-Received: by 10.50.39.45 with SMTP id m13mr9794846igk.14.1386465728014; Sat, 07 Dec 2013 17:22:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.72.134 with HTTP; Sat, 7 Dec 2013 17:21:47 -0800 (PST) In-Reply-To: References: From: Henry Hu Date: Sat, 7 Dec 2013 20:21:47 -0500 Message-ID: Subject: Re: [iwn] 6235 support, initial patch To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Lawrence Stewart , Alexander Motin , "freebsd-wireless@freebsd.org" 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: Sun, 08 Dec 2013 01:22:09 -0000 Hi, On Sat, Dec 7, 2013 at 3:21 PM, Adrian Chadd wrote: > 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. > I tested it on my 6235, and the ifconfig shows: wlan0: flags=8843 metric 0 mtu 1500 ether c4:85:08:82:da:5c inet 192.168.1.110 netmask 0xffffff00 broadcast 192.168.1.255 nd6 options=29 media: IEEE 802.11 Wireless Ethernet MCS mode 11ng status: associated ssid henryhu channel 1 (2412 MHz 11g ht/20) bssid 10:fe:ed:50:0b:b8 country US authmode WPA2/802.11i privacy ON deftxkey UNDEF AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 11 bmiss 10 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi 7 roam:rate 64 protmode CTS ht20 ampdulimit 64k ampdudensity 8 -amsdutx amsdurx shortgi wme roaming MANUAL The iperf results can be find here: http://pastebin.com/b42TusUk It is tested between this laptop and another desktop which connects to the wireless router through LAN. The router is a TP-Link TL-WR1043N with openwrt. If I test through wired connection, it reaches ~920Mbps. I'm running r259020. I modified the firmware version to be iwlwifi-6000g2b-18.168.6.1 Thanks for the hard work! > 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 > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org > " > -- Cheers, Henry