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

« back to all changes in this revision

Viewing changes to drivers/staging/rtl8712/rtl871x_event.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:
45
45
};
46
46
 
47
47
struct stadel_event {
48
 
 unsigned char macaddr[6];
49
 
 unsigned char rsvd[2];
 
48
        unsigned char macaddr[6];
 
49
        unsigned char rsvd[2];
50
50
};
51
51
 
52
52
struct addba_event {
61
61
};
62
62
 
63
63
#define C2HEVENT_SZ                     32
64
 
struct event_node{
 
64
struct event_node {
65
65
        unsigned char *node;
66
66
        unsigned char evt_code;
67
67
        unsigned short evt_sz;
85
85
};
86
86
 
87
87
struct ADDBA_Req_Report_parm {
88
 
 unsigned char MacAddress[ETH_ALEN];
89
 
 unsigned short StartSeqNum;
90
 
 unsigned char tid;
 
88
        unsigned char MacAddress[ETH_ALEN];
 
89
        unsigned short StartSeqNum;
 
90
        unsigned char tid;
91
91
};
92
92
#include "rtl8712_event.h"
93
93