linux/drivers/net/wireless/ath/ath9k/mci.c

/*
 * Copyright (c) 2010-2011 Atheros Communications Inc.
 *
 * Permission to use, copy, modify, and/or distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

#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)
{}