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

Go to the source code of this file.

Variables

struct rtl818x_rf_ops grf5101_rf_ops
 

Variable Documentation

struct rtl818x_rf_ops grf5101_rf_ops
Initial value:
= {
.name = "GCT",
.init = grf5101_rf_init,
.stop = grf5101_rf_stop,
.set_chan = grf5101_rf_set_channel,
.calc_rssi = grf5101_rf_calc_rssi,
}

Definition at line 184 of file grf5101.c.