
os_timer_t is a legacy wrapper around the kernel's timer_list type, and is incorrectly used directly with qdf_timer APIs. Remove os_timer_t, replacing instances with qdf_timer_t instead. Change-Id: I410b7fafad18be01141008b6220fbe34ab07601e CRs-Fixed: 2388575