From patchwork Wed Nov 4 17:32:40 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartlomiej Zolnierkiewicz X-Patchwork-Id: 57724 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 nA4HlOeo015848 for ; Wed, 4 Nov 2009 17:47:25 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754295AbZKDRdD (ORCPT ); Wed, 4 Nov 2009 12:33:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932151AbZKDRdB (ORCPT ); Wed, 4 Nov 2009 12:33:01 -0500 Received: from fg-out-1718.google.com ([72.14.220.158]:41096 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932095AbZKDRc7 (ORCPT ); Wed, 4 Nov 2009 12:32:59 -0500 Received: by fg-out-1718.google.com with SMTP id d23so1958951fga.1 for ; Wed, 04 Nov 2009 09:33: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=KThuwnKt4kcnXUPi7gjdPYvsBccjzk6KNnoRprN1NfU=; b=wBsT9Rp3ELc5x+Jp6c41hjfusyFyfvkRQxokilmY/QMhCK724Y2uLE9Og2Zgb5sS3F 0HJ1NmWRD2f1cKTQ+5GPe0xqo78WUJbUt8mZZMkscRG4N7CK0FSQe9VRwBlQtIacwVpz AHWSJ248b06SGsfj6OGZl42yBxwawRsHi33+c= 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=GyPx/5alVUIiqWE+uEH/QhUGfM1oVH5ndfTAh/k+hhUjGwjrlavuCOlC85IuNvr2N8 h0gZR1mzH6pQ82ymWh4M+u48qYrpgH4F+iSBQ9LXGVmQEMAi5VBLuBEPYZWwHcKLtVC3 S8O7x68o6/+uMtz2CL2Qjqh+QIy3Z1RaviWk8= Received: by 10.86.235.14 with SMTP id i14mr4162565fgh.52.1257355983948; Wed, 04 Nov 2009 09:33:03 -0800 (PST) Received: from localhost.localdomain (chello089079027028.chello.pl [89.79.27.28]) by mx.google.com with ESMTPS id e3sm2206632fga.23.2009.11.04.09.33.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 04 Nov 2009 09:33: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:32:40 +0100 Message-Id: <20091104173239.28463.22571.sendpatchset@localhost.localdomain> In-Reply-To: <20091104173151.28463.68742.sendpatchset@localhost.localdomain> References: <20091104173151.28463.68742.sendpatchset@localhost.localdomain> Subject: [PATCH 06/41] rt2800pci: fix comment about IV/EIV fields 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/rt2800pci.c =================================================================== --- a/drivers/net/wireless/rt2x00/rt2800pci.c +++ b/drivers/net/wireless/rt2x00/rt2800pci.c @@ -2206,8 +2206,8 @@ static void rt2800pci_write_tx_desc(stru /* * Always write 0 to IV/EIV fields, hardware will insert the IV - * from the IVEIV register when ENTRY_TXD_ENCRYPT_IV is set to 0. - * When ENTRY_TXD_ENCRYPT_IV is set to 1 it will use the IV data + * from the IVEIV register when TXD_W3_WIV is set to 0. + * When TXD_W3_WIV is set to 1 it will use the IV data * from the descriptor. The TXWI_W1_WIRELESS_CLI_ID indicates which * crypto entry in the registers should be used to encrypt the frame. */