~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/staging/ath6kl/htc2/htc_internal.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 * processing errors, the last frame header is dump for comparison */
28
28
//#define HTC_CAPTURE_LAST_FRAME
29
29
 
30
 
//#define HTC_EP_STAT_PROFILING
31
30
 
32
31
#ifdef __cplusplus
33
32
extern "C" {
37
36
 
38
37
#include "a_config.h"
39
38
#include "athdefs.h"
40
 
#include "a_types.h"
41
39
#include "a_osapi.h"
42
40
#include "htc_debug.h"
43
41
#include "htc.h"
82
80
    struct htc_target           *target;                /* back pointer to target */
83
81
    u8 SeqNo;                  /* TX seq no (helpful) for debugging */
84
82
    u32 LocalConnectionFlags;   /* local connection flags */
85
 
#ifdef HTC_EP_STAT_PROFILING
86
83
    struct htc_endpoint_stats          EndPointStats;          /* endpoint statistics */
87
 
#endif
88
84
};
89
85
 
90
 
#ifdef HTC_EP_STAT_PROFILING
91
86
#define INC_HTC_EP_STAT(p,stat,count) (p)->EndPointStats.stat += (count);
92
 
#else
93
 
#define INC_HTC_EP_STAT(p,stat,count)
94
 
#endif
95
 
 
96
87
#define HTC_SERVICE_TX_PACKET_TAG  HTC_TX_PACKET_TAG_INTERNAL
97
88
 
98
89
#define NUM_CONTROL_BUFFERS     8