qcacld-3.0: Replace tpPESession in cfg_api
To align with the Linux coding style replace tpPESession with struct pe_session * in cfg_api. Change-Id: I185237935dcc1edf2242bafce71784fcf8b914b0 CRs-Fixed: 2353399
Этот коммит содержится в:

коммит произвёл
nshrivas

родитель
6aa71e422c
Коммит
db3fb77102
@@ -677,7 +677,7 @@ int8_t cfg_get_regulatory_max_transmit_power(tpAniSirGlobal pMac,
|
||||
*/
|
||||
|
||||
QDF_STATUS cfg_get_capability_info(tpAniSirGlobal pMac, uint16_t *pCap,
|
||||
tpPESession sessionEntry)
|
||||
struct pe_session *sessionEntry)
|
||||
{
|
||||
uint32_t val = 0;
|
||||
tpSirMacCapabilityInfo pCapInfo;
|
||||
|
@@ -97,7 +97,7 @@ int8_t cfg_get_regulatory_max_transmit_power(tpAniSirGlobal pMac,
|
||||
|
||||
/* / Get capability info */
|
||||
QDF_STATUS cfg_get_capability_info(tpAniSirGlobal pMac, uint16_t *pCap,
|
||||
tpPESession psessionEntry);
|
||||
struct pe_session *psessionEntry);
|
||||
|
||||
/* / Set capability info */
|
||||
void cfg_set_capability_info(tpAniSirGlobal, uint16_t);
|
||||
|
Ссылка в новой задаче
Block a user