#include "core.h"
#include "debug.h"
#include "htc-ops.h"
Go to the source code of this file.
|
int | ath6kl_control_tx (void *devt, struct sk_buff *skb, enum htc_endpoint_id eid) |
|
int | ath6kl_data_tx (struct sk_buff *skb, struct net_device *dev) |
|
void | ath6kl_indicate_tx_activity (void *devt, u8 traffic_class, bool active) |
|
enum htc_send_full_action | ath6kl_tx_queue_full (struct htc_target *target, struct htc_packet *packet) |
|
void | ath6kl_tx_complete (struct htc_target *target, struct list_head *packet_queue) |
|
void | ath6kl_tx_data_cleanup (struct ath6kl *ar) |
|
void | ath6kl_rx_refill (struct htc_target *target, enum htc_endpoint_id endpoint) |
|
void | ath6kl_refill_amsdu_rxbufs (struct ath6kl *ar, int count) |
|
struct htc_packet * | ath6kl_alloc_amsdu_rxbuf (struct htc_target *target, enum htc_endpoint_id endpoint, int len) |
|
void | ath6kl_rx (struct htc_target *target, struct htc_packet *packet) |
|
void | aggr_recv_addba_req_evt (struct ath6kl_vif *vif, u8 tid_mux, u16 seq_no, u8 win_sz) |
|
void | aggr_conn_init (struct ath6kl_vif *vif, struct aggr_info *aggr_info, struct aggr_info_conn *aggr_conn) |
|
struct aggr_info * | aggr_init (struct ath6kl_vif *vif) |
|
void | aggr_recv_delba_req_evt (struct ath6kl_vif *vif, u8 tid_mux) |
|
void | aggr_reset_state (struct aggr_info_conn *aggr_conn) |
|
void | ath6kl_cleanup_amsdu_rxbufs (struct ath6kl *ar) |
|
void | aggr_module_destroy (struct aggr_info *aggr_info) |
|
#define ATH6KL_AID_SHIFT 4 |
#define ATH6KL_TID_MASK 0xf |
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
void ath6kl_indicate_tx_activity |
( |
void * |
devt, |
|
|
u8 |
traffic_class, |
|
|
bool |
active |
|
) |
| |