|
@@ -323,6 +323,15 @@ void ucfg_ipa_cleanup_dev_iface(struct wlan_objmgr_pdev *pdev,
|
|
* Return: None
|
|
* Return: None
|
|
*/
|
|
*/
|
|
void ucfg_ipa_uc_ssr_cleanup(struct wlan_objmgr_pdev *pdev);
|
|
void ucfg_ipa_uc_ssr_cleanup(struct wlan_objmgr_pdev *pdev);
|
|
|
|
+
|
|
|
|
+/**
|
|
|
|
+ * ucfg_ipa_fw_rejuvenate_send_msg() - Send msg to IPA driver in FW rejuvenate
|
|
|
|
+ * @pdev: pdev obj
|
|
|
|
+ *
|
|
|
|
+ * Return: None
|
|
|
|
+ */
|
|
|
|
+void ucfg_ipa_fw_rejuvenate_send_msg(struct wlan_objmgr_pdev *pdev);
|
|
|
|
+
|
|
#else
|
|
#else
|
|
|
|
|
|
static inline bool ucfg_ipa_is_present(void)
|
|
static inline bool ucfg_ipa_is_present(void)
|
|
@@ -503,5 +512,10 @@ static inline
|
|
void ucfg_ipa_uc_ssr_cleanup(struct wlan_objmgr_pdev *pdev)
|
|
void ucfg_ipa_uc_ssr_cleanup(struct wlan_objmgr_pdev *pdev)
|
|
{
|
|
{
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+static inline
|
|
|
|
+void ucfg_ipa_fw_rejuvenate_send_msg(struct wlan_objmgr_pdev *pdev)
|
|
|
|
+{
|
|
|
|
+}
|
|
#endif /* IPA_OFFLOAD */
|
|
#endif /* IPA_OFFLOAD */
|
|
#endif /* _WLAN_IPA_UCFG_API_H_ */
|
|
#endif /* _WLAN_IPA_UCFG_API_H_ */
|