qcacmn: Add support to provide default scan IE's to FW
As part of MBO(MultiBand Operations), host driver need to supply the default scan IEs to firmware at wifi init time using existing VDEV SET IE command. FW uses these Scan IE's in subsequent scans .i.e. FW initiated Probe Requests. This Fix updates the vdev_ie_info_param struct with ie_source. ie_source will be set with zero for VDEV SET IE commands from host driver Change-Id: Ie2e87da8aa94b76aef431e25d9974b8fed63eba9 CRs-Fixed: 1039969
This commit is contained in:

committed by
Vishwajith Upendra

parent
effb5719a4
commit
ce06429bc1
@@ -2597,6 +2597,7 @@ struct vdev_ie_info_param {
|
||||
uint32_t vdev_id;
|
||||
uint32_t ie_id;
|
||||
uint32_t length;
|
||||
uint32_t ie_source;
|
||||
uint8_t *data;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user