From patchwork Fri May 21 18:28:33 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 101539 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 o4LIUR3f022439 for ; Fri, 21 May 2010 18:30:27 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758632Ab0EUSa0 (ORCPT ); Fri, 21 May 2010 14:30:26 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:33658 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758628Ab0EUSaZ (ORCPT ); Fri, 21 May 2010 14:30:25 -0400 Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o4LIUCk0013516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 21 May 2010 18:30:13 GMT Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o4LIUALN025259; Fri, 21 May 2010 18:30:10 GMT Received: from abhmt003.oracle.com by acsmt353.oracle.com with ESMTP id 258372681274466514; Fri, 21 May 2010 11:28:34 -0700 Received: from chimera.site (/71.245.98.113) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 21 May 2010 11:28:34 -0700 Date: Fri, 21 May 2010 11:28:33 -0700 From: Randy Dunlap To: linux-wireless@vger.kernel.org Cc: "John W. Linville" Subject: [PATCH] wireless: fix mac80211.h kernel-doc warnings Message-Id: <20100521112833.316ccc60.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: rcsinet15.oracle.com [148.87.113.117] X-CT-RefId: str=0001.0A090202.4BF6D136.007F:SCFMA4539811,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:30:27 +0000 (UTC) --- linux-2.6.34-git6.orig/include/net/mac80211.h +++ linux-2.6.34-git6/include/net/mac80211.h @@ -815,6 +815,7 @@ enum ieee80211_key_flags { * encrypted in hardware. * @alg: The key algorithm. * @flags: key flags, see &enum ieee80211_key_flags. + * @ap_addr: AP's MAC address * @keyidx: the key index (0-3) * @keylen: key material length * @key: key material. For ALG_TKIP the key is encoded as a 256-bit (32 byte) @@ -1638,6 +1639,8 @@ enum ieee80211_ampdu_mlme_action { * Returns a negative error code on failure. * The callback must be atomic. * + * @get_survey: Return per-channel survey information + * * @rfkill_poll: Poll rfkill hardware state. If you need this, you also * need to set wiphy->rfkill_poll to %true before registration, * and need to call wiphy_rfkill_set_hw_state() in the callback.