Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
max2820.c File Reference
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/delay.h>
#include <net/mac80211.h>
#include "rtl8180.h"
#include "max2820.h"

Go to the source code of this file.

Variables

struct rtl818x_rf_ops max2820_rf_ops
 

Variable Documentation

struct rtl818x_rf_ops max2820_rf_ops
Initial value:
= {
.name = "Maxim",
.init = max2820_rf_init,
.stop = max2820_rf_stop,
.set_chan = max2820_rf_set_channel,
.calc_rssi = max2820_rf_calc_rssi,
}

Definition at line 163 of file max2820.c.