All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cfg80211: fix missing kernel-doc
@ 2011-11-08  8:20 Johannes Berg
  2011-11-08 10:59 ` Helmut Schaa
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2011-11-08  8:20 UTC (permalink / raw)
  To: John Linville; +Cc: Helmut Schaa, linux-wireless

From: Johannes Berg <johannes.berg@intel.com>

Two new struct members were not documented, fix that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 include/net/cfg80211.h |    4 ++++
 1 file changed, 4 insertions(+)

--- a/include/net/cfg80211.h	2011-11-07 21:09:22.000000000 +0100
+++ b/include/net/cfg80211.h	2011-11-08 09:19:03.000000000 +0100
@@ -456,6 +456,9 @@ enum station_parameters_apply_mask {
  *	as the AC bitmap in the QoS info field
  * @max_sp: max Service Period. same format as the MAX_SP in the
  *	QoS info field (but already shifted down)
+ * @sta_modify_mask: bitmap indicating which parameters changed
+ *	(for those that don't have a natural "no change" value),
+ *	see &enum station_parameters_apply_mask
  */
 struct station_parameters {
 	u8 *supported_rates;
@@ -615,6 +618,7 @@ struct sta_bss_parameters {
  *	user space MLME/SME implementation. The information is provided for
  *	the cfg80211_new_sta() calls to notify user space of the IEs.
  * @assoc_req_ies_len: Length of assoc_req_ies buffer in octets.
+ * @sta_flags: station flags mask & values
  */
 struct station_info {
 	u32 filled;



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] cfg80211: fix missing kernel-doc
  2011-11-08  8:20 [PATCH] cfg80211: fix missing kernel-doc Johannes Berg
@ 2011-11-08 10:59 ` Helmut Schaa
  0 siblings, 0 replies; 2+ messages in thread
From: Helmut Schaa @ 2011-11-08 10:59 UTC (permalink / raw)
  To: Johannes Berg; +Cc: John Linville, linux-wireless

On Tue, Nov 8, 2011 at 9:20 AM, Johannes Berg <johannes@sipsolutions.net> wrote:
> From: Johannes Berg <johannes.berg@intel.com>
>
> Two new struct members were not documented, fix that.

Thanks for fixing this up!
Helmut

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-08 10:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-08  8:20 [PATCH] cfg80211: fix missing kernel-doc Johannes Berg
2011-11-08 10:59 ` Helmut Schaa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.