qcacmn: Indicate special vap type to FW
Special vap type is used by scan radio solutions. Indicate special vap type to FW through vdev create WMI command. CRS-Fixed: 2746724 Change-Id: Ie5e4b059306c5c80d93dba0ebb4810b3e570878f
This commit is contained in:
@@ -65,6 +65,7 @@ static QDF_STATUS vdev_mgr_create_param_update(
|
||||
param->subtype = mlme_obj->mgmt.generic.subtype;
|
||||
param->mbssid_flags = mbss->mbssid_flags;
|
||||
param->vdevid_trans = mbss->vdevid_trans;
|
||||
param->special_vdev_mode = mlme_obj->mgmt.generic.special_vdev_mode;
|
||||
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
@@ -491,6 +491,7 @@ struct vdev_set_params {
|
||||
* @pdev_id: pdev id on pdev for this vdev
|
||||
* @mbssid_flags: MBSS IE flags indicating vdev type
|
||||
* @vdevid_trans: id of transmitting vdev for MBSS IE
|
||||
* @special_vdev_mode: indicates special vdev mode
|
||||
*/
|
||||
struct vdev_create_params {
|
||||
uint8_t vdev_id;
|
||||
@@ -501,6 +502,7 @@ struct vdev_create_params {
|
||||
uint32_t pdev_id;
|
||||
uint32_t mbssid_flags;
|
||||
uint8_t vdevid_trans;
|
||||
bool special_vdev_mode;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user