From owner-freebsd-wireless@FreeBSD.ORG Sat Sep 29 15:06:22 2012 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 190DE1065672 for ; Sat, 29 Sep 2012 15:06:22 +0000 (UTC) (envelope-from sven@hazejager.nl) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id C4EFA8FC08 for ; Sat, 29 Sep 2012 15:06:21 +0000 (UTC) Received: by vbmv11 with SMTP id v11so5319729vbm.13 for ; Sat, 29 Sep 2012 08:06:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=7HbDUtkqG86h2MizQk9RSo8wwJS/veKS4GAefUv3LB0=; b=JryR1gs7cx77ex8PfL9bEjvl5/fgzoZ7VAb5GLSdeZfpLTg7Y6Sr6m5dTPDEtLmXDc 23MHB2u6xX1KPtj36ebDLWQuq74dFqbKXWXdnOqCWJ4jti78TlsxItUGNyitplLwl6Mg 32P2YuUD8GmTqwmd+24sYid//Yc1LnDzqWRiUoHPuRYo46WYa/Zfy/JLl4Wi2Xg2x+U9 2399aCRLo78W2Osrczl93NxWYva/KE0woDyQMmgpkVky7SUrwUBIvyNUsZs3O1XfiXBP rety5ADgoABz5g85Wl+m8JlR+0EGc4OxFW9IBYW+38mplMzd5SGhnWGqT9SHF6LtS/EM TioA== MIME-Version: 1.0 Received: by 10.221.1.81 with SMTP id np17mr5644729vcb.66.1348931180725; Sat, 29 Sep 2012 08:06:20 -0700 (PDT) Received: by 10.220.141.82 with HTTP; Sat, 29 Sep 2012 08:06:20 -0700 (PDT) X-Originating-IP: [212.123.177.47] Date: Sat, 29 Sep 2012 17:06:20 +0200 Message-ID: From: Sven Hazejager To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkJQqt/Dqoup76ecUDivGbbZyORSPBKYFl5CfSrPoXerxmA2s66TMcnPEU010lv8h+dojgu Subject: AR9160 3x3 but only getting 2x2? 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: Sat, 29 Sep 2012 15:06:22 -0000 Hi there, I'm running FreeBSD 10-CURRENT r240893 on ALIX, just replaced my old 802.11g by a DNMA-83 3x3 802.11 card, works great, but ath only finds 2x2 instead of 3x3? dmesg with 1 antenna (which is what I'm testing now, I already really like MCS 7 over 11g): ath0: mem 0xe0080000-0xe008ffff irq 9 at device 12.0 on pci0 ath0: Setting RX chainmask to 0x1 ath0: Setting TX chainmask to 0x1 ath0: [HT] enabling HT modes ath0: [HT] 1 RX streams; 1 TX streams ath0: AR9160 mac 64.1 RF5133 phy 11.0 ath0: 2GHz radio: 0x0000; 5GHz radio: 0x00c0 Without any hints, I get this: ath0: [HT] enabling HT modes ath0: [HT] 2 RX streams; 2 TX streams But I would have expected 3x3, given the specs (http://unex.com.tw/product/dnma-83) and the 3 antenna connectors :-) Thanks, Sven