// SPDX-License-Identifier: GPL-2.0-only /* * This file is part of wl12xx * * Copyright (C) 2009-2010 Nokia Corporation * Copyright (C) 2011 Texas Instruments Inc. */ #include "../wlcore/cmd.h" #include "../wlcore/debug.h" #include "wl12xx.h" #include "cmd.h" int wl1271_cmd_ext_radio_parms(struct wl1271 *wl) { … } int wl1271_cmd_general_parms(struct wl1271 *wl) { … } int wl128x_cmd_general_parms(struct wl1271 *wl) { … } int wl1271_cmd_radio_parms(struct wl1271 *wl) { … } int wl128x_cmd_radio_parms(struct wl1271 *wl) { … } int wl12xx_cmd_channel_switch(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct ieee80211_channel_switch *ch_switch) { … }