diff options
author | Venkateswara Naralasetty <vnaralas@codeaurora.org> | 2018-02-13 11:03:06 +0530 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2018-02-19 13:21:23 +0100 |
commit | c4b50cd31d25c3d17886ffc47ca4a9a12c6dc9bf (patch) | |
tree | fd5985863672785726b836a8b7bf999cc0172044 /net/mac80211/status.c | |
parent | 11b05ba34d89808ca99180d2656438a319670c56 (diff) | |
download | linux-stable-c4b50cd31d25c3d17886ffc47ca4a9a12c6dc9bf.tar.gz linux-stable-c4b50cd31d25c3d17886ffc47ca4a9a12c6dc9bf.tar.bz2 linux-stable-c4b50cd31d25c3d17886ffc47ca4a9a12c6dc9bf.zip |
cfg80211: send ack_signal to user in probe client response
This patch provides support to get ack signal in probe client response
and in station info from user.
Signed-off-by: Venkateswara Naralasetty <vnaralas@codeaurora.org>
[squash in compilation fixes]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/status.c')
-rw-r--r-- | net/mac80211/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/status.c b/net/mac80211/status.c index da7427a41529..d74d44e65bd7 100644 --- a/net/mac80211/status.c +++ b/net/mac80211/status.c @@ -486,7 +486,7 @@ static void ieee80211_report_ack_skb(struct ieee80211_local *local, if (ieee80211_is_nullfunc(hdr->frame_control) || ieee80211_is_qos_nullfunc(hdr->frame_control)) cfg80211_probe_status(sdata->dev, hdr->addr1, - cookie, acked, + cookie, acked, 0, false, GFP_ATOMIC); else cfg80211_mgmt_tx_status(&sdata->wdev, cookie, |