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:

committed by
snandini

parent
e45ec4e18d
commit
c56100ad57
@@ -206,6 +206,7 @@ struct vdev_mlme_proto {
|
||||
* @disable_hw_ack: disable ha ack flag
|
||||
* @bssid: bssid
|
||||
* @phy_mode: phy mode
|
||||
* @special_vdev_mode: indicates special vdev mode
|
||||
*/
|
||||
struct vdev_mlme_mgmt_generic {
|
||||
uint32_t rts_threshold;
|
||||
@@ -231,6 +232,7 @@ struct vdev_mlme_mgmt_generic {
|
||||
bool disable_hw_ack;
|
||||
uint8_t bssid[QDF_MAC_ADDR_SIZE];
|
||||
uint32_t phy_mode;
|
||||
bool special_vdev_mode;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user