From patchwork Fri Feb 25 06:15:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Justin P. Mattock" X-Patchwork-Id: 589271 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1P6FuH7025720 for ; Fri, 25 Feb 2011 06:15:56 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932098Ab1BYGPm (ORCPT ); Fri, 25 Feb 2011 01:15:42 -0500 Received: from mail-iw0-f174.google.com ([209.85.214.174]:57587 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753538Ab1BYGPk (ORCPT ); Fri, 25 Feb 2011 01:15:40 -0500 Received: by iwn34 with SMTP id 34so848166iwn.19 for ; Thu, 24 Feb 2011 22:15:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer; bh=dp57Iq7fBKJiQmF5sqiQ4Y1t3TnFcgaWbPmg67zzl/A=; b=n6cHGJDM7Rm5K/vliBwO2/xMC2ET5Xeugo/j/yoT27Vw/znCx7nYBWvGmmYipAUfkn GYFdUBq78G6BYIjcGqVAQ8wMDeBdm1oPRyf2SYUs00XBxWH7c733+AgKpP+TPPhyq6Qy TSB9f48+AnrTNNbwt9l/6bhRXagbR3PUnV9lA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=D7Lx0D0glRmC2VRGEMwZTbc2yuDWgTf5TYBvxtWy+3QV5UzLjlQKMjjlWE2i/ez/2w 1hZLXiObWy3cflpJ9QepnWrQZZehcS4d6yYTWDGeR2urLkyCkUF9IzDKx4Y9A1chjP3s s7MY3XJcKB3yvb+l1v8O2DV2I1rmtRg1HK5JU= Received: by 10.42.179.3 with SMTP id bo3mr346930icb.385.1298614540337; Thu, 24 Feb 2011 22:15:40 -0800 (PST) Received: from localhost.localdomain (cpe-76-94-2-152.socal.res.rr.com [76.94.2.152]) by mx.google.com with ESMTPS id k38sm191903ick.9.2011.02.24.22.15.38 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Feb 2011 22:15:39 -0800 (PST) From: "Justin P. Mattock" To: trivial@kernel.org Cc: johannes@sipsolutions.net, davem@davemloft.net, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, "Justin P. Mattock" Subject: [PATCH 18/21]include:net:mac80211.h remove one to many l's in the word. Date: Thu, 24 Feb 2011 22:15:22 -0800 Message-Id: <1298614522-4153-1-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.7.4.1 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 25 Feb 2011 06:15:56 +0000 (UTC) diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 62c0ce2..04c3fe5 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -1349,7 +1349,7 @@ ieee80211_get_alt_retry_rate(const struct ieee80211_hw *hw, * DOC: Beacon filter support * * Some hardware have beacon filter support to reduce host cpu wakeups - * which will reduce system power consumption. It usuallly works so that + * which will reduce system power consumption. It usually works so that * the firmware creates a checksum of the beacon but omits all constantly * changing elements (TSF, TIM etc). Whenever the checksum changes the * beacon is forwarded to the host, otherwise it will be just dropped. That