Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | VERSION "1.0" |
#define | IPTOS_OFFSET 5 |
Functions | |
int | mwifiex_main_process (struct mwifiex_adapter *adapter) |
int | mwifiex_queue_tx_pkt (struct mwifiex_private *priv, struct sk_buff *skb) |
void | mwifiex_init_priv_params (struct mwifiex_private *priv, struct net_device *dev) |
int | is_command_pending (struct mwifiex_adapter *adapter) |
int | mwifiex_add_card (void *card, struct semaphore *sem, struct mwifiex_if_ops *if_ops, u8 iface_type) |
EXPORT_SYMBOL_GPL (mwifiex_add_card) | |
int | mwifiex_remove_card (struct mwifiex_adapter *adapter, struct semaphore *sem) |
EXPORT_SYMBOL_GPL (mwifiex_remove_card) | |
module_init (mwifiex_init_module) | |
module_exit (mwifiex_cleanup_module) | |
MODULE_AUTHOR ("Marvell International Ltd.") | |
MODULE_DESCRIPTION ("Marvell WiFi-Ex Driver version "VERSION) | |
MODULE_VERSION (VERSION) | |
MODULE_LICENSE ("GPL v2") | |
Variables | |
const char | driver_version [] = "mwifiex " VERSION " (%s) " |
#define IPTOS_OFFSET 5 |
EXPORT_SYMBOL_GPL | ( | mwifiex_add_card | ) |
EXPORT_SYMBOL_GPL | ( | mwifiex_remove_card | ) |
int is_command_pending | ( | struct mwifiex_adapter * | adapter | ) |
MODULE_AUTHOR | ( | "Marvell International Ltd." | ) |
MODULE_DESCRIPTION | ( | "Marvell WiFi-Ex Driver version " | VERSION | ) |
module_exit | ( | mwifiex_cleanup_module | ) |
module_init | ( | mwifiex_init_module | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |
MODULE_VERSION | ( | VERSION | ) |
void mwifiex_init_priv_params | ( | struct mwifiex_private * | priv, |
struct net_device * | dev | ||
) |
int mwifiex_main_process | ( | struct mwifiex_adapter * | adapter | ) |
int mwifiex_queue_tx_pkt | ( | struct mwifiex_private * | priv, |
struct sk_buff * | skb | ||
) |
int mwifiex_remove_card | ( | struct mwifiex_adapter * | adapter, |
struct semaphore * | sem | ||
) |