* [PATCHv2 3/3] ath: change in cfg80211_probe_status API
@ 2018-02-13 5:35 Venkateswara Naralasetty
2018-02-13 9:06 ` Kalle Valo
0 siblings, 1 reply; 3+ messages in thread
From: Venkateswara Naralasetty @ 2018-02-13 5:35 UTC (permalink / raw)
To: johannes; +Cc: linux-wireless, Venkateswara Naralasetty
This patch changes cfg80211_probe_status API.
Signed-off-by: Venkateswara Naralasetty <vnaralas@codeaurora.org>
---
drivers/net/wireless/ath/wil6210/cfg80211.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/wil6210/cfg80211.c b/drivers/net/wireless/ath/wil6210/cfg80211.c
index 768f63f38..b799a53 100644
--- a/drivers/net/wireless/ath/wil6210/cfg80211.c
+++ b/drivers/net/wireless/ath/wil6210/cfg80211.c
@@ -1599,7 +1599,8 @@ static void wil_probe_client_handle(struct wil6210_priv *wil,
*/
bool alive = (sta->status == wil_sta_connected);
- cfg80211_probe_status(ndev, sta->addr, req->cookie, alive, GFP_KERNEL);
+ cfg80211_probe_status(ndev, sta->addr, req->cookie, alive,
+ 0, false, GFP_KERNEL);
}
static struct list_head *next_probe_client(struct wil6210_priv *wil)
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCHv2 3/3] ath: change in cfg80211_probe_status API
2018-02-13 5:35 [PATCHv2 3/3] ath: change in cfg80211_probe_status API Venkateswara Naralasetty
@ 2018-02-13 9:06 ` Kalle Valo
2018-02-13 9:18 ` Johannes Berg
0 siblings, 1 reply; 3+ messages in thread
From: Kalle Valo @ 2018-02-13 9:06 UTC (permalink / raw)
To: Venkateswara Naralasetty; +Cc: johannes, linux-wireless
Venkateswara Naralasetty <vnaralas@codeaurora.org> writes:
> This patch changes cfg80211_probe_status API.
>
> Signed-off-by: Venkateswara Naralasetty <vnaralas@codeaurora.org>
> ---
> drivers/net/wireless/ath/wil6210/cfg80211.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
The title prefix should be "wil6210:", not "ath:".
--
Kalle Valo
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCHv2 3/3] ath: change in cfg80211_probe_status API
2018-02-13 9:06 ` Kalle Valo
@ 2018-02-13 9:18 ` Johannes Berg
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Berg @ 2018-02-13 9:18 UTC (permalink / raw)
To: Kalle Valo, Venkateswara Naralasetty; +Cc: linux-wireless
On Tue, 2018-02-13 at 11:06 +0200, Kalle Valo wrote:
> Venkateswara Naralasetty <vnaralas@codeaurora.org> writes:
>
> > This patch changes cfg80211_probe_status API.
> >
> > Signed-off-by: Venkateswara Naralasetty <vnaralas@codeaurora.org>
> > ---
> > drivers/net/wireless/ath/wil6210/cfg80211.c | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
>
> The title prefix should be "wil6210:", not "ath:".
Doesn't matter, it has to be squashed into patch 1 anyway ... I guess
I'll do that.
johannes
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-02-13 9:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-13 5:35 [PATCHv2 3/3] ath: change in cfg80211_probe_status API Venkateswara Naralasetty
2018-02-13 9:06 ` Kalle Valo
2018-02-13 9:18 ` Johannes Berg
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.