Exemplo n.º 1
0
/*----------------------------------------------------------------------------*/
void mtk_wifi_reset(
    struct work_struct *work
    )
{
    wifi_reset_end();
    return;
}
Exemplo n.º 2
0
/*----------------------------------------------------------------------------*/
static void mtk_wifi_reset(struct work_struct *work)
{
	RESET_STRUCT_T *rst = container_of(work, RESET_STRUCT_T, rst_work);
	wifi_reset_end(rst->rst_data);
	return;
}