Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
txrx.c File Reference
#include "decl.h"
#include "ioctl.h"
#include "util.h"
#include "fw.h"
#include "main.h"
#include "wmm.h"

Go to the source code of this file.

Functions

int mwifiex_handle_rx_packet (struct mwifiex_adapter *adapter, struct sk_buff *skb)
 
 EXPORT_SYMBOL_GPL (mwifiex_handle_rx_packet)
 
int mwifiex_process_tx (struct mwifiex_private *priv, struct sk_buff *skb, struct mwifiex_tx_param *tx_param)
 
int mwifiex_write_data_complete (struct mwifiex_adapter *adapter, struct sk_buff *skb, int status)
 
 EXPORT_SYMBOL_GPL (mwifiex_write_data_complete)
 

Function Documentation

EXPORT_SYMBOL_GPL ( mwifiex_handle_rx_packet  )
EXPORT_SYMBOL_GPL ( mwifiex_write_data_complete  )
int mwifiex_handle_rx_packet ( struct mwifiex_adapter adapter,
struct sk_buff skb 
)

Definition at line 36 of file txrx.c.

int mwifiex_process_tx ( struct mwifiex_private priv,
struct sk_buff skb,
struct mwifiex_tx_param tx_param 
)

Definition at line 70 of file txrx.c.

int mwifiex_write_data_complete ( struct mwifiex_adapter adapter,
struct sk_buff skb,
int  status 
)

Definition at line 140 of file txrx.c.