From owner-freebsd-wireless@FreeBSD.ORG Mon Jan 6 23:24:17 2014 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 6C1F0563 for ; Mon, 6 Jan 2014 23:24:17 +0000 (UTC) Received: from mail-qa0-x234.google.com (mail-qa0-x234.google.com [IPv6:2607:f8b0:400d:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C19115FB for ; Mon, 6 Jan 2014 23:24:17 +0000 (UTC) Received: by mail-qa0-f52.google.com with SMTP id w8so38827qac.39 for ; Mon, 06 Jan 2014 15:24:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=X2rG6L/k/tMO5Fzaui2n2JbtSfBnDNQKxNXjYmlJKrM=; b=TRrT138QrCDWQkW5Qt124tJQXg0QZ7hkvfweAteuvtceOLR/JtlYG9ZsleuWGXgPnZ U2tgIi4tdwYT6UNplTk/aAaGJJ8X5GhAFam4JbHaPFFOsYbN7QtuTy0LXgmZNy4YMQVT tkpRD7GcWCsxyVc83Wb0jyzz4CppUKMITdZja8J3Uq/WiU7lwwu8GbKXzMkS82UUd8w0 +yXmBdqz8eoqUfEJ9HF4kd/n0ODx8dntiTg0dmh/yyANwIz2K8nd8V0N0o/3x0HFWPVb Fpvt8UNDj4uk+lAeCDyM1DbP7Oe9uGKPYoh1EGVNQlHRx1MK3sY/GrE7fZbzh7jouXng Mbhw== MIME-Version: 1.0 X-Received: by 10.49.24.140 with SMTP id u12mr138954668qef.78.1389050656341; Mon, 06 Jan 2014 15:24:16 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Mon, 6 Jan 2014 15:24:16 -0800 (PST) In-Reply-To: <52CB3A95.40502@gmail.com> References: <52CB3A95.40502@gmail.com> Date: Mon, 6 Jan 2014 15:24:16 -0800 X-Google-Sender-Auth: WLX4GSbm8pJWWWjx3fahgj9g9KY Message-ID: Subject: Re: 802.11n on FreeBSD 10.0-RC4 From: Adrian Chadd To: pbtraveller Content-Type: text/plain; charset=ISO-8859-1 Cc: "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: Mon, 06 Jan 2014 23:24:17 -0000 Nope, running 11ng! Look, says 11ng! on a ht/40 channel! Totally 11ng! -a On 6 January 2014 15:21, pbtraveller wrote: > Hi, > > I was told that 802.11n code for atheros wifi cards was committed to FreeBSD > 10.0. > > I am currently running a machine with FreeBSD 10.0-RC4 and the following > wifi card > > vendor = 'Atheros Communications Inc.' > device = 'AR9287 Wireless Network Adapter (PCI-Express)' > class = network > > I loaded the following modules at boot time by placing the following in > /boot/loader.conf > > if_ath_load="YES" > if_ath_pci_load="YES" > > When typing ifconfig -v wlan0 list channel I only get > > Channel 6 : 2437 MHz 11g ht/40+ > > and the like but no 11n > > my /etc/rc.conf looks like this > > ... > create_args_wlan0="wlanmode hostap" > ifconfig_wlan0="ssid myssid mode 11n up WPA"... > > ifconfig shows me that the systems is running 802.11g only > > inet6 fe80::12fe:edff:fe75:3c2b%wlan0 prefixlen 64 tentative scopeid 0x5 > nd6 options=29 > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng > status: running > ssid myssid channel 4 (2427 MHz 11g ht/40+) bssid 10:fe:ed:75:3c:2b > regdomain 32924 country CN indoor ecm authmode WPA2/802.11i > > What am I doing wrong or was 802.11n not committed to FreeBSD 10 ? > > Many thanks! > > pbtraveller > > > > > _______________________________________________ > 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"