From owner-freebsd-current@FreeBSD.ORG Thu Apr 21 15:40:16 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 918161065670 for ; Thu, 21 Apr 2011 15:40:16 +0000 (UTC) (envelope-from venture37@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 42E738FC08 for ; Thu, 21 Apr 2011 15:40:15 +0000 (UTC) Received: by vxc34 with SMTP id 34so1721758vxc.13 for ; Thu, 21 Apr 2011 08:40:15 -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:content-type; bh=C0zzaFEAy9/S5BjwVKpSyU85h3+tcVeiwUNxLQs19y4=; b=YknuCW2TsQb+LAHgedraTkqGA+wXoF+6nqpOHI+5wChFWrkyOZQykDYpWLuYoV/8DU 9tQdzDEha4g2qFe6AYmIpYu+INp2JnOya4CKBAPVOqkHCjUNoBiyn/lXwYD9v75pZds7 1PxoZEdV6OSjA7LHxWnUN0UE8nn952mz51B64= 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 :content-type; b=Mm0TMTHSSAcBsVCd+8xdt4BsvwD0r5CErussijf1sBY/pI08MD5khzjVJsj7nhFlSR ExkQYmtEIspKuigyHoWLLwS33C4byUq8oygfpDFBbDG0CWQNG0vhD88JufnMEaVbFyHQ g4cyr/lsIf9hNM5nUxZt2ahajdEK+zPiLZRE8= MIME-Version: 1.0 Received: by 10.52.0.239 with SMTP id 15mr163662vdh.65.1303400415446; Thu, 21 Apr 2011 08:40:15 -0700 (PDT) Received: by 10.52.165.33 with HTTP; Thu, 21 Apr 2011 08:40:15 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Apr 2011 16:40:15 +0100 Message-ID: From: "Sevan / Venture37" To: freebsd-current Content-Type: text/plain; charset=UTF-8 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 15:40:16 -0000 On 21 April 2011 06:19, Adrian Chadd wrote: > 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. The rt2860/70 driver was, attempting to compile the drive now results in rt2860.c: In function 'rt2860_node_getmimoinfo': rt2860.c:2597: error: 'struct ieee80211_mimo_info' has no member named 'rssi' rt2860.c:2598: error: 'struct ieee80211_mimo_info' has no member named 'noise' http://forums.freebsd.org/showthread.php?t=7010 Sevan