From patchwork Wed Sep 5 05:32:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Manoharan, Rajkumar" X-Patchwork-Id: 1405201 Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 2E39040220 for ; Wed, 5 Sep 2012 05:31:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751438Ab2IEFbA (ORCPT ); Wed, 5 Sep 2012 01:31:00 -0400 Received: from wolverine01.qualcomm.com ([199.106.114.254]:15422 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750984Ab2IEFa7 (ORCPT ); Wed, 5 Sep 2012 01:30:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=qca.qualcomm.com; i=@qca.qualcomm.com; q=dns/txt; s=qcdkim; t=1346823059; x=1378359059; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=CBKqDSBz1MRPhBdrdPxI7PNTUQIN4///X8rRrekqhOw=; b=gMkTCvpnH5mhQywAhlvHH85ky5IQamCSXaSovWacFVkLTGMPq2+d9msW IwrRsSV3jZCeJMYxVjJEkSj1blLuaaAl7vpvYmu6Y9bOWpNGMj1zc7yi6 WGLvJ4rchk8qXJxV0WIMLSTY/lVknmEMBWpDPiVnzmhLJOBZ8qGISkrpy U=; X-IronPort-AV: E=McAfee;i="5400,1158,6825"; a="232936049" Received: from ironmsg04-r.qualcomm.com ([172.30.46.18]) by wolverine01.qualcomm.com with ESMTP; 04 Sep 2012 22:30:40 -0700 X-IronPort-AV: E=Sophos;i="4.80,372,1344236400"; d="scan'208";a="381607602" Received: from nasanexhc08.na.qualcomm.com ([172.30.39.7]) by Ironmsg04-R.qualcomm.com with ESMTP/TLS/RC4-SHA; 04 Sep 2012 22:30:40 -0700 Received: from qcmail1.qualcomm.com (172.30.39.5) by qcmail1.qualcomm.com (172.30.39.7) with Microsoft SMTP Server (TLS) id 14.2.318.1; Tue, 4 Sep 2012 22:30:38 -0700 Received: by qcmail1.qualcomm.com (sSMTP sendmail emulation); Wed, 05 Sep 2012 11:02:24 +0530 From: Rajkumar Manoharan To: CC: , Rajkumar Manoharan Subject: [PATCH 2/3] ath9k_hw: use peak detection for 5GHz Date: Wed, 5 Sep 2012 11:02:14 +0530 Message-ID: <1346823135-2992-2-git-send-email-rmanohar@qca.qualcomm.com> X-Mailer: git-send-email 1.7.12 In-Reply-To: <1346823135-2992-1-git-send-email-rmanohar@qca.qualcomm.com> References: <1346823135-2992-1-git-send-email-rmanohar@qca.qualcomm.com> MIME-Version: 1.0 X-Originating-IP: [172.30.39.5] Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Signed-off-by: Rajkumar Manoharan --- drivers/net/wireless/ath/ath9k/ar9462_2p0_initvals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath9k/ar9462_2p0_initvals.h b/drivers/net/wireless/ath/ath9k/ar9462_2p0_initvals.h index 4ef7dcc..58f30f6 100644 --- a/drivers/net/wireless/ath/ath9k/ar9462_2p0_initvals.h +++ b/drivers/net/wireless/ath/ath9k/ar9462_2p0_initvals.h @@ -58,7 +58,7 @@ static const u32 ar9462_2p0_baseband_postamble[][5] = { {0x00009e1c, 0x0001cf9c, 0x0001cf9c, 0x00021f9c, 0x00021f9c}, {0x00009e20, 0x000003b5, 0x000003b5, 0x000003ce, 0x000003ce}, {0x00009e2c, 0x0000001c, 0x0000001c, 0x00000021, 0x00000021}, - {0x00009e3c, 0xcf946220, 0xcf946220, 0xcfd5c782, 0xcfd5c282}, + {0x00009e3c, 0xcf946222, 0xcf946222, 0xcfd5c782, 0xcfd5c282}, {0x00009e44, 0x62321e27, 0x62321e27, 0xfe291e27, 0xfe291e27}, {0x00009e48, 0x5030201a, 0x5030201a, 0x50302012, 0x50302012}, {0x00009fc8, 0x0003f000, 0x0003f000, 0x0001a000, 0x0001a000},