#include <linux/dma-mapping.h>
#include <linux/slab.h>
#include "ath9k.h"
#include "mci.h"
static const u8 ath_mci_duty_cycle[] = …;
static struct ath_mci_profile_info*
ath_mci_find_profile(struct ath_mci_profile *mci,
struct ath_mci_profile_info *info)
{ … }
static bool ath_mci_add_profile(struct ath_common *common,
struct ath_mci_profile *mci,
struct ath_mci_profile_info *info)
{ … }
static void ath_mci_del_profile(struct ath_common *common,
struct ath_mci_profile *mci,
struct ath_mci_profile_info *entry)
{ … }
void ath_mci_flush_profile(struct ath_mci_profile *mci)
{ … }
static void ath_mci_adjust_aggr_limit(struct ath_btcoex *btcoex)
{ … }
static void ath_mci_update_scheme(struct ath_softc *sc)
{ … }
static void ath_mci_cal_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload)
{ … }
static void ath9k_mci_work(struct work_struct *work)
{ … }
static void ath_mci_update_stomp_txprio(u8 cur_txprio, u8 *stomp_prio)
{ … }
static void ath_mci_set_concur_txprio(struct ath_softc *sc)
{ … }
static u8 ath_mci_process_profile(struct ath_softc *sc,
struct ath_mci_profile_info *info)
{ … }
static u8 ath_mci_process_status(struct ath_softc *sc,
struct ath_mci_profile_status *status)
{ … }
static void ath_mci_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload)
{ … }
int ath_mci_setup(struct ath_softc *sc)
{ … }
void ath_mci_cleanup(struct ath_softc *sc)
{ … }
void ath_mci_intr(struct ath_softc *sc)
{ … }
void ath_mci_enable(struct ath_softc *sc)
{ … }
void ath9k_mci_update_wlan_channels(struct ath_softc *sc, bool allow_all)
{ … }
void ath9k_mci_set_txpower(struct ath_softc *sc, bool setchannel,
bool concur_tx)
{ … }
static void ath9k_mci_stomp_audio(struct ath_softc *sc)
{ … }
void ath9k_mci_update_rssi(struct ath_softc *sc)
{ … }