Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
tx.c File Reference
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/etherdevice.h>
#include <net/mac80211.h>
#include "carl9170.h"
#include "hw.h"
#include "cmd.h"

Go to the source code of this file.

Functions

void carl9170_tx_get_skb (struct sk_buff *skb)
 
int carl9170_tx_put_skb (struct sk_buff *skb)
 
void carl9170_tx_status (struct ar9170 *ar, struct sk_buff *skb, const bool success)
 
void carl9170_tx_callback (struct ar9170 *ar, struct sk_buff *skb)
 
void carl9170_tx_janitor (struct work_struct *work)
 
void carl9170_tx_process_status (struct ar9170 *ar, const struct carl9170_rsp *cmd)
 
void carl9170_tx_drop (struct ar9170 *ar, struct sk_buff *skb)
 
void carl9170_op_tx (struct ieee80211_hw *hw, struct ieee80211_tx_control *control, struct sk_buff *skb)
 
void carl9170_tx_scheduler (struct ar9170 *ar)
 
int carl9170_update_beacon (struct ar9170 *ar, const bool submit)
 

Function Documentation

void carl9170_op_tx ( struct ieee80211_hw hw,
struct ieee80211_tx_control control,
struct sk_buff skb 
)

Definition at line 1459 of file tx.c.

void carl9170_tx_callback ( struct ar9170 ar,
struct sk_buff skb 
)

Definition at line 502 of file tx.c.

void carl9170_tx_drop ( struct ar9170 ar,
struct sk_buff skb 
)

Definition at line 1262 of file tx.c.

void carl9170_tx_get_skb ( struct sk_buff skb)

Definition at line 331 of file tx.c.

void carl9170_tx_janitor ( struct work_struct work)

Definition at line 641 of file tx.c.

void carl9170_tx_process_status ( struct ar9170 ar,
const struct carl9170_rsp cmd 
)

Definition at line 691 of file tx.c.

int carl9170_tx_put_skb ( struct sk_buff skb)

Definition at line 338 of file tx.c.

void carl9170_tx_scheduler ( struct ar9170 ar)

Definition at line 1506 of file tx.c.

void carl9170_tx_status ( struct ar9170 ar,
struct sk_buff skb,
const bool  success 
)

Definition at line 478 of file tx.c.

int carl9170_update_beacon ( struct ar9170 ar,
const bool  submit 
)

Definition at line 1516 of file tx.c.