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

Go to the source code of this file.

Macros

#define CMPK_DEBOUNCE_CNT   1
 
#define CMPK_PRINT(Address)
 

Functions

rt_status SendTxCommandPacket (struct net_device *dev, void *pData, u32 DataLen)
 
rt_status cmpk_message_handle_tx (struct net_device *dev, u8 *codevirtualaddress, u32 packettype, u32 buffer_len)
 
void cmdpkt_beacontimerinterrupt_819xusb (struct net_device *dev)
 
u32 cmpk_message_handle_rx (struct net_device *dev, struct ieee80211_rx_stats *pstats)
 

Macro Definition Documentation

#define CMPK_DEBOUNCE_CNT   1

Definition at line 28 of file r819xU_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("\r\n %08x", temp[i]);\
}\
/*---------------------------Define functions---------------------------------*/

Definition at line 30 of file r819xU_cmdpkt.c.

Function Documentation

void cmdpkt_beacontimerinterrupt_819xusb ( struct net_device dev)

Definition at line 334 of file r819xU_cmdpkt.c.

u32 cmpk_message_handle_rx ( struct net_device dev,
struct ieee80211_rx_stats pstats 
)

Definition at line 695 of file r819xU_cmdpkt.c.

rt_status cmpk_message_handle_tx ( struct net_device dev,
u8 codevirtualaddress,
u32  packettype,
u32  buffer_len 
)

Definition at line 102 of file r819xU_cmdpkt.c.

rt_status SendTxCommandPacket ( struct net_device dev,
void pData,
u32  DataLen 
)

Definition at line 42 of file r819xU_cmdpkt.c.