From owner-freebsd-wireless@FreeBSD.ORG Sun Nov 6 18:06:19 2011 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 8A351106566C; Sun, 6 Nov 2011 18:06:19 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [46.4.40.135]) by mx1.freebsd.org (Postfix) with ESMTP id 48F0C8FC21; Sun, 6 Nov 2011 18:06:19 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:78af:244a:397b:8de1]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPA id D8EE04AC1C; Sun, 6 Nov 2011 22:05:46 +0400 (MSK) Date: Sun, 6 Nov 2011 22:05:22 +0400 From: Lev Serebryakov X-Priority: 3 (Normal) Message-ID: <659763790.20111106220522@serebryakov.spb.ru> To: Adrian Chadd In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable Cc: freebsd-wireless@freebsd.org Subject: Re: update - new hal flag to force a full chip reset 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: Sun, 06 Nov 2011 18:06:19 -0000 Hello, Adrian. You wrote 5 =ED=EE=FF=E1=F0=FF 2011 =E3., 7:09:02: > In any case, I'll try to get this stuff stable rather than > high-performing, then merge the rest of the 11n stuff back into -HEAD. > I don't have much else to suggest at this point (until I figure out > what's wrong) but I won't be dwelling too much longer on this. I > really need to concentrate on merging the 11n TX stuff into > FreeBSD-HEAD before I continue hacking on this. > Good luck, and thanks to everyone who has been testing my code out! Do you need any help? Maybe, running AP with additional debug output, or something like this? --=20 // Black Lion AKA Lev Serebryakov From owner-freebsd-wireless@FreeBSD.ORG Sun Nov 6 18:15:20 2011 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 EC4BA106566C; Sun, 6 Nov 2011 18:15:20 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8A1E28FC08; Sun, 6 Nov 2011 18:15:20 +0000 (UTC) Received: by vws11 with SMTP id 11so563102vws.13 for ; Sun, 06 Nov 2011 10:15:19 -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 :content-transfer-encoding; bh=COwl+gMG2Da0O5B04M2nbbiJrRgcITpSA6hsscJ8VU4=; b=J7rHwkdtrQGlnLvq9p6klnt0D0BTES2Ahs5E+rubM/1Xq0utlZXICwRRMpvebH+YFD bc3Bd8wEZYmCSDvAzNR16O6QFcBuu09+BUWCc8M3iwxj+J4uShtqm1V73IfOuixUlLep jM+HzDpulZRoPc9pbS4UruK4tnPt13F6f4Bmw= MIME-Version: 1.0 Received: by 10.52.35.147 with SMTP id h19mr23470496vdj.38.1320603319773; Sun, 06 Nov 2011 10:15:19 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.29.198 with HTTP; Sun, 6 Nov 2011 10:15:19 -0800 (PST) In-Reply-To: <659763790.20111106220522@serebryakov.spb.ru> References: <659763790.20111106220522@serebryakov.spb.ru> Date: Sun, 6 Nov 2011 10:15:19 -0800 X-Google-Sender-Auth: GsUB3uXsUCNbGpC4bwsOI7RoGNc Message-ID: From: Adrian Chadd To: Lev Serebryakov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-wireless@freebsd.org Subject: Re: update - new hal flag to force a full chip reset 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: Sun, 06 Nov 2011 18:15:21 -0000 2011/11/6 Lev Serebryakov : >> Good luck, and thanks to everyone who has been testing my code out! > =A0Do you need any help? Maybe, running AP with additional debug output, > or something like this? Just dump the NF calibration results (sysctl dev.ath.X.hal.debug=3D0x8) and crank it up to say, 2 to 5 seconds (sysctl hw.ath.longcal=3D5). Let's see what the NF results are like. I have a nasty feeling that the AR9280 series NICs report some rather high NF values. The values themselves aren't actually raw NF dBm, they're just a dB value - but the fact that it's so high is likely a symptom of the overall problem (which is likely that the signal levels are all configured wrong when faced with interference.) Adrian From owner-freebsd-wireless@FreeBSD.ORG Sun Nov 6 19:19:02 2011 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 928421065672; Sun, 6 Nov 2011 19:19:02 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [46.4.40.135]) by mx1.freebsd.org (Postfix) with ESMTP id 506348FC19; Sun, 6 Nov 2011 19:19:02 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:78af:244a:397b:8de1]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPA id 4CCB44AC1C; Sun, 6 Nov 2011 23:18:30 +0400 (MSK) Date: Sun, 6 Nov 2011 23:18:05 +0400 From: Lev Serebryakov Organization: FreeBSD Project X-Priority: 3 (Normal) Message-ID: <939228459.20111106231805@serebryakov.spb.ru> To: Adrian Chadd In-Reply-To: References: <659763790.20111106220522@serebryakov.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable Cc: freebsd-wireless@freebsd.org Subject: Re: update - new hal flag to force a full chip reset X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lev@FreeBSD.org 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, 06 Nov 2011 19:19:02 -0000 Hello, Adrian. You wrote 6 =ED=EE=FF=E1=F0=FF 2011 =E3., 22:15:19: >>> Good luck, and thanks to everyone who has been testing my code out! >> =A0Do you need any help? Maybe, running AP with additional debug output, >> or something like this? > Just dump the NF calibration results (sysctl dev.ath.X.hal.debug=3D0x8) > and crank it up to say, 2 to 5 seconds (sysctl hw.ath.longcal=3D5). > Let's see what the NF results are like. I've sent your these data, do you need more from exactly the same setup? :) I could make tests in the middle of working say, when environment isn't so noisy -- less APs are seen, and spee is better. > I have a nasty feeling that the AR9280 series NICs report some rather > high NF values. The values themselves aren't actually raw NF dBm, > they're just a dB value - but the fact that it's so high is likely a > symptom of the overall problem (which is likely that the signal levels > are all configured wrong when faced with interference.) BTW, is here other ATH PCI chipsets with 802.11n? I've checked all Mirkotik Mini-PCI cards, for example, all of them are based on 9820, with different setups of RF part, some of them are single-band (2.4Ghz only), some of them are dual-band, some of them are dual-band and have amplifier, which adds some dBs of output, but chipset is the same. And the same with TP-Link cards, which could be purchased here (in Russia). It seems, --=20 // Black Lion AKA Lev Serebryakov From owner-freebsd-wireless@FreeBSD.ORG Sun Nov 6 20:26:07 2011 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 647971065672; Sun, 6 Nov 2011 20:26:07 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1324B8FC14; Sun, 6 Nov 2011 20:26:06 +0000 (UTC) Received: by iabz21 with SMTP id z21so7588175iab.13 for ; Sun, 06 Nov 2011 12:26:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:to:cc:reply-to:subject:in-reply-to:x-mailer :mime-version:content-type; bh=YgShfF9EDYS1qoUIYFroMm6khkddRADfYbI5MWDGa0o=; b=FUaN1xPyJc9fnp3aCXmoHI2WcUb9H7PGw8VeHqexzIP016qwIJzbvcaOcNdu4WltXm vgNcncXyfPZQJr3KvlQ8zqK3CNDCFYCLXdLwc94PsCF0LxgxGT6pC8hUdz2A9tNmlMz7 gW3ratGXIXojusvo11U7EZB1vINQ8AeY868eY= Received: by 10.42.135.69 with SMTP id o5mr39864774ict.34.1320611166487; Sun, 06 Nov 2011 12:26:06 -0800 (PST) Received: from www.palm.com ([32.153.138.171]) by mx.google.com with ESMTPS id 4sm30053192pbj.18.2011.11.06.12.26.00 (version=SSLv3 cipher=OTHER); Sun, 06 Nov 2011 12:26:05 -0800 (PST) Message-ID: <4eb6ed5d.2401440a.7470.ffffa7aa@mx.google.com> Date: Sun, 6 Nov 2011 12:25:55 -0800 From: "Adrian Chadd" To: "lev@freebsd.org" , "Adrian Chadd" In-Reply-To: <939228459.20111106231805@serebryakov.spb.ru> X-Mailer: Palm webOS v1.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-wireless@freebsd.org" Subject: Re: update - new hal flag to force a full chip reset X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Adrian Chadd 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, 06 Nov 2011 20:26:07 -0000 Well I am still trying to establish what exactly is going on in noisy envir= onments. The ar9160 doesn't behave this way. A bit of background in case you feel like doing some digging.. The ANI patent doc explains what is going on. The ani code tweaks some para= meters for weak signal detection, as well as what the desired signal size= and level is. What I am not clear on yet is whether it's a signal sizing= issue (ie, whether the ambient or bursty noise is falling within the signa= l level/size ani programs in) or whether the radio setup/calibration code= is doing something wrong in 2.4ghz mode. So it may be worthwhile reading the patent doc and ar5416 ani code, add som= e debugging tweaks and do some experiments with the parameters. I've setup ath9k and it has similar behaviour. Sigh. :) Adrian Sent from my Palm Pre on AT&T On Nov 6, 2011 11:19 AM, Lev Serebryakov <lev@freebsd.org> wrote:=20 Hello, Adrian. You wrote 6 =D0=BD=D0=BE=D1=8F=D0=B1=D1=80=D1=8F 2011 =D0=B3., 22:15:19: >>> Good luck, and thanks to everyone who has been testing my code= out! >>  Do you need any help? Maybe, running AP with additional debu= g output, >> or something like this? > Just dump the NF calibration results (sysctl dev.ath.X.hal.debug=3D0x8) > and crank it up to say, 2 to 5 seconds (sysctl hw.ath.longcal=3D5). > Let's see what the NF results are like. I've sent your these data, do you need more from exactly the same setup? :) I could make tests in the middle of working say, when environment isn't so noisy -- less APs are seen, and spee is better. > I have a nasty feeling that the AR9280 series NICs report some rather > high NF values. The values themselves aren't actually raw NF dBm, > they're just a dB value - but the fact that it's so high is likely a > symptom of the overall problem (which is likely that the signal levels > are all configured wrong when faced with interference.) BTW, is here other ATH PCI chipsets with 802.11n? I've checked all Mirkotik Mini-PCI cards, for example, all of them are based on 9820, with different setups of RF part, some of them are single-band (2.4Ghz only), some of them are dual-band, some of them are dual-band and have amplifier, which adds some dBs of output, but chipset is the same. And the same with TP-Link cards, which could be purchased here (in Russia). It seems, --=20 // Black Lion AKA Lev Serebryakov <lev@FreeBSD.org> From owner-freebsd-wireless@FreeBSD.ORG Sun Nov 6 21:03:10 2011 Return-Path: Delivered-To: wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DE50106566B for ; Sun, 6 Nov 2011 21:03:10 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 09D308FC14 for ; Sun, 6 Nov 2011 21:03:09 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id pA6L39tc034485 for ; Sun, 6 Nov 2011 14:03:09 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id pA6L39tG034482 for ; Sun, 6 Nov 2011 14:03:09 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 6 Nov 2011 14:03:09 -0700 (MST) From: Warren Block To: wireless@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sun, 06 Nov 2011 14:03:09 -0700 (MST) Cc: Subject: Atheros 5008 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: Sun, 06 Nov 2011 21:03:10 -0000 Just been testing an AR5BXB72 (AR5008) from a scrapped Macbook, and it's working very well. My compliments! It connects as 802.11g. The access point is a WRT300N running DD-WRT and set to Mixed mode. Shouldn't this combination be able to do 802.11n? The system is running i386 9-STABLE as of yesterday. From owner-freebsd-wireless@FreeBSD.ORG Sun Nov 6 21:57:41 2011 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 2876010656D4 for ; Sun, 6 Nov 2011 21:57:41 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id D94078FC1B for ; Sun, 6 Nov 2011 21:57:40 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id 51195E2; Sun, 6 Nov 2011 22:57:39 +0100 (CET) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by jab.dat.pl (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id EfQYlRuW_9zy; Sun, 6 Nov 2011 22:57:36 +0100 (CET) Received: from snifi.localnet (178-36-181-71.adsl.inetia.pl [178.36.181.71]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id 7517E2C; Sun, 6 Nov 2011 22:57:36 +0100 (CET) From: Maciej Milewski To: freebsd-wireless@freebsd.org Date: Sun, 06 Nov 2011 22:35:08 +0100 Message-ID: <2044657.dn7tWHTKUK@snifi> User-Agent: KMail/4.7.3 (Linux/3.0-ARCH; KDE/4.7.3; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: Subject: Re: Atheros 5008 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: Sun, 06 Nov 2011 21:57:41 -0000 Dnia niedziela 06 listopad 2011 14:03:09 Warren Block pisze: > Just been testing an AR5BXB72 (AR5008) from a scrapped Macbook, and it's > working very well. My compliments! > > It connects as 802.11g. The access point is a WRT300N running DD-WRT > and set to Mixed mode. Shouldn't this combination be able to do > 802.11n? The system is running i386 9-STABLE as of yesterday. ath 802.11n is a W.I.P. and currently is being worked on by Adrian. The 802.11n support is turned off by default because of incomplete support. If you'd like to test some things it's possible only in Adrian's if_ath_tx subtree and hopefuly soon in -HEAD. Maciek From owner-freebsd-wireless@FreeBSD.ORG Sun Nov 6 21:57:43 2011 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 9BBC210656D1 for ; Sun, 6 Nov 2011 21:57:43 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id 4A35D8FC14 for ; Sun, 6 Nov 2011 21:57:43 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id 7871BE6; Sun, 6 Nov 2011 22:57:42 +0100 (CET) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by jab.dat.pl (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id s3Rs5UbB6yJs; Sun, 6 Nov 2011 22:57:38 +0100 (CET) Received: from snifi.localnet (178-36-181-71.adsl.inetia.pl [178.36.181.71]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id E5576E1; Sun, 6 Nov 2011 22:57:37 +0100 (CET) From: Maciej Milewski To: freebsd-wireless@freebsd.org, lev@freebsd.org Date: Sun, 06 Nov 2011 22:49:28 +0100 Message-ID: <2230529.Gp80hNdgYq@snifi> User-Agent: KMail/4.7.3 (Linux/3.0-ARCH; KDE/4.7.3; x86_64; ; ) In-Reply-To: <939228459.20111106231805@serebryakov.spb.ru> References: <939228459.20111106231805@serebryakov.spb.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: Subject: Re: update - new hal flag to force a full chip reset 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: Sun, 06 Nov 2011 21:57:43 -0000 Dnia niedziela 06 listopad 2011 23:18:05 Lev Serebryakov pisze: > BTW, is here other ATH PCI chipsets with 802.11n? I've checked all > Mirkotik Mini-PCI cards, for example, all of them are based on 9820, > with different setups of RF part, some of them are single-band > (2.4Ghz only), some of them are dual-band, some of them are dual-band > and have amplifier, which adds some dBs of output, but chipset is the > same. And the same with TP-Link cards, which could be purchased here > (in Russia). It seems, I don't know how in local shops near you but in PL I had access to TP-Link's based on ar5416(TL-WN861N v1 but v2 is based on 9220[1]) and Sparklan's WMIA-199NI based on ar9160([2]) and Ubiquiti's SR-71A. I've seen some Unex cards but only on their website(no local distributor). Maciek [1] http://www.wikidevi.com/wiki/TP-LINK_TL-WN861N_v2 [2] http://www.sparklan.com/product.php?func=view&prod_id=138 From owner-freebsd-wireless@FreeBSD.ORG Sun Nov 6 23:27:25 2011 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 90504106566B; Sun, 6 Nov 2011 23:27:25 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3D5258FC0A; Sun, 6 Nov 2011 23:27:25 +0000 (UTC) Received: by vws11 with SMTP id 11so695088vws.13 for ; Sun, 06 Nov 2011 15:27:24 -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=kobsCizf5Mlp1VuN6juLyAcXfg6q5UxMj03yKQLpjqo=; b=pBPo9zkyrEyoOubmzEAtKpzo13f0X/vro5RIz6+8ZqFNRHZSjsgGHFoIaPiq48h6uj twRn5IHS3Bo7rIESiCWJINyg0vApnnoAynzgClsKpLZTI+bROJKgkRHh1jdf6VJijGS4 WzdFxGILx3wmopQAkRYNSeVwqwur3ACn+tork= MIME-Version: 1.0 Received: by 10.52.76.69 with SMTP id i5mr24250397vdw.4.1320622044744; Sun, 06 Nov 2011 15:27:24 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.29.198 with HTTP; Sun, 6 Nov 2011 15:27:24 -0800 (PST) In-Reply-To: <2230529.Gp80hNdgYq@snifi> References: <939228459.20111106231805@serebryakov.spb.ru> <2230529.Gp80hNdgYq@snifi> Date: Sun, 6 Nov 2011 15:27:24 -0800 X-Google-Sender-Auth: sTn-NB1WelzCpINHJPVdnmsSseA Message-ID: From: Adrian Chadd To: Maciej Milewski Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: update - new hal flag to force a full chip reset 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: Sun, 06 Nov 2011 23:27:25 -0000 Just stick with the AR9220/AR9280 NICs. I have to fix this stuff, right? So unless you absolutely, positively require stuff right now (and if you do, grab an AR9160), stick with the AR9220/AR9280. The AR9220/AR9280 in 5ghz mode works just fine in my testing. I haven't (re) tested the AR9285/AR9287 in congested 2.4ghz mode. I'll try to do that this week. Adrian From owner-freebsd-wireless@FreeBSD.ORG Mon Nov 7 07:33:34 2011 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 24BF5106564A; Mon, 7 Nov 2011 07:33:34 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [46.4.40.135]) by mx1.freebsd.org (Postfix) with ESMTP id D5D928FC15; Mon, 7 Nov 2011 07:33:33 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:78af:244a:397b:8de1]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPA id C11394AC1C; Mon, 7 Nov 2011 11:33:01 +0400 (MSK) Date: Mon, 7 Nov 2011 11:32:36 +0400 From: Lev Serebryakov Organization: FreeBSD Project X-Priority: 3 (Normal) Message-ID: <1397604832.20111107113236@serebryakov.spb.ru> To: Adrian Chadd In-Reply-To: References: <939228459.20111106231805@serebryakov.spb.ru> <2230529.Gp80hNdgYq@snifi> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable Cc: freebsd-wireless@freebsd.org Subject: Re: update - new hal flag to force a full chip reset X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lev@FreeBSD.org 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: Mon, 07 Nov 2011 07:33:34 -0000 Hello, Adrian. You wrote 7 =ED=EE=FF=E1=F0=FF 2011 =E3., 3:27:24: > Just stick with the AR9220/AR9280 NICs. I have to fix this stuff, > right? So unless you absolutely, positively require stuff right now > (and if you do, grab an AR9160), stick with the AR9220/AR9280. :) I'm planning alternative paths in case it is broken silicon. You have noticed, that ath9k has same problems... > I haven't (re) tested the AR9285/AR9287 in congested 2.4ghz mode. I'll > try to do that this week. The question is, which cards in Mini-PCI format is based on AR9160 and AR9285... BTW, I didn't get the message I'm answering here and the message from Maciej Milewski on the list -- only my personal copies :( --=20 // Black Lion AKA Lev Serebryakov From owner-freebsd-wireless@FreeBSD.ORG Mon Nov 7 11:07:24 2011 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 4DFD9106568E for ; Mon, 7 Nov 2011 11:07:24 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 337438FC23 for ; Mon, 7 Nov 2011 11:07:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pA7B7OHl078862 for ; Mon, 7 Nov 2011 11:07:24 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pA7B7NUX078859 for freebsd-wireless@FreeBSD.org; Mon, 7 Nov 2011 11:07:23 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 7 Nov 2011 11:07:23 GMT Message-Id: <201111071107.pA7B7NUX078859@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-wireless@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-wireless@FreeBSD.org 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: Mon, 07 Nov 2011 11:07:24 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/161293 wireless [iwn] hang at startup when starting network o kern/161035 wireless [ieee80211] Incorrect number describing 11ng MCS rate o kern/160391 wireless [ieee80211] [patch] Panic in mesh mode o kern/160296 wireless [zyd] [panic] 802.11 usb device reboots system on 'ifc o misc/160176 wireless [mips] [panic] Kernel panic on AR7161 platform with AR o kern/157449 wireless [ath] MAC address conflict causes system to freeze o kern/157243 wireless [ath] investigate beacon TX (AP) / RX (STA) when under o kern/156904 wireless [ath] AR9285 antenna diversity algorithm is buggy and o kern/156884 wireless [ath] ath instablity o kern/156327 wireless [bwn] bwn driver causes 20%-50% packet loss o kern/156322 wireless [wpi] no ahdemo support for if_wpi o kern/156321 wireless [ath] ahdemo doesn't work with if_ath o kern/155498 wireless [ral] ral(4) needs to be resynced with OpenBSD's to ga o kern/155100 wireless [ath] ath driver on busy channel: "stuck beacon" p kern/154598 wireless [ath] Atheros 5424/2424 can't connect to WPA network o kern/154567 wireless [ath] ath(4) lot of bad series(0) o kern/154327 wireless [ath] AR5416 in station mode hangs when transmitting f o kern/154284 wireless [ath] Modern ath wifi cards (such as AR9285) have miss o kern/154153 wireless [ath] AR5213 + MIPS + WPA group key packet corruption o kern/153448 wireless [ath] ath networking device loses association after a o kern/152750 wireless [ath] ath0 lot of bad series hwrate o kern/151198 wireless [ath] ath/5416 fails bgscan with "ath0: ath_chan_set: o kern/149786 wireless [bwn] bwn on Dell Inspiron 1150: connections stall o kern/149516 wireless [ath] ath(4) hostap with fake MAC/BSSID results in sta o kern/149373 wireless [realtek/atheros]: None of my network card working o kern/148322 wireless [ath] Triggering atheros wifi beacon misses in hostap o kern/148317 wireless [ath] FreeBSD 7.x hostap memory leak in net80211 or At o kern/148078 wireless [ath] wireless networking stops functioning o kern/145826 wireless [panic] [ath] Unable to configure adhoc mode on ath0/w o kern/144987 wireless [wpi] [panic] injecting packets with wlaninject using o bin/144109 wireless hostapd(8) uses the MAC of the wireless interface, but o kern/143868 wireless [ath] [patch] [request] allow Atheros watchdog timeout o conf/143079 wireless hostapd(8) startup missing multi wlan functionality p kern/140567 wireless [ath] [patch] ath is not worked on my notebook PC o kern/140245 wireless [ath] [panic] Kernel panic during network activity on o kern/137592 wireless [ath] panic - 7-STABLE (Aug 7, 2009 UTC) crashes on ne p bin/137484 wireless [patch] Integer overflow in wpa_supplicant(8) base64 e o kern/136943 wireless [wpi] [lor] wpi0_com_lock / wpi0 o kern/136836 wireless [ath] atheros card stops functioning after about 12 ho o kern/132722 wireless [ath] Wifi ath0 associates fine with AP, but DHCP or I o bin/131549 wireless ifconfig(8) can't clear 'monitor' mode on the wireless o kern/126475 wireless [ath] [panic] ath pcmcia card inevitably panics under o kern/125721 wireless [ath] Terrible throughput/high ping latency with Ubiqu o kern/125617 wireless [ath] [panic] ath(4) related panic o kern/125501 wireless [ath] atheros cardbus driver hangs o kern/125332 wireless [ath] [panic] crash under any non-tiny networking unde o kern/124767 wireless [iwi] Wireless connection using iwi0 driver (Intel 220 o kern/124753 wireless [ieee80211] net80211 discards power-save queue packets o docs/120456 wireless ath(4) needs to specify requirement on wlan_scan_sta o kern/119513 wireless [ath] [irq] inserting dlink dwl-g630 wireless card res o kern/116747 wireless [ndis] FreeBSD 7.0-CURRENT crash with Dell TrueMobile f kern/105348 wireless [ath] ath device stopps TX 52 problems total. From owner-freebsd-wireless@FreeBSD.ORG Mon Nov 7 13:31:37 2011 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 85E561065704; Mon, 7 Nov 2011 13:31:37 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2D0988FC19; Mon, 7 Nov 2011 13:31:36 +0000 (UTC) Received: by qadb12 with SMTP id b12so2636097qad.13 for ; Mon, 07 Nov 2011 05:31:36 -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=ufucYN1qy+YtDqzM/gZRyM96sehtsp77fvXH4pLyMXE=; b=m9D0x4jYpzCbvwah7iP6NSEFRo4fVO1IeVnS6l/yISukKS6rZRJZn7Yvvm89Hy4u/h JYp20pvTbDS5+hIhPzFfBT2X1WgUA3ZDg7N5thzQhlRPTERAtdhskws9qCOpSeYDvYuY aUXhJR0Kigr+HYP7M3eFgQRuTz58huHEJedJQ= MIME-Version: 1.0 Received: by 10.50.197.227 with SMTP id ix3mr45876069igc.51.1320672696228; Mon, 07 Nov 2011 05:31:36 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.50.202.99 with HTTP; Mon, 7 Nov 2011 05:31:36 -0800 (PST) In-Reply-To: <1397604832.20111107113236@serebryakov.spb.ru> References: <939228459.20111106231805@serebryakov.spb.ru> <2230529.Gp80hNdgYq@snifi> <1397604832.20111107113236@serebryakov.spb.ru> Date: Mon, 7 Nov 2011 05:31:36 -0800 X-Google-Sender-Auth: VtBJk4vVDrkB0FsFh6Xfy5TBudg Message-ID: From: Adrian Chadd To: lev@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: update - new hal flag to force a full chip reset 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: Mon, 07 Nov 2011 13:31:37 -0000 Its not broken silicon, it's likely a driver issue that can be fixrd in software. I'll try thr AR9285/AR9287 and see how they behave.. Adrian From owner-freebsd-wireless@FreeBSD.ORG Tue Nov 8 20:36:11 2011 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 8A6801065676 for ; Tue, 8 Nov 2011 20:36:11 +0000 (UTC) (envelope-from smiteff@csir.co.za) Received: from apollo.csir.co.za (mx-4.csir.co.za [146.64.10.99]) by mx1.freebsd.org (Postfix) with ESMTP id 9D46B8FC22 for ; Tue, 8 Nov 2011 20:36:10 +0000 (UTC) Received: from [192.168.1.132] ([146.64.28.52]) by apollo.csir.co.za (8.14.2/8.14.2) with ESMTP id pA8KIjV9009069 for ; Tue, 8 Nov 2011 22:18:46 +0200 Message-ID: <4EB98EA5.10701@csir.co.za> Date: Tue, 08 Nov 2011 22:18:45 +0200 From: Simeon Miteff User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15 MIME-Version: 1.0 To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.5 (apollo.csir.co.za [146.64.10.99]); Tue, 08 Nov 2011 22:18:46 +0200 (SAST) X-CSIR-MailScanner-Information: Please contact the ISP for more information X-CSIR-MailScanner-ID: pA8KIjV9009069 X-CSIR-MailScanner: Found to be clean X-CSIR-MailScanner-SpamScore: sss X-CSIR-MailScanner-From: smiteff@csir.co.za X-CSIR-MailScanner-Watermark: 1321388326.45667@YGxN1JJzT7gVJKj/ZEsxLg X-Spam-Status: No Subject: Configuring regdomain DEBUG 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: Tue, 08 Nov 2011 20:36:11 -0000 Hi All I have three Atheros-based miniPCI cards (one AR9280/RF5133 and two AR5413/RF5413) that I wish to configure in the DEBUG regdomain for some RX-only experiments on all supported channels, but I'm not having any luck: # ifconfig wlan0 create wlandev ath0 # ifconfig wlan0 regdomain DEBUG ifconfig: SIOCS80211: Invalid argument I get the same on ath1 and ath2. I'm running 8.2-RELEASE. What is the right way to do this? I would appreciate any guidance. Regards, Simeon. -- This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard. The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html. This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-wireless@FreeBSD.ORG Tue Nov 8 23:36:41 2011 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 5643E1065677; Tue, 8 Nov 2011 23:36:41 +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 C019B8FC13; Tue, 8 Nov 2011 23:36:40 +0000 (UTC) Received: by vcbfo14 with SMTP id fo14so1386138vcb.13 for ; Tue, 08 Nov 2011 15:36:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=RMsMliM6DY5IOy62EWI0L4EpCrSNnnzqgP/5zFEODzA=; b=DSt3+5BP4a48/lC4+qL8o5qmWhT/otdSVp3YwILpeglpKW45t1BmVTtrh+eaLIiyMq pr3vfw4OuaHLUiyG8lKc2GzOr8i7H4TMlVUJkd3ZdfwV7iKPpRCFUrxYsf7T1z+hlhqz TToMSSJ8bBRhPHIVY2fMBid5PuIQKkMSIb9iM= MIME-Version: 1.0 Received: by 10.52.177.3 with SMTP id cm3mr34659472vdc.89.1320795399970; Tue, 08 Nov 2011 15:36:39 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.29.198 with HTTP; Tue, 8 Nov 2011 15:36:39 -0800 (PST) Date: Tue, 8 Nov 2011 15:36:39 -0800 X-Google-Sender-Auth: Y2O0f1ETVyi8jh9GZrRWPjktwLQ Message-ID: From: Adrian Chadd To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Net , freebsd-wireless@freebsd.org, freebsd-mobile@freebsd.org Subject: ath 11n tx work is now in head 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: Tue, 08 Nov 2011 23:36:41 -0000 Hi, I've merged in the bulk of my 11n TX work in a series of commits, culminating in a (still) overly large patch which added software TX aggregation and TX queue support. It's absolutely possible this has completely broken the ath driver. I'm going to spend the next few days throwing it against the hardware I have with me just to see if I broke anything during the merge. If you feel brave, throw on ATH_ENABLE_11N in your kernel config file and give it a go. If you're using legacy (non-11n) NICs, or you're not using 11N at home, please enable it too. It affects the non-11n TX path as well and I'd like to make absolutely sure this is still (mostly) working. Finally, if you -are- going to be testing this, I won't accept any error reports unless you've been running it with the -current debugging flags. That is, lock/witness debugging, asserts, and the memory allocator debugging. There's just too much that could be going wrong and I'd like to make sure that I have all of the relevant information from testers. Thanks again! Adrian From owner-freebsd-wireless@FreeBSD.ORG Wed Nov 9 22:43:46 2011 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 777E3106566C; Wed, 9 Nov 2011 22:43:46 +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 1FFA78FC08; Wed, 9 Nov 2011 22:43:45 +0000 (UTC) Received: by vcbfo14 with SMTP id fo14so2714409vcb.13 for ; Wed, 09 Nov 2011 14:43:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=vuUgL+2HLkI1f96BY6C6nh+2+IBqK4rYwjRNSqFchVw=; b=if8mRbtigNoytvvb2lZA+hyHpzmcCbsxfmVVRQHFVyVZ3LbxG6Xq5rVIkflrAdQJaw 27AcJU0jaMc9rTLCJ0X9G6rf3zBomBmjwnVTGoT+aCDVNmB3wOh+myLdgLdhQfYOsSDC MAhvGPshmBOFh+uD7GFIifz+hvn6y/Y2rEFy4= MIME-Version: 1.0 Received: by 10.52.24.210 with SMTP id w18mr8144463vdf.21.1320878625315; Wed, 09 Nov 2011 14:43:45 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.29.198 with HTTP; Wed, 9 Nov 2011 14:43:45 -0800 (PST) Date: Wed, 9 Nov 2011 14:43:45 -0800 X-Google-Sender-Auth: pmHZLs57_glCxMzMfUx1VOZ-ND0 Message-ID: From: Adrian Chadd To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: please test - AR5416/AR9220 PCI on SMP fix 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: Wed, 09 Nov 2011 22:43:46 -0000 Hi, I've included a fix into our ath/hal driver which enforces serialised register access on AR5416 and later PCI NICs when running on an SMP system. This is needed to fix a system hang issue that occurs with multiple CPUs doing register IO to/from these devices. I don't have any further information then that. Please update to -head and give things a try. If it still hangs when you bring the interface up, please email me a boot dmesg so I can ensure that it's enabled. You can also enable it manually before you create the interface - sysctl dev.ath.X.hal.serialise_reg_war=1 . Thanks, Adrian From owner-freebsd-wireless@FreeBSD.ORG Fri Nov 11 14:02:18 2011 Return-Path: Delivered-To: freebsd-wireless@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39B11106564A; Fri, 11 Nov 2011 14:02:18 +0000 (UTC) (envelope-from arundel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CBFA28FC13; Fri, 11 Nov 2011 14:02:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pABE2Hci024498; Fri, 11 Nov 2011 14:02:17 GMT (envelope-from arundel@freefall.freebsd.org) Received: (from arundel@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pABE2H1h024494; Fri, 11 Nov 2011 14:02:17 GMT (envelope-from arundel) Date: Fri, 11 Nov 2011 14:02:17 GMT Message-Id: <201111111402.pABE2H1h024494@freefall.freebsd.org> To: arundel@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-wireless@FreeBSD.org From: arundel@FreeBSD.org Cc: Subject: Re: kern/162475: [ath] functions with return type HAL_BOOL (might) return HAL_STATUS 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: Fri, 11 Nov 2011 14:02:18 -0000 Synopsis: [ath] functions with return type HAL_BOOL (might) return HAL_STATUS Responsible-Changed-From-To: freebsd-bugs->freebsd-wireless Responsible-Changed-By: arundel Responsible-Changed-When: Fri Nov 11 14:00:34 UTC 2011 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=162475