qcacld-3.0: Add enhanced multicast enable/disable APIs
Currently, a hard-coded enhanced multicast filter configuration is being sent to firmware. Instead, create a set of enable/disable APIs, and configure enhanced multicast filter based on advertised firmware capability. Change-Id: I488b4a921612e1081266be8831be098d755375f9 CRs-Fixed: 2078615
This commit is contained in:
@@ -25,9 +25,8 @@
|
||||
#include "wlan_pmo_main.h"
|
||||
|
||||
QDF_STATUS pmo_tgt_send_enhance_multicast_offload_req(
|
||||
struct wlan_objmgr_vdev *vdev,
|
||||
uint8_t vdev_id,
|
||||
uint8_t action)
|
||||
struct wlan_objmgr_vdev *vdev,
|
||||
uint8_t action)
|
||||
{
|
||||
QDF_STATUS status;
|
||||
struct wlan_objmgr_psoc *psoc;
|
||||
|
Reference in New Issue
Block a user