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

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

/*
 * Radio tuning for GCT GRF5101 on RTL8180
 *
 * Copyright 2007 Andrea Merello <[email protected]>
 *
 * Code from the BSD driver and the rtl8181 project have been
 * very useful to understand certain things
 *
 * I want to thanks the Authors of such projects and the Ndiswrapper
 * project Authors.
 *
 * A special Big Thanks also is for all people who donated me cards,
 * making possible the creation of the original rtl8180 driver
 * from which this code is derived!
 */

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

#include "rtl8180.h"
#include "grf5101.h"

static const int grf5101_encode[] =;

static void write_grf5101(struct ieee80211_hw *dev, u8 addr, u32 data)
{}

static void grf5101_write_phy_antenna(struct ieee80211_hw *dev, short chan)
{}

static u8 grf5101_rf_calc_rssi(u8 agc, u8 sq)
{}

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

static void grf5101_rf_stop(struct ieee80211_hw *dev)
{}

static void grf5101_rf_init(struct ieee80211_hw *dev)
{}

const struct rtl818x_rf_ops grf5101_rf_ops =;