2009-02-18 08:56:54

by Johannes Berg

[permalink] [raw]
Subject: [PATCH] mac80211: add missing kernel-doc

Document the new shutdown member.

Signed-off-by: Johannes Berg <[email protected]>
---
Randy, just so you know I've found it already.

net/mac80211/sta_info.h | 1 +
1 file changed, 1 insertion(+)

--- wireless-testing.orig/net/mac80211/sta_info.h 2009-02-18 09:53:44.000000000 +0100
+++ wireless-testing/net/mac80211/sta_info.h 2009-02-18 09:55:00.000000000 +0100
@@ -90,6 +90,7 @@ struct tid_ampdu_tx {
* @buf_size: buffer size for incoming A-MPDUs
* @timeout: reset timer value (in TUs).
* @dialog_token: dialog token for aggregation session
+ * @shutdown: this session is being shut down due to STA removal
*/
struct tid_ampdu_rx {
struct sk_buff **reorder_buf;




2012-06-11 17:33:31

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] mac80211: add missing kernel-doc

On 06/11/2012 10:23 AM, Ashok Nagarajan wrote:

> Add a few kernel-doc descriptions that were missed
> during mesh development.
>
> Reported-by: Randy Dunlap <[email protected]>
> Signed-off-by: Ashok Nagarajan <[email protected]>


Acked-by: Randy Dunlap <[email protected]>

Thanks.

> ---
> net/mac80211/sta_info.h | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
> index 3bb24a1..672d9c6 100644
> --- a/net/mac80211/sta_info.h
> +++ b/net/mac80211/sta_info.h
> @@ -271,6 +271,9 @@ struct sta_ampdu_mlme {
> * @plink_timer: peer link watch timer
> * @plink_timer_was_running: used by suspend/resume to restore timers
> * @t_offset: timing offset relative to this host
> + * @t_offset_setpoint: reference timing offset of this sta to be used when
> + * calculating clockdrift
> + * @ch_type: peer's channel type
> * @debugfs: debug filesystem info
> * @dead: set to true when sta is unlinked
> * @uploaded: set to true when sta is uploaded to the driver



--
~Randy

2012-06-12 11:56:29

by Johannes Berg

[permalink] [raw]
Subject: Re: [PATCH] mac80211: add missing kernel-doc

On Mon, 2012-06-11 at 10:23 -0700, Ashok Nagarajan wrote:
> Add a few kernel-doc descriptions that were missed
> during mesh development.

Applied, thanks.

johannes