~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/staging/rtl8712/rtl8712_xmit.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
/*OFFSET 20*/
60
60
#define DISFB BIT(15)
61
61
 
62
 
struct tx_desc{
63
 
 
 
62
struct tx_desc {
64
63
        /*DWORD 0*/
65
64
        unsigned int txdw0;
66
 
 
67
65
        unsigned int txdw1;
68
 
 
69
66
        unsigned int txdw2;
70
 
 
71
67
        unsigned int txdw3;
72
 
 
73
68
        unsigned int txdw4;
74
 
 
75
69
        unsigned int txdw5;
76
 
 
77
70
        unsigned int txdw6;
78
 
 
79
71
        unsigned int txdw7;
80
 
 
81
72
};
82
73
 
83
74