From owner-freebsd-wireless@FreeBSD.ORG Tue Nov 12 11:56:04 2013 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 317491CE for ; Tue, 12 Nov 2013 11:56:04 +0000 (UTC) Received: from mail-vb0-x22f.google.com (mail-vb0-x22f.google.com [IPv6:2607:f8b0:400c:c02::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EC84425C7 for ; Tue, 12 Nov 2013 11:56:03 +0000 (UTC) Received: by mail-vb0-f47.google.com with SMTP id g10so1884940vbg.6 for ; Tue, 12 Nov 2013 03:56:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=BfbCdr5nKC8hZtXukMSoXq4VvVC9ewaZmULxPSnBBrQ=; b=AHuSFbVVfPjNXFymV3HQLkxeLjftlAD6NhVuKdX7D8qylgg5QjPUzhopxjeSWpe0fY TEv61y4yu58iAgSfMFmipoxf2t/XC6rZLfiRJePJrPh8hn4DGuI3nXEKqHk8lcg4CVkk 5vyW2zf3IW3+61CHZGL26mtonObWebzZWzPO6zj0fgee8WJaHEDqUiJyODJIEFh1poWA /a8Q6p3mHTjCt5cpPRnXoHKAzslmpwVU5PFjKbktf8QFLY135DQckg/5Y8WNIdJqYdRX OIXJXRIa+JnEO06Wl5l4JX0TA5NTBcaHXOild2fcQEIxLdsjbOKxNFSCnFKUfeULcdub HVLg== X-Received: by 10.52.186.228 with SMTP id fn4mr1267325vdc.34.1384257363077; Tue, 12 Nov 2013 03:56:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.228.35 with HTTP; Tue, 12 Nov 2013 03:55:43 -0800 (PST) From: Sergey Ryazanov Date: Tue, 12 Nov 2013 15:55:43 +0400 Message-ID: Subject: Atheros AR5xxx DSSS-OFDM mode support To: ath5k-devel@lists.ath5k.org, freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.16 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, 12 Nov 2013 11:56:04 -0000 Hi list, we test pretty old hardware based on AR5414 chip with pretty old madwifi driver, which even use binary hal. Our spectral analyzer shows that in 2.4GHz band this chip transmits OFDM-preamble with any of the OFDM rates (6-54 mbps), instead of .11b-compatable DSSS-preamble. Does anybody could provide some clue: is this chip supports DSSS-OFDM mode according to section 19.7 of IEEE 802.11-2012? When I digging the ath5k code I faced the AR_PHY_MODE (0xa200) register, which seems to controls the behavior of chip. This register contains two interesting bit: AR_PHY_MODE_MOD_CCK bit 0 (0x00000001) AR_PHY_MODE_MOD_DYN bit 3 (0x00000004) If I am correctly understand, _MOD_DYN just enables the CCK (DSSS) block. But what the purpose of the AR_PHY_MODE_MOD_CCK bit? -- BR, Sergey