|
Linux Kernel
3.7.1
|
#include <linux/moduleparam.h>#include <linux/errno.h>#include <linux/export.h>#include <linux/of.h>#include <linux/mmc/sdio_func.h>#include <linux/vmalloc.h>#include "core.h"#include "cfg80211.h"#include "target.h"#include "debug.h"#include "hif-ops.h"#include "htc-ops.h"Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
| #define | WLAN_CONFIG_KEEP_ALIVE_INTERVAL 60 |
| #define | WLAN_CONFIG_DISCONNECT_TIMEOUT 10 |
| #define | ATH6KL_DATA_OFFSET 64 |
Functions | |
| struct sk_buff * | ath6kl_buf_alloc (int size) |
| void | ath6kl_init_profile_info (struct ath6kl_vif *vif) |
| void | ath6kl_init_control_info (struct ath6kl_vif *vif) |
| int | ath6kl_configure_target (struct ath6kl *ar) |
| int | ath6kl_init_fetch_firmwares (struct ath6kl *ar) |
| int | ath6kl_init_hw_params (struct ath6kl *ar) |
| int | ath6kl_init_hw_start (struct ath6kl *ar) |
| int | ath6kl_init_hw_stop (struct ath6kl *ar) |
| void | ath6kl_cleanup_vif (struct ath6kl_vif *vif, bool wmi_ready) |
| void | ath6kl_stop_txrx (struct ath6kl *ar) |
| EXPORT_SYMBOL (ath6kl_stop_txrx) | |
| void ath6kl_cleanup_vif | ( | struct ath6kl_vif * | vif, |
| bool | wmi_ready | ||
| ) |
| void ath6kl_init_control_info | ( | struct ath6kl_vif * | vif | ) |
| void ath6kl_init_profile_info | ( | struct ath6kl_vif * | vif | ) |
| EXPORT_SYMBOL | ( | ath6kl_stop_txrx | ) |
1.8.2