|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/slab.h>#include <linux/firmware.h>#include <linux/etherdevice.h>#include <linux/module.h>#include <net/mac80211.h>#include "p54.h"#include "lmac.h"Go to the source code of this file.
Macros | |
| #define | MAX_TRIES 1 |
Functions | |
| module_param_named (nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO) | |
| MODULE_PARM_DESC (nohwcrypt,"Disable hardware encryption.") | |
| MODULE_AUTHOR ("Michael Wu <[email protected]>") | |
| MODULE_DESCRIPTION ("Softmac Prism54 common code") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("prism54common") | |
| u8 * | p54_find_ie (struct sk_buff *skb, u8 ie) |
| struct ieee80211_hw * | p54_init_common (size_t priv_data_len) |
| EXPORT_SYMBOL_GPL (p54_init_common) | |
| int | p54_register_common (struct ieee80211_hw *dev, struct device *pdev) |
| EXPORT_SYMBOL_GPL (p54_register_common) | |
| void | p54_free_common (struct ieee80211_hw *dev) |
| EXPORT_SYMBOL_GPL (p54_free_common) | |
| void | p54_unregister_common (struct ieee80211_hw *dev) |
| EXPORT_SYMBOL_GPL (p54_unregister_common) | |
| #define MAX_TRIES 1 |
| EXPORT_SYMBOL_GPL | ( | p54_init_common | ) |
| EXPORT_SYMBOL_GPL | ( | p54_register_common | ) |
| EXPORT_SYMBOL_GPL | ( | p54_free_common | ) |
| EXPORT_SYMBOL_GPL | ( | p54_unregister_common | ) |
| MODULE_ALIAS | ( | "prism54common" | ) |
| MODULE_AUTHOR | ( | "Michael Wu <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| MODULE_PARM_DESC | ( | nohwcrypt | , |
| "Disable hardware encryption." | |||
| ) |
| void p54_free_common | ( | struct ieee80211_hw * | dev | ) |
|
read |
| int p54_register_common | ( | struct ieee80211_hw * | dev, |
| struct device * | pdev | ||
| ) |
| void p54_unregister_common | ( | struct ieee80211_hw * | dev | ) |
1.8.2