Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
htc_pipe.c File Reference
#include "core.h"
#include "debug.h"
#include "hif-ops.h"

Go to the source code of this file.

Macros

#define HTC_PACKET_CONTAINER_ALLOCATION   32
 
#define HTC_CONTROL_BUFFER_SIZE   (HTC_MAX_CTRL_MSG_LEN + HTC_HDR_LENGTH)
 
#define MAX_MESSAGE_SIZE   1536
 

Functions

void ath6kl_htc_pipe_attach (struct ath6kl *ar)
 

Macro Definition Documentation

#define HTC_CONTROL_BUFFER_SIZE   (HTC_MAX_CTRL_MSG_LEN + HTC_HDR_LENGTH)

Definition at line 22 of file htc_pipe.c.

#define HTC_PACKET_CONTAINER_ALLOCATION   32

Definition at line 21 of file htc_pipe.c.

#define MAX_MESSAGE_SIZE   1536

Definition at line 557 of file htc_pipe.c.

Function Documentation

void ath6kl_htc_pipe_attach ( struct ath6kl ar)

Definition at line 1705 of file htc_pipe.c.