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

« back to all changes in this revision

Viewing changes to drivers/staging/ath6kl/include/common/epping_test.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:
25
25
#ifndef EPPING_TEST_H_
26
26
#define EPPING_TEST_H_
27
27
 
28
 
#ifndef ATH_TARGET
29
 
#include "athstartpack.h"
30
 
#endif
31
 
 
32
28
    /* alignment to 4-bytes */
33
29
#define EPPING_ALIGNMENT_PAD  (((sizeof(struct htc_frame_hdr) + 3) & (~0x3)) - sizeof(struct htc_frame_hdr))
34
30
 
112
108
#define HCI_TRANSPORT_STREAM_NUM  16  /* this number is higher than the define WMM AC classes so we
113
109
                                         can use this to distinguish packets */
114
110
 
115
 
#ifndef ATH_TARGET
116
 
#include "athendpack.h"
117
 
#endif
118
 
    
119
 
    
120
111
#endif /*EPPING_TEST_H_*/