2017-05-26 06:57:20

by Xinming Hu

[permalink] [raw]
Subject: [PATCH] mwifiex: uap: process remain on channel expired event

From: Xinming Hu <[email protected]>

AP interface need process remain-on-channel firmware event and notify
cfg80211, this will be used in the listen-stage of p2p find procedure.

Signed-off-by: Xinming Hu <[email protected]>
---
drivers/net/wireless/marvell/mwifiex/uap_event.c | 11 +++++++++++
1 file changed, 11 insertions(+)

diff --git a/drivers/net/wireless/marvell/mwifiex/uap_event.c b/drivers/net/wireless/marvell/mwifiex/uap_event.c
index e10b2a5..e8c8728 100644
--- a/drivers/net/wireless/marvell/mwifiex/uap_event.c
+++ b/drivers/net/wireless/marvell/mwifiex/uap_event.c
@@ -312,6 +312,17 @@ int mwifiex_process_uap_event(struct mwifiex_private *priv)
adapter->event_skb->len -
sizeof(eventcause));
break;
+
+ case EVENT_REMAIN_ON_CHAN_EXPIRED:
+ mwifiex_dbg(adapter, EVENT,
+ "event: uap: Remain on channel expired\n");
+ cfg80211_remain_on_channel_expired(&priv->wdev,
+ priv->roc_cfg.cookie,
+ &priv->roc_cfg.chan,
+ GFP_ATOMIC);
+ memset(&priv->roc_cfg, 0x00, sizeof(struct mwifiex_roc_cfg));
+ break;
+
default:
mwifiex_dbg(adapter, EVENT,
"event: unknown event id: %#x\n", eventcause);
--
1.9.1


2017-06-01 09:51:43

by Kalle Valo

[permalink] [raw]
Subject: Re: mwifiex: uap: process remain on channel expired event

Xinming Hu <[email protected]> wrote:

> From: Xinming Hu <[email protected]>
>
> AP interface need process remain-on-channel firmware event and notify
> cfg80211, this will be used in the listen-stage of p2p find procedure.
>
> Signed-off-by: Xinming Hu <[email protected]>

Patch applied to wireless-drivers-next.git, thanks.

1f7171995142 mwifiex: uap: process remain on channel expired event

--
https://patchwork.kernel.org/patch/9749789/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches