From patchwork Fri Dec 31 00:09:43 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Mattock X-Patchwork-Id: 77043 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 DF54C100CB5 for ; Fri, 31 Dec 2010 11:10:30 +1100 (EST) Received: from mail-gw0-f51.google.com (mail-gw0-f51.google.com [74.125.83.51]) by ozlabs.org (Postfix) with ESMTP id A518B1008C5 for ; Fri, 31 Dec 2010 11:09:45 +1100 (EST) Received: by gwaa18 with SMTP id a18so5350393gwa.38 for ; Thu, 30 Dec 2010 16:09:43 -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=TEFKCFmcvfpvxo1JDrgjQVcqJEj2GCmmTZeERkf0oI8=; b=XVtJcWLSlbv3FDAnvMbp8oQO327OYOoJpp7FS2x6k7AiJvE44JHiq6yf903FRI/4N/ yfugWwLU9hTwTjGc1UkmwlxoRtq5AnXcAFY9jPReETJFEmw981j+w/ZKXhp2sxxabk1c 1kkq1yFbiLoVD/awtgmB7mf+0y1wAtTezo5Lc= 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=e2qxFUvt+iMdqchHrUCiS9YPAQRpTOpaT/hNdVNyZo2yDmPQmY7gZtKqKjUfIpG+jJ wWZEEaXWSP8quKGdMacheKurdYsOvE+BqkcGhH1ZKrMP9rqkSaiyAZw0AxPnv1rVQYI+ 8+yIyKtYN+9Y4A7wiW17OSjk+Quv5jchL1MSI= Received: by 10.236.105.180 with SMTP id k40mr426806yhg.93.1293754183599; Thu, 30 Dec 2010 16:09:43 -0800 (PST) Received: from localhost.localdomain ([76.91.45.220]) by mx.google.com with ESMTPS id i60sm9430564yhj.17.2010.12.30.16.09.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 30 Dec 2010 16:09:42 -0800 (PST) From: "Justin P. Mattock" To: trivial@kernel.org Subject: [PATCH 4/5]drivers:staging:rtl8192u:ieee80211:rtl819x_HTProc.c Typo change singal to signal Date: Thu, 30 Dec 2010 16:09:43 -0800 Message-Id: <1293754184-1928-4-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.6.5.2.180.gc5b3e In-Reply-To: <1293754184-1928-3-git-send-email-justinmattock@gmail.com> References: <1293754184-1928-1-git-send-email-justinmattock@gmail.com> <1293754184-1928-2-git-send-email-justinmattock@gmail.com> <1293754184-1928-3-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/rtl8192u/ieee80211/rtl819x_HTProc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c b/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c index 50f4f59..5ef816f 100644 --- a/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c +++ b/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c @@ -921,7 +921,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.