qcacmn: Remove forward declaration of util_scan_get_he_6g_params

Remove forward declaration of util_scan_get_he_6g_params. This
declaration is not required and is resulting in compilation
issues.

Change-Id: I43ac0839fa2a17d6e91811643d3ceb72c925e92f
CRs-Fixed: 3210127
This commit is contained in:
sandhu
2022-05-27 20:26:45 -07:00
committed by Madan Koyyalamudi
부모 ae051ef432
커밋 b3da23a1a9

파일 보기

@@ -39,8 +39,6 @@
#define NEIGHBOR_AP_LEN 1
#define BSS_PARAMS_LEN 1
static struct he_oper_6g_param *util_scan_get_he_6g_params(uint8_t *he_ops);
const char*
util_scan_get_ev_type_name(enum scan_event_type type)
{