From owner-freebsd-current@FreeBSD.ORG Thu Apr 21 05:19:24 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EF4B106566B for ; Thu, 21 Apr 2011 05:19:24 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 31B458FC0C for ; Thu, 21 Apr 2011 05:19:23 +0000 (UTC) Received: by wwc33 with SMTP id 33so1574466wwc.31 for ; Wed, 20 Apr 2011 22:19:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=c7r4ZNSCNcqgqzM9O9RJmX7hWshD8UI35Yy36DMgH4U=; b=w1f/eCXdAUdiEZ1fgVNoTVb6N237K+mXs8T9lx+AojMd5XQqOag9Gr7hMEdGCdb5Gc rEHzlg/g/RZXWZ77kunxztaNi8ETJ/mmWlh0OT2tXQqWanfbN4GIvJ0cH4ydn26ilzTm GtORIxUjBThvbXb7C5V8SzC3b02zaMhPemyxg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=BV1ZM2JHAz57IBFoM8xhbG0NDVuc8BwCN5Oq3Tn6czXRZdz/+W9W+k3HNyUGBY/JRD ybMAkPytO7N+INmhOpgt03cL3ZBp371QKZlmXo8koS0NSDacedJuxBmfAOQyg9zl6Cz7 rtmYPFSrmtXIVhFoijaGaxoSZIuG1nqChQf54= MIME-Version: 1.0 Received: by 10.227.131.23 with SMTP id v23mr8314026wbs.53.1303363163187; Wed, 20 Apr 2011 22:19:23 -0700 (PDT) Received: by 10.227.174.13 with HTTP; Wed, 20 Apr 2011 22:19:23 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Apr 2011 13:19:23 +0800 Message-ID: From: Adrian Chadd To: Arnaud Lacombe Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current Subject: Re: Heads up - please recompile ifconfig if you're using wireless X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2011 05:19:24 -0000 It's possible, but none of the current drivers in -head implement MIMO and the data wasn't actually filled out in net80211, so it's highly unlikely it was being used. Adrian On 21 April 2011 13:07, Arnaud Lacombe wrote: > Hi, > > On Thu, Apr 21, 2011 at 12:21 AM, Adrian Chadd > wrote: > > Hi, > > > > If you're using wireless on -HEAD and using an older base w/ newer > kernels, > > you may wish to recompile ifconfig. > > I've changed the binary ABI used for MIMO statistics (which nothing > actually > > exports yet) but it may generate garbage looking MIMO noise floor output > (in > > ifconfig X list station.) > > If you don't mind about that, don't worry about updating. :) > > > Unless I misunderstand the purpose of the COMPAT_FREEBSD[4567] entries > in the config file, shouldn't the previous ABI be kept available under > COMPAT_FREEBSD8 ? > > Thanks, > - Arnaud > > > Thanks, > > > > > > Adrian > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to " > freebsd-current-unsubscribe@freebsd.org" > > >