From patchwork Fri May 21 18:28:41 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 101541 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4LIV08F022596 for ; Fri, 21 May 2010 18:31:00 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758650Ab0EUSan (ORCPT ); Fri, 21 May 2010 14:30:43 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:34431 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758646Ab0EUSam (ORCPT ); Fri, 21 May 2010 14:30:42 -0400 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o4LIU3wY013021 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 21 May 2010 18:30:04 GMT Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o4L7AfYo018724; Fri, 21 May 2010 18:30:00 GMT Received: from abhmt020.oracle.com by acsmt354.oracle.com with ESMTP id 288841121274466523; Fri, 21 May 2010 11:28:43 -0700 Received: from chimera.site (/71.245.98.113) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 21 May 2010 11:28:42 -0700 Date: Fri, 21 May 2010 11:28:41 -0700 From: Randy Dunlap To: linux-wireless@vger.kernel.org Cc: "John W. Linville" , Johannes Berg Subject: [PATCH] wireless: fix sta_info.h kernel-doc warnings Message-Id: <20100521112841.86d6757c.randy.dunlap@oracle.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 X-Auth-Type: Internal IP X-Source-IP: acsinet15.oracle.com [141.146.126.227] X-CT-RefId: str=0001.0A090209.4BF6D12D.00C0:SCFMA922111,ss=1,fgs=0 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.3 (demeter.kernel.org [140.211.167.41]); Fri, 21 May 2010 18:31:00 +0000 (UTC) --- linux-2.6.34-git6.orig/net/mac80211/sta_info.h +++ linux-2.6.34-git6/net/mac80211/sta_info.h @@ -145,7 +145,7 @@ enum plink_state { /** * struct sta_ampdu_mlme - STA aggregation information. * - * @tid_state_rx: TID's state in Rx session state machine. + * @tid_active_rx: TID's state in Rx session state machine. * @tid_rx: aggregation info for Rx per TID * @tid_state_tx: TID's state in Tx session state machine. * @tid_tx: aggregation info for Tx per TID