linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] mac80211: fix STA_SLOW_THRESHOLD htmldocs failure
@ 2017-09-26 11:48 Stanislaw Gruszka
  2017-10-10 13:41 ` Stanislaw Gruszka
  0 siblings, 1 reply; 3+ messages in thread
From: Stanislaw Gruszka @ 2017-09-26 11:48 UTC (permalink / raw)
  To: linux-wireless; +Cc: johannes, toke, Stanislaw Gruszka

Patch fixes htmldocs build problem:

Error(.//net/mac80211/sta_info.h:416): cannot understand prototype: 'STA_SLOW_THRESHOLD 6000  '

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
---
v1 -> v2: just fix documentation build, do not move the code.

 net/mac80211/sta_info.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index 3acbdfa..a35c964 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -398,7 +398,7 @@ struct ieee80211_sta_rx_stats {
 	u64 msdu[IEEE80211_NUM_TIDS + 1];
 };
 
-/**
+/*
  * The bandwidth threshold below which the per-station CoDel parameters will be
  * scaled to be more lenient (to prevent starvation of slow stations). This
  * value will be scaled by the number of active stations when it is being
-- 
1.7.1

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

* Re: [PATCH v2] mac80211: fix STA_SLOW_THRESHOLD htmldocs failure
  2017-09-26 11:48 [PATCH v2] mac80211: fix STA_SLOW_THRESHOLD htmldocs failure Stanislaw Gruszka
@ 2017-10-10 13:41 ` Stanislaw Gruszka
  2017-10-10 13:49   ` Johannes Berg
  0 siblings, 1 reply; 3+ messages in thread
From: Stanislaw Gruszka @ 2017-10-10 13:41 UTC (permalink / raw)
  To: linux-wireless, johannes; +Cc: toke

On Tue, Sep 26, 2017 at 01:48:05PM +0200, Stanislaw Gruszka wrote:
> Patch fixes htmldocs build problem:
> 
> Error(.//net/mac80211/sta_info.h:416): cannot understand prototype: 'STA_SLOW_THRESHOLD 6000  '
> 
> Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
> ---
> v1 -> v2: just fix documentation build, do not move the code.

Johannes, would you apply this? I think patch is safe to apply :-)

>  net/mac80211/sta_info.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
> index 3acbdfa..a35c964 100644
> --- a/net/mac80211/sta_info.h
> +++ b/net/mac80211/sta_info.h
> @@ -398,7 +398,7 @@ struct ieee80211_sta_rx_stats {
>  	u64 msdu[IEEE80211_NUM_TIDS + 1];
>  };
>  
> -/**
> +/*
>   * The bandwidth threshold below which the per-station CoDel parameters will be
>   * scaled to be more lenient (to prevent starvation of slow stations). This
>   * value will be scaled by the number of active stations when it is being
> -- 
> 1.7.1
> 

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

* Re: [PATCH v2] mac80211: fix STA_SLOW_THRESHOLD htmldocs failure
  2017-10-10 13:41 ` Stanislaw Gruszka
@ 2017-10-10 13:49   ` Johannes Berg
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Berg @ 2017-10-10 13:49 UTC (permalink / raw)
  To: Stanislaw Gruszka, linux-wireless; +Cc: toke

On Tue, 2017-10-10 at 15:41 +0200, Stanislaw Gruszka wrote:
> On Tue, Sep 26, 2017 at 01:48:05PM +0200, Stanislaw Gruszka wrote:
> > Patch fixes htmldocs build problem:
> > 
> > Error(.//net/mac80211/sta_info.h:416): cannot understand prototype:
> > 'STA_SLOW_THRESHOLD 6000  '
> > 
> > Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
> > ---
> > v1 -> v2: just fix documentation build, do not move the code.
> 
> Johannes, would you apply this? I think patch is safe to apply :-)

I already did :)

johannes

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

end of thread, other threads:[~2017-10-10 13:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-26 11:48 [PATCH v2] mac80211: fix STA_SLOW_THRESHOLD htmldocs failure Stanislaw Gruszka
2017-10-10 13:41 ` Stanislaw Gruszka
2017-10-10 13:49   ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).