// SPDX-License-Identifier: GPL-2.0-only /* * This file is part of wl12xx * * Copyright (C) 2012 Texas Instruments. All rights reserved. */ #include "event.h" #include "scan.h" #include "../wlcore/cmd.h" #include "../wlcore/debug.h" int wl12xx_wait_for_event(struct wl1271 *wl, enum wlcore_wait_event event, bool *timeout) { … } int wl12xx_process_mailbox_events(struct wl1271 *wl) { … }