linux/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225.c

// SPDX-License-Identifier: GPL-2.0-only

/*
 * Radio tuning for RTL8225 on RTL8180
 *
 * Copyright 2007 Michael Wu <[email protected]>
 * Copyright 2007 Andrea Merello <[email protected]>
 *
 * Based on the r8180 driver, which is:
 * Copyright 2005 Andrea Merello <[email protected]>, et al.
 *
 * Thanks to Realtek for their support!
 */

#include <linux/pci.h>
#include <linux/delay.h>
#include <net/mac80211.h>

#include "rtl8180.h"
#include "rtl8225.h"

static void rtl8225_write(struct ieee80211_hw *dev, u8 addr, u16 data)
{}

static u16 rtl8225_read(struct ieee80211_hw *dev, u8 addr)
{}

static const u16 rtl8225bcd_rxgain[] =;

static const u8 rtl8225_agc[] =;

static const u8 rtl8225_gain[] =;

static const u8 rtl8225_threshold[] =;

static const u8 rtl8225_tx_gain_cck_ofdm[] =;

static const u8 rtl8225_tx_power_cck[] =;

static const u8 rtl8225_tx_power_cck_ch14[] =;

static const u8 rtl8225_tx_power_ofdm[] =;

static const u32 rtl8225_chan[] =;

static void rtl8225_rf_set_tx_power(struct ieee80211_hw *dev, int channel)
{}

static void rtl8225_rf_init(struct ieee80211_hw *dev)
{}

static const u8 rtl8225z2_tx_power_cck_ch14[] =;

static const u8 rtl8225z2_tx_power_cck_B[] =;

static const u8 rtl8225z2_tx_power_cck_A[] =;

static const u8 rtl8225z2_tx_power_cck[] =;

static void rtl8225z2_rf_set_tx_power(struct ieee80211_hw *dev, int channel)
{}

static const u16 rtl8225z2_rxgain[] =;

static void rtl8225z2_rf_init(struct ieee80211_hw *dev)
{}

static void rtl8225_rf_stop(struct ieee80211_hw *dev)
{}

static void rtl8225_rf_set_channel(struct ieee80211_hw *dev,
				   struct ieee80211_conf *conf)
{}

static const struct rtl818x_rf_ops rtl8225_ops =;

static const struct rtl818x_rf_ops rtl8225z2_ops =;

const struct rtl818x_rf_ops * rtl8180_detect_rf(struct ieee80211_hw *dev)
{}