From patchwork Fri Dec 31 00:09:41 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Mattock X-Patchwork-Id: 77040 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bilbo.ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id E7C04100CEB for ; Fri, 31 Dec 2010 11:09:58 +1100 (EST) Received: from mail-yw0-f51.google.com (mail-yw0-f51.google.com [209.85.213.51]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id E53561007F8 for ; Fri, 31 Dec 2010 11:09:41 +1100 (EST) Received: by ywe10 with SMTP id 10so5116971ywe.38 for ; Thu, 30 Dec 2010 16:09:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=CrbwBzKnaEzjzL2OuKilBSZTHCSwI1B2kh7p7p5OW9I=; b=oXKfT5d2xBNx+XYtWIh2IiOGIeHbuCN7G5H4zE+HzNkKkf3waUsHOKPa+FJQj7aGZy fxZW8xprU0vtgKkglNXtZXIuO1NrbGCMa3Q0zglHYZuOS+huIoP6h1N+wTRxpK8ZvNul vAHTkOIGPRTdNUGepXFsEXjTcFPNSnic6E5bs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=qxFf0DYPUm36KSVYNlXEFmNVHk1oYn8UxqG8I6NMPX9pIE1wnmkgqKKZb/Ki918wCK zZ1FS/B++tHGpRY6HDh36CvDhf43E3QA304zGchUfr/kRbDrZNgAN4pnKUrgAbg+PTWA uY6s3Q/aZXXuWGrWxk2nK0Llcy9cLSUvmqJp8= Received: by 10.236.109.167 with SMTP id s27mr1256113yhg.13.1293754178276; Thu, 30 Dec 2010 16:09:38 -0800 (PST) Received: from localhost.localdomain ([76.91.45.220]) by mx.google.com with ESMTPS id i60sm9430564yhj.17.2010.12.30.16.09.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 30 Dec 2010 16:09:37 -0800 (PST) From: "Justin P. Mattock" To: trivial@kernel.org Subject: [PATCH 2/5]drivers:staging:rtl8192e:ieee80211:rtl819x_HTProc.c Typo change singal to signal Date: Thu, 30 Dec 2010 16:09:41 -0800 Message-Id: <1293754184-1928-2-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.6.5.2.180.gc5b3e In-Reply-To: <1293754184-1928-1-git-send-email-justinmattock@gmail.com> References: <1293754184-1928-1-git-send-email-justinmattock@gmail.com> Cc: gregkh@suse.de, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, "Justin P. Mattock" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org The patches below fixes a typo "singal" to "signal". Please let me know if anything needs to be changed. Signed-off-by: Justin P. Mattock --- .../staging/rtl8192e/ieee80211/rtl819x_HTProc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/rtl8192e/ieee80211/rtl819x_HTProc.c b/drivers/staging/rtl8192e/ieee80211/rtl819x_HTProc.c index b0c9c78..1be2b13 100644 --- a/drivers/staging/rtl8192e/ieee80211/rtl819x_HTProc.c +++ b/drivers/staging/rtl8192e/ieee80211/rtl819x_HTProc.c @@ -1007,7 +1007,7 @@ u8 HTFilterMCSRate( struct ieee80211_device* ieee, u8* pSupportMCS, u8* pOperate // TODO: adjust our operational rate set according to our channel bandwidth, STBC and Antenna number // TODO: fill suggested rate adaptive rate index and give firmware info using Tx command packet - // we also shall suggested the first start rate set according to our singal strength + // we also shall suggested the first start rate set according to our signal strength HT_PickMCSRate(ieee, pOperateMCS); // For RTL819X, if pairwisekey = wep/tkip, we support only MCS0~7.