|
@@ -52,12 +52,12 @@ bool ucfg_pmo_is_ap_mode_supports_arp_ns(struct wlan_objmgr_psoc *psoc,
|
|
bool ucfg_pmo_is_vdev_connected(struct wlan_objmgr_vdev *vdev);
|
|
bool ucfg_pmo_is_vdev_connected(struct wlan_objmgr_vdev *vdev);
|
|
|
|
|
|
/**
|
|
/**
|
|
- * pmo_ucfg_is_vdev_supports_offload() - check offload is supported on vdev
|
|
|
|
|
|
+ * ucfg_pmo_is_vdev_supports_offload() - check offload is supported on vdev
|
|
* @vdev: objmgr vdev
|
|
* @vdev: objmgr vdev
|
|
*
|
|
*
|
|
* Return: true in case success else false
|
|
* Return: true in case success else false
|
|
*/
|
|
*/
|
|
-bool pmo_ucfg_is_vdev_supports_offload(struct wlan_objmgr_vdev *vdev);
|
|
|
|
|
|
+bool ucfg_pmo_is_vdev_supports_offload(struct wlan_objmgr_vdev *vdev);
|
|
|
|
|
|
/**
|
|
/**
|
|
* ucfg_pmo_get_psoc_config(): API to get the psoc user configurations of pmo
|
|
* ucfg_pmo_get_psoc_config(): API to get the psoc user configurations of pmo
|