diff mbox

[PATCHv2,3/3] ath: change in cfg80211_probe_status API

Message ID 1518500128-10837-1-git-send-email-vnaralas@codeaurora.org (mailing list archive)
State Accepted
Delegated to: Johannes Berg
Headers show

Commit Message

Venkateswara Naralasetty Feb. 13, 2018, 5:35 a.m. UTC
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(-)

Comments

Kalle Valo Feb. 13, 2018, 9:06 a.m. UTC | #1
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:".
Johannes Berg Feb. 13, 2018, 9:18 a.m. UTC | #2
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
diff mbox

Patch

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)