iPXE
|
Go to the source code of this file.
Macros | |
#define | MAXIM_ANTENNA 0xb3 |
Functions | |
FILE_LICENCE (GPL2_ONLY) | |
static void | write_max2820 (struct net80211_device *dev, u8 addr, u32 data) |
static void | max2820_write_phy_antenna (struct net80211_device *dev, short chan) |
static void | max2820_rf_set_channel (struct net80211_device *dev, struct net80211_channel *channelp) |
static void | max2820_rf_stop (struct net80211_device *dev) |
static void | max2820_rf_init (struct net80211_device *dev) |
Variables | |
static const u32 | max2820_chan [] |
struct rtl818x_rf_ops max2820_rf_ops | __rtl818x_rf_driver |
#define MAXIM_ANTENNA 0xb3 |
Definition at line 31 of file rtl8180_max2820.c.
FILE_LICENCE | ( | GPL2_ONLY | ) |
|
static |
Definition at line 50 of file rtl8180_max2820.c.
References addr, data, mdelay(), priv, net80211_device::priv, and rtl818x_iowrite16().
Referenced by max2820_rf_init(), max2820_rf_set_channel(), and max2820_rf_stop().
|
static |
Definition at line 69 of file rtl8180_max2820.c.
References BB_ANTATTEN_CHAN14, BB_ANTENNA_B, MAXIM_ANTENNA, priv, net80211_device::priv, RF_PARAM_ANTBDEFAULT, and rtl818x_write_phy().
Referenced by max2820_rf_init(), and max2820_rf_set_channel().
|
static |
Definition at line 83 of file rtl8180_max2820.c.
References channel, net80211_channel::channel_nr, max2820_chan, max2820_write_phy_antenna(), priv, net80211_device::priv, rtl818x_write_phy(), and write_max2820().
Referenced by max2820_rf_init().
|
static |
Definition at line 100 of file rtl8180_max2820.c.
References rtl818x_write_phy(), and write_max2820().
|
static |
Definition at line 107 of file rtl8180_max2820.c.
References max2820_rf_set_channel(), max2820_write_phy_antenna(), NULL, priv, net80211_device::priv, RTL818X_CONFIG2_ANTENNA_DIV, rtl818x_ioread8(), rtl818x_write_phy(), and write_max2820().
|
static |
Definition at line 33 of file rtl8180_max2820.c.
Referenced by max2820_rf_set_channel().
struct rtl818x_rf_ops max2820_rf_ops __rtl818x_rf_driver |
Definition at line 152 of file rtl8180_max2820.c.