// SPDX-License-Identifier: GPL-2.0-only /* * This file is part of wl18xx * * Copyright (C) 2011 Texas Instruments Inc. */ #include "../wlcore/wlcore.h" #include "../wlcore/cmd.h" #include "../wlcore/debug.h" #include "../wlcore/acx.h" #include "../wlcore/tx.h" #include "wl18xx.h" #include "tx.h" static void wl18xx_get_last_tx_rate(struct wl1271 *wl, struct ieee80211_vif *vif, u8 band, struct ieee80211_tx_rate *rate, u8 hlid) { … } static void wl18xx_tx_complete_packet(struct wl1271 *wl, u8 tx_stat_byte) { … } static u8 wl18xx_next_tx_idx(u8 idx) { … } void wl18xx_tx_immediate_complete(struct wl1271 *wl) { … }