|
Linux Kernel
3.7.1
|
#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) |
| void carl9170_op_tx | ( | struct ieee80211_hw * | hw, |
| struct ieee80211_tx_control * | control, | ||
| struct sk_buff * | skb | ||
| ) |
| void carl9170_tx_janitor | ( | struct work_struct * | work | ) |
1.8.2