qcacld-3.0: Refine API sap_is_auto_channel_select()
See change "qcacld-3.0: Refine API wlansap_open()" for the API history. Update sap_is_auto_channel_select() to use the true struct pointer type. Change-Id: I9a233ba67f773edce6a866dc0664f92cf3610c81 CRs-Fixed: 2116267
这个提交包含在:
@@ -860,11 +860,11 @@ void sap_cleanup_channel_list(struct sap_context *pSapCtx);
|
||||
|
||||
/**
|
||||
* sap_is_auto_channel_select() - is channel AUTO_CHANNEL_SELECT
|
||||
* @pvos_gctx: Pointer to vos global context structure
|
||||
* @sapcontext: Pointer to the SAP context
|
||||
*
|
||||
* Return: true on AUTO_CHANNEL_SELECT, false otherwise
|
||||
*/
|
||||
bool sap_is_auto_channel_select(void *pvos_gctx);
|
||||
bool sap_is_auto_channel_select(struct sap_context *sapcontext);
|
||||
|
||||
QDF_STATUS wlansap_global_init(void);
|
||||
QDF_STATUS wlansap_global_deinit(void);
|
||||
|
在新工单中引用
屏蔽一个用户