qcacld-3.0: Use enum QDF_OPMODE
Change "qcacmn: Rename enum tQDF_ADAPTER_MODE" (qca-wifi-host-cmn Change-Id I20f1b6d1a0ab4b8fe6a85cefdff96a49e2f4652c) renamed enum tQDF_ADAPTER_MODE to QDF_OPMODE. Update all references to use the new name. Change-Id: Ic6f663dac11a100f168b2626c7c0fbcaccbfca4f CRs-Fixed: 2141065
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
* Return: true in case support else false
|
||||
*/
|
||||
bool ucfg_pmo_is_ap_mode_supports_arp_ns(struct wlan_objmgr_psoc *psoc,
|
||||
enum tQDF_ADAPTER_MODE vdev_opmode);
|
||||
enum QDF_OPMODE vdev_opmode);
|
||||
|
||||
/**
|
||||
* ucfg_pmo_is_vdev_connected() - to check whether peer is associated or not
|
||||
|
Reference in New Issue
Block a user