qcacmn: IPA changes to support SDX+Pine
IPA changes to support SDX+Pine. Change-Id: I66ad2a2c3e2f142c54df3e35c867ee827ac1d687 CRs-Fixed: 3079952
This commit is contained in:

committed by
Madan Koyyalamudi

parent
db8e2c1604
commit
78fb9d70d7
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -194,6 +195,17 @@ void ucfg_ipa_reg_rps_enable_cb(struct wlan_objmgr_pdev *pdev,
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* ucfg_ipa_reg_is_driver_unloading_cb() - Register cb to check if driver
|
||||
* is unloading
|
||||
* @pdev: pdev obj
|
||||
* @cb: callback
|
||||
*
|
||||
* Return: None
|
||||
*/
|
||||
void ucfg_ipa_reg_is_driver_unloading_cb(struct wlan_objmgr_pdev *pdev,
|
||||
wlan_ipa_driver_unloading cb);
|
||||
|
||||
/**
|
||||
* ucfg_ipa_set_mcc_mode() - Set MCC mode
|
||||
* @pdev: pdev obj
|
||||
@@ -519,6 +531,12 @@ void ucfg_ipa_reg_rps_enable_cb(struct wlan_objmgr_pdev *pdev,
|
||||
{
|
||||
}
|
||||
|
||||
static inline
|
||||
void ucfg_ipa_reg_is_driver_unloading_cb(struct wlan_objmgr_pdev *pdev,
|
||||
wlan_ipa_driver_unloading cb)
|
||||
{
|
||||
}
|
||||
|
||||
static inline
|
||||
void ucfg_ipa_set_mcc_mode(struct wlan_objmgr_pdev *pdev, bool mcc_mode)
|
||||
{
|
||||
|
Reference in New Issue
Block a user