All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cfg80211: fix multi scheduled scan kernel-doc
@ 2017-05-02  7:33 Johannes Berg
  2017-05-02 18:37 ` Arend Van Spriel
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2017-05-02  7:33 UTC (permalink / raw)
  To: linux-wireless; +Cc: Arend Van Spriel, Johannes Berg

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

Replace @results_wk with @report_results, which was missed
in an earlier patch between revisions thereof.

Fixes: b34939b98369 ("cfg80211: add request id to cfg80211_sched_scan_*() api")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 include/net/cfg80211.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 6e90f1a4950f..561989142f34 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1666,7 +1666,7 @@ struct cfg80211_bss_select_adjust {
  * 	(others are filtered out).
  *	If ommited, all results are passed.
  * @n_match_sets: number of match sets
- * @results_wk: worker for processing results notification.
+ * @report_results: indicates that results were reported for this request
  * @wiphy: the wiphy this was for
  * @dev: the interface
  * @scan_start: start time of the scheduled scan
-- 
2.11.0

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

* Re: [PATCH] cfg80211: fix multi scheduled scan kernel-doc
  2017-05-02  7:33 [PATCH] cfg80211: fix multi scheduled scan kernel-doc Johannes Berg
@ 2017-05-02 18:37 ` Arend Van Spriel
  0 siblings, 0 replies; 2+ messages in thread
From: Arend Van Spriel @ 2017-05-02 18:37 UTC (permalink / raw)
  To: Johannes Berg, linux-wireless; +Cc: Johannes Berg

On 2-5-2017 9:33, Johannes Berg wrote:
> From: Johannes Berg <johannes.berg@intel.com>
> 
> Replace @results_wk with @report_results, which was missed
> in an earlier patch between revisions thereof.

Fixed it yesterday, but did not send it out yet. Here the commit message
I came up with if you want to reuse it.

    cfg80211: fix documentation warnings in struct
cfg80211_sched_scan_request

    The documentation for cfg80211_sched_scan_request was not properly
    updated with changes related to multi-scheduled scan support.

Regardless your decision here is my ...

Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
> Fixes: b34939b98369 ("cfg80211: add request id to cfg80211_sched_scan_*() api")
> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
> ---
>  include/net/cfg80211.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
> index 6e90f1a4950f..561989142f34 100644
> --- a/include/net/cfg80211.h
> +++ b/include/net/cfg80211.h
> @@ -1666,7 +1666,7 @@ struct cfg80211_bss_select_adjust {
>   * 	(others are filtered out).
>   *	If ommited, all results are passed.
>   * @n_match_sets: number of match sets
> - * @results_wk: worker for processing results notification.
> + * @report_results: indicates that results were reported for this request
>   * @wiphy: the wiphy this was for
>   * @dev: the interface
>   * @scan_start: start time of the scheduled scan
> 

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

end of thread, other threads:[~2017-05-02 18:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-02  7:33 [PATCH] cfg80211: fix multi scheduled scan kernel-doc Johannes Berg
2017-05-02 18:37 ` Arend Van Spriel

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.