|
@@ -1,20 +1,20 @@
|
|
|
/*
|
|
|
-* Copyright (c) 2017 The Linux Foundation. All rights reserved.
|
|
|
-*
|
|
|
-* Permission to use, copy, modify, and/or distribute this software for
|
|
|
-* any purpose with or without fee is hereby granted, provided that the
|
|
|
-* above copyright notice and this permission notice appear in all
|
|
|
-* copies.
|
|
|
-*
|
|
|
-* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
|
|
|
-* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
|
|
|
-* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
|
|
-* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
|
|
-* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
|
|
-* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
|
-* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
-* PERFORMANCE OF THIS SOFTWARE.
|
|
|
-*/
|
|
|
+ * Copyright (c) 2017 The Linux Foundation. All rights reserved.
|
|
|
+ *
|
|
|
+ * Permission to use, copy, modify, and/or distribute this software for
|
|
|
+ * any purpose with or without fee is hereby granted, provided that the
|
|
|
+ * above copyright notice and this permission notice appear in all
|
|
|
+ * copies.
|
|
|
+ *
|
|
|
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
|
|
|
+ * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
|
|
|
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
|
|
+ * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
|
|
+ * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
|
|
+ * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
|
+ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
+ * PERFORMANCE OF THIS SOFTWARE.
|
|
|
+ */
|
|
|
/**
|
|
|
* DOC: Implements static configuration on vdev attach
|
|
|
*/
|
|
@@ -155,15 +155,15 @@ static QDF_STATUS pmo_configure_wow_ap(struct wlan_objmgr_vdev *vdev)
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * pmo_configure_mc_ssdp() - API to configure SSDP address as MC list
|
|
|
- *@vdev: objmgr vdev handle.
|
|
|
- *
|
|
|
- * SSDP address 239.255.255.250 is converted to Multicast Mac address
|
|
|
- * and configure it to FW. Firmware will apply this pattern on the incoming
|
|
|
- * packets to filter them out during chatter/wow mode.
|
|
|
- *
|
|
|
- * Return: Success/Failure
|
|
|
- */
|
|
|
+ * pmo_configure_mc_ssdp() - API to configure SSDP address as MC list
|
|
|
+ * @vdev: objmgr vdev handle.
|
|
|
+ *
|
|
|
+ * SSDP address 239.255.255.250 is converted to Multicast Mac address
|
|
|
+ * and configure it to FW. Firmware will apply this pattern on the incoming
|
|
|
+ * packets to filter them out during chatter/wow mode.
|
|
|
+ *
|
|
|
+ * Return: Success/Failure
|
|
|
+ */
|
|
|
static QDF_STATUS pmo_configure_mc_ssdp(
|
|
|
struct wlan_objmgr_vdev *vdev)
|
|
|
{
|