From patchwork Wed Nov 4 17:35:39 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartlomiej Zolnierkiewicz X-Patchwork-Id: 57697 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nA4Hf3uQ014081 for ; Wed, 4 Nov 2009 17:41:05 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932417AbZKDRgE (ORCPT ); Wed, 4 Nov 2009 12:36:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932415AbZKDRgB (ORCPT ); Wed, 4 Nov 2009 12:36:01 -0500 Received: from fg-out-1718.google.com ([72.14.220.156]:40568 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932413AbZKDRf7 (ORCPT ); Wed, 4 Nov 2009 12:35:59 -0500 Received: by fg-out-1718.google.com with SMTP id d23so1960587fga.1 for ; Wed, 04 Nov 2009 09:36:04 -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:date:message-id :in-reply-to:references:subject; bh=yDmu2v5zSDvxDZjHzZEw6mK5x+vEYKOf+fj1GWxVGEA=; b=h9Phw9U7/0l3Bv6LP87OgAIWEBGe/92q4TNStG1/L9m/MAO4xfJhRHvfR3rEu6nxVU MlGaMju8xz0GGb03bZPSP9+Z1rLSalVPnvjph3E8atx9x2BSPzSwiOA3X0He8J+us19u lEbX2E87cNuwjMGtSmxxPt62kKteYIa12pWYw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:in-reply-to:references:subject; b=jWMB6ZzZ5rLszcbQ0kHSs9zZGtauFlD0K28ml7A+cIVq52jw27Db4erBWutH/dqnZL mbrqggk04uiSKtoQ0N6uhslAwPU14V5uo4PIEyzuVKJP/4nCUYn3HokAuaj2moj3Z48t Q6kmq6Ws7SUE2At9fKGC7X3KLTid7mJfzb1Cg= Received: by 10.86.13.37 with SMTP id 37mr4158891fgm.58.1257356163956; Wed, 04 Nov 2009 09:36:03 -0800 (PST) Received: from localhost.localdomain (chello089079027028.chello.pl [89.79.27.28]) by mx.google.com with ESMTPS id 3sm2226310fge.4.2009.11.04.09.36.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 04 Nov 2009 09:36:03 -0800 (PST) From: Bartlomiej Zolnierkiewicz To: linux-wireless@vger.kernel.org Cc: Gertjan van Wingerde , Bartlomiej Zolnierkiewicz , Ivo van Doorn , linux-kernel@vger.kernel.org, "John W. Linville" Date: Wed, 04 Nov 2009 18:35:39 +0100 Message-Id: <20091104173539.28463.82770.sendpatchset@localhost.localdomain> In-Reply-To: <20091104173151.28463.68742.sendpatchset@localhost.localdomain> References: <20091104173151.28463.68742.sendpatchset@localhost.localdomain> Subject: [PATCH 30/41] rt2800usb: fix comments in rt2800usb.h Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Index: b/drivers/net/wireless/rt2x00/rt2800usb.h =================================================================== --- a/drivers/net/wireless/rt2x00/rt2800usb.h +++ b/drivers/net/wireless/rt2x00/rt2800usb.h @@ -61,7 +61,7 @@ /* * Signal information. - * Defaul offset is required for RSSI <-> dBm conversion. + * Default offset is required for RSSI <-> dBm conversion. */ #define DEFAULT_RSSI_OFFSET 120 /* FIXME */ @@ -87,12 +87,6 @@ */ /* - * HOST-MCU shared memory - */ -#define HOST_CMD_CSR 0x0404 -#define HOST_CMD_CSR_HOST_COMMAND FIELD32(0x000000ff) - -/* * INT_SOURCE_CSR: Interrupt source register. * Write one to clear corresponding bit. * TX_FIFO_STATUS: FIFO Statistics is full, sw should read 0x171c @@ -351,6 +345,12 @@ #define PBF_SYS_CTRL_HOST_RAM_WRITE FIELD32(0x00010000) /* + * HOST-MCU shared memory + */ +#define HOST_CMD_CSR 0x0404 +#define HOST_CMD_CSR_HOST_COMMAND FIELD32(0x000000ff) + +/* * PBF registers * Most are for debug. Driver doesn't touch PBF register. */ @@ -1776,7 +1776,7 @@ struct mac_iveiv_entry { /* * Word3 - * WIV: Wireless Info Valid. 1: Driver filled WI, 0: DMA needs to copy WI + * WIV: Wireless Info Valid. 1: Driver filled WI, 0: DMA needs to copy WI * QSEL: Select on-chip FIFO ID for 2nd-stage output scheduler. * 0:MGMT, 1:HCCA 2:EDCA */