#include "baseband.h"
#include "channel.h"
#include "device.h"
#include "rf.h"
static struct ieee80211_rate vnt_rates_bg[] = …;
static struct ieee80211_channel vnt_channels_2ghz[] = …;
static struct ieee80211_supported_band vnt_supported_2ghz_band = …;
static void vnt_init_band(struct vnt_private *priv,
struct ieee80211_supported_band *supported_band,
enum nl80211_band band)
{ … }
void vnt_init_bands(struct vnt_private *priv)
{ … }
bool set_channel(struct vnt_private *priv, struct ieee80211_channel *ch)
{ … }