linux/drivers/net/wireless/ath/ath6kl/bmi.c

/*
 * Copyright (c) 2004-2011 Atheros Communications Inc.
 * Copyright (c) 2011-2012 Qualcomm Atheros, 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 "core.h"
#include "hif-ops.h"
#include "target.h"
#include "debug.h"

int ath6kl_bmi_done(struct ath6kl *ar)
{}

int ath6kl_bmi_get_target_info(struct ath6kl *ar,
			       struct ath6kl_bmi_target_info *targ_info)
{}

int ath6kl_bmi_read(struct ath6kl *ar, u32 addr, u8 *buf, u32 len)
{}

int ath6kl_bmi_write(struct ath6kl *ar, u32 addr, u8 *buf, u32 len)
{}

int ath6kl_bmi_execute(struct ath6kl *ar, u32 addr, u32 *param)
{}

int ath6kl_bmi_set_app_start(struct ath6kl *ar, u32 addr)
{}

int ath6kl_bmi_reg_read(struct ath6kl *ar, u32 addr, u32 *param)
{}

int ath6kl_bmi_reg_write(struct ath6kl *ar, u32 addr, u32 param)
{}

int ath6kl_bmi_lz_data(struct ath6kl *ar, u8 *buf, u32 len)
{}

int ath6kl_bmi_lz_stream_start(struct ath6kl *ar, u32 addr)
{}

int ath6kl_bmi_fast_download(struct ath6kl *ar, u32 addr, u8 *buf, u32 len)
{}

void ath6kl_bmi_reset(struct ath6kl *ar)
{}

int ath6kl_bmi_init(struct ath6kl *ar)
{}

void ath6kl_bmi_cleanup(struct ath6kl *ar)
{}