Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/etherdevice.h>
#include <linux/eeprom_93cx6.h>
#include <linux/module.h>
#include <net/mac80211.h>
#include "rtl8180.h"
#include "rtl8225.h"
#include "sa2400.h"
#include "max2820.h"
#include "grf5101.h"
Go to the source code of this file.
Functions | |
MODULE_AUTHOR ("Michael Wu <[email protected]>") | |
MODULE_AUTHOR ("Andrea Merello <[email protected]>") | |
MODULE_DESCRIPTION ("RTL8180 / RTL8185 PCI wireless driver") | |
MODULE_LICENSE ("GPL") | |
MODULE_DEVICE_TABLE (pci, rtl8180_table) | |
void | rtl8180_write_phy (struct ieee80211_hw *dev, u8 addr, u32 data) |
void | rtl8180_set_anaparam (struct rtl8180_priv *priv, u32 anaparam) |
module_pci_driver (rtl8180_driver) | |
MODULE_AUTHOR | ( | "Michael Wu <[email protected]>" | ) |
MODULE_AUTHOR | ( | "Andrea Merello <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | pci | , |
rtl8180_table | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
module_pci_driver | ( | rtl8180_driver | ) |
void rtl8180_set_anaparam | ( | struct rtl8180_priv * | priv, |
u32 | anaparam | ||
) |