Return-path: Received: from mail-pa0-f46.google.com ([209.85.220.46]:58889 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751308Ab2KFQXs (ORCPT ); Tue, 6 Nov 2012 11:23:48 -0500 From: Sujith MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <20633.14711.832133.513286@gargle.gargle.HOWL> (sfid-20121106_172405_972302_DC203C09) Date: Tue, 6 Nov 2012 21:53:19 +0530 To: Bala Shanmugam Cc: , , Subject: [PATCH 2/2] compat-drivers: Add a next-pending patch. In-Reply-To: <1352197894-4352-3-git-send-email-bkamatch@qca.qualcomm.com> References: <1352197894-4352-1-git-send-email-bkamatch@qca.qualcomm.com> <1352197894-4352-3-git-send-email-bkamatch@qca.qualcomm.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: Bala Shanmugam wrote: > Signed-off-by: Bala Shanmugam > --- > ...x-signal-strength-noise-measurements-on-a.patch | 28 ++++++++++++++++++++ > 1 files changed, 28 insertions(+), 0 deletions(-) > create mode 100644 linux-next-pending/0001-ath9k_hw-fix-signal-strength-noise-measurements-on-a.patch > > diff --git a/linux-next-pending/0001-ath9k_hw-fix-signal-strength-noise-measurements-on-a.patch b/linux-next-pending/0001-ath9k_hw-fix-signal-strength-noise-measurements-on-a.patch > new file mode 100644 > index 0000000..727c904 > --- /dev/null > +++ b/linux-next-pending/0001-ath9k_hw-fix-signal-strength-noise-measurements-on-a.patch > @@ -0,0 +1,28 @@ > +From f91a5adf7e8d778f8f006934400249ec9c84717c Mon Sep 17 00:00:00 2001 > +From: Felix Fietkau > +Date: Fri, 2 Nov 2012 16:23:47 +0530 > +Subject: [PATCH] ath9k_hw: fix signal strength / noise measurements on ar9462 > + > +The nominal noise floor for most channels is -120, though on some it can > +reach -127. Use -120 for converting noise floor to channel noise to > +avoid overestimating rx signal strength and channel noise. I don't think this patch has been posted to linux-wireless. linux-next-pending/ can only accept patches that have been posted and reviewed. Also, this change has to be verified with the internal systems team. Sujith