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
这个提交包含在:
Jeff Johnson
2017-09-25 15:22:18 -07:00
提交者 snandini
父节点 a68cc538cd
当前提交 bc110a7828
修改 2 个文件,包含 4 行新增6 行删除

查看文件

@@ -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);