[PATCH 2/2] compat-drivers: Add a next-pending patch.
From: Sujith <hidden>
Date: 2012-11-06 16:23:48
Bala Shanmugam wrote:
quoted hunk ↗ jump to hunk
Signed-off-by: Bala Shanmugam <redacted> --- ...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.patchdiff --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 <nbd@openwrt.org> +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