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/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/ieee80211.h>
#include "iwl-io.h"
#include "iwl-trans.h"
#include "iwl-agn-hw.h"
#include "dev.h"
#include "agn.h"

Go to the source code of this file.

Functions

int iwlagn_tx_skb (struct iwl_priv *priv, struct ieee80211_sta *sta, struct sk_buff *skb)
 
int iwlagn_tx_agg_stop (struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid)
 
int iwlagn_tx_agg_start (struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid, u16 *ssn)
 
int iwlagn_tx_agg_oper (struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid, u8 buf_size)
 
int iwlagn_rx_reply_tx (struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb, struct iwl_device_cmd *cmd)
 
int iwlagn_rx_reply_compressed_ba (struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb, struct iwl_device_cmd *cmd)
 

Function Documentation

int iwlagn_rx_reply_compressed_ba ( struct iwl_priv priv,
struct iwl_rx_cmd_buffer rxb,
struct iwl_device_cmd cmd 
)

iwlagn_rx_reply_compressed_ba - Handler for REPLY_COMPRESSED_BA

Handles block-acknowledge notification from device, which reports success of frames sent via aggregation.

Definition at line 1273 of file tx.c.

int iwlagn_rx_reply_tx ( struct iwl_priv priv,
struct iwl_rx_cmd_buffer rxb,
struct iwl_device_cmd cmd 
)

Definition at line 1126 of file tx.c.

int iwlagn_tx_agg_oper ( struct iwl_priv priv,
struct ieee80211_vif vif,
struct ieee80211_sta sta,
u16  tid,
u8  buf_size 
)

Definition at line 678 of file tx.c.

int iwlagn_tx_agg_start ( struct iwl_priv priv,
struct ieee80211_vif vif,
struct ieee80211_sta sta,
u16  tid,
u16 ssn 
)

Definition at line 619 of file tx.c.

int iwlagn_tx_agg_stop ( struct iwl_priv priv,
struct ieee80211_vif vif,
struct ieee80211_sta sta,
u16  tid 
)

Definition at line 527 of file tx.c.

int iwlagn_tx_skb ( struct iwl_priv priv,
struct ieee80211_sta sta,
struct sk_buff skb 
)

Definition at line 294 of file tx.c.