Fix wrong enum type for light_event_msg_hdr_fill().
Change-Id: I3a3021f2862e31b0721f22f4f497025f1cb0765b
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
ptable->func = &OnAuthClient;
/* fall through */
case WIFI_ASSOCREQ:
+ /* fall through */
case WIFI_REASSOCREQ:
_mgt_dispatcher(padapter, ptable, precv_frame);
#ifdef CONFIG_HOSTAPD_MLME
struct light_event *light_event;
-static void light_event_msg_hdr_fill(struct light_aon_rpc_msg_hdr *hdr, enum light_aon_misc_func func)
+static void light_event_msg_hdr_fill(struct light_aon_rpc_msg_hdr *hdr, enum light_aon_sys_func func)
{
hdr->svc = (uint8_t)LIGHT_AON_RPC_SVC_SYS;
hdr->func = (uint8_t)func;