Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
r8192E_cmdpkt.c File Reference
#include "rtl_core.h"
#include "r8192E_hw.h"
#include "r8192E_cmdpkt.h"

Go to the source code of this file.

Macros

#define CMPK_DEBOUNCE_CNT   1
 
#define CMPK_PRINT(Address)
 

Functions

bool cmpk_message_handle_tx (struct net_device *dev, u8 *code_virtual_address, u32 packettype, u32 buffer_len)
 
u32 cmpk_message_handle_rx (struct net_device *dev, struct rtllib_rx_stats *pstats)
 

Macro Definition Documentation

#define CMPK_DEBOUNCE_CNT   1

Definition at line 25 of file r8192E_cmdpkt.c.

#define CMPK_PRINT (   Address)
Value:
{\
unsigned char i;\
u32 temp[10];\
memcpy(temp, Address, 40);\
for (i = 0; i < 40; i += 4)\
printk(KERN_INFO "\r\n %08x", temp[i]);\
}

Definition at line 26 of file r8192E_cmdpkt.c.

Function Documentation

u32 cmpk_message_handle_rx ( struct net_device dev,
struct rtllib_rx_stats pstats 
)

Definition at line 342 of file r8192E_cmdpkt.c.

bool cmpk_message_handle_tx ( struct net_device dev,
u8 code_virtual_address,
u32  packettype,
u32  buffer_len 
)

Definition at line 37 of file r8192E_cmdpkt.c.