aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/desc.h
AgeCommit message (Expand)AuthorFilesLines
2016-10-16staging: vt6655: Removes the FSF mailing address.Gravatar Varsha Rao 1-4/+0
2016-03-28staging: vt6655: fix style violations for lines over 80 charactersGravatar Kathryn Hampton 1-1/+2
2015-09-12staging: vt6655: replace typedef struct tagSRxDescGravatar Malcolm Priestley 1-5/+3
2015-09-12staging: vt6655: replace typedef struct tagDEVICE_RD_INFOGravatar Malcolm Priestley 1-3/+3
2015-09-12staging: vt6655: replace typedef struct tagRDES1Gravatar Malcolm Priestley 1-6/+5
2015-09-12staging: vt6655: replace typedef struct tagRDES0Gravatar Malcolm Priestley 1-21/+12
2015-08-14staging: vt6655: Replace typedef struct tagSTxDescGravatar Malcolm Priestley 1-7/+5
2015-08-14staging: vt6655: replace typedef struct tagDEVICE_TD_INFO and structureGravatar Malcolm Priestley 1-6/+6
2015-08-14staging: vt6655: struct tagDEVICE_TD_INFO remove dwHeaderLengthGravatar Malcolm Priestley 1-1/+0
2015-08-14staging: vt6655: struct tagDEVICE_TD_INFO resize dwReqCount.Gravatar Malcolm Priestley 1-1/+1
2015-08-14staging: vt6655: replaced typedef struct tagTDES1Gravatar Malcolm Priestley 1-7/+6
2015-08-14staging: vt6655: desc.h replace typedef struct tagTDES0Gravatar Malcolm Priestley 1-23/+13
2015-07-22staging: vt6655: desc.h remove dead strcturesGravatar Malcolm Priestley 1-59/+0
2015-07-22staging: vt6655: fix tagTDES1 -> wReqCount typeGravatar Malcolm Priestley 1-1/+1
2015-07-22staging: vt6655: Fix wReqCount to __le16Gravatar Malcolm Priestley 1-3/+3
2015-07-22staging: vt6655: fix tagSRxDesc -> next_desc typeGravatar Malcolm Priestley 1-1/+1
2015-07-22staging: vt6655: Fix tagSRxDesc -> buff_addr typeGravatar Malcolm Priestley 1-1/+1
2015-07-22staging: vt6655: remove unused tagDEVICE_RD_INFO -> curr_descGravatar Malcolm Priestley 1-1/+0
2015-07-22staging: vt6655: fix tagSTxDesc -> next_desc typeGravatar Malcolm Priestley 1-1/+1
2015-07-22staging: vt6655: fix tagDEVICE_TD_INFO -> buff_addr typeGravatar Malcolm Priestley 1-1/+1
2015-07-22staging: vt6655: Remove unused tagDEVICE_TD_INFO curr_descGravatar Malcolm Priestley 1-1/+0
2015-07-22staging: vt6655: remove unnecessary variable skb_dmaGravatar Malcolm Priestley 1-1/+0
2014-10-29staging: vt6655: dead code remove header type.hGravatar Malcolm Priestley 1-1/+0
2014-10-29staging: vt6655: dead code remove tether.hGravatar Malcolm Priestley 1-1/+0
2014-10-29staging: vt6655: fifo & frag control remove big endian valuesGravatar Malcolm Priestley 1-32/+0
2014-10-29staging: vt6655: mac8021 conversion: add new tx functionsGravatar Malcolm Priestley 1-0/+1
2014-10-28staging: vt6655: desc.h: Comments fixesGravatar Veronika Kabatova 1-56/+45
2014-08-30staging: vt6655: replace typedef struct tagSCTS_FB with struct vnt_cts_fbGravatar Malcolm Priestley 1-15/+0
2014-08-30staging: vt6655: replace typedef struct tagSCTS with struct vnt_ctsGravatar Malcolm Priestley 1-10/+0
2014-08-30staging: vt6655: replace typedef struct tagSRTS_a_FB with struct vnt_rts_a_fbGravatar Malcolm Priestley 1-11/+0
2014-08-30staging: vt6655: replace typedef struct tagSRTS_ab with struct vnt_rts_abGravatar Malcolm Priestley 1-9/+0
2014-08-30staging: vt6655: replace typedef struct tagSRTS_g_FB with struct vnt_rts_g_fbGravatar Malcolm Priestley 1-16/+0
2014-08-30staging: vt6655: replace typedef struct tagSRTS_g with struct vnt_rts_gGravatar Malcolm Priestley 1-12/+0
2014-08-30staging: vt6655: Replace typedef struct tagSCTSData with ieee80211_cts dataGravatar Malcolm Priestley 1-10/+4
2014-08-30staging: vt6655: Replace typedef struct tagSRTSData with ieee80211_rts dataGravatar Malcolm Priestley 1-16/+5
2014-08-30staging: vt6655: replace -typedef struct tagSTxDataHead_a_FB with struct vnt_...Gravatar Malcolm Priestley 1-13/+0
2014-08-30staging: vt6655: replace typedef struct tagSTxDataHead_ab with struct vnt_tx_...Gravatar Malcolm Priestley 1-8/+0
2014-08-30staging: vt6655: replace typedef struct tagSTxDataHead_g_FB with struct vnt_t...Gravatar Malcolm Priestley 1-13/+0
2014-08-30staging: vt6655: replace typedef struct tagSTxDataHead_g with struct vnt_tx_d...Gravatar Malcolm Priestley 1-11/+0
2014-08-30staging: vt6655: rxtx replace typedef struct tagSRrvTime_ab with struct vnt_r...Gravatar Malcolm Priestley 1-7/+0
2014-08-30staging: vt6655: rxtx replace typedef struct tagSRrvTime_gCTS with struct vnt...Gravatar Malcolm Priestley 1-9/+0
2014-08-30staging: vt6655: rxtx replace typedef struct tagSRrvTime_gRTS with struct vnt...Gravatar Malcolm Priestley 1-11/+0
2014-08-30staging: vt6655: rxtx create new structure vnt_tx_short_buf_head for csBeacon...Gravatar Malcolm Priestley 1-7/+0
2014-08-30staging: vt6655: Remove BBvCalculateParameter and its data membersGravatar Malcolm Priestley 1-42/+0
2014-08-30staging: vt6655: card.c change BBvCalculateParameter to vnt_get_phy_fieldGravatar Malcolm Priestley 1-0/+6
2014-08-30staging: vt6655: add new stucture struct vnt_phy_field for rts/cts/data struc...Gravatar Malcolm Priestley 1-0/+21
2014-08-16staging: vt6655: rxtx: Replace typedef struct tagSMICHDRHeadGravatar Malcolm Priestley 1-11/+0
2014-07-27Staging: vt6655: removed redundant comments from desc.hGravatar Igor Bezukh 1-98/+87
2014-05-15staging: vt6655: remove dead codeGravatar Guido Martínez 1-47/+0
2014-03-08staging: vt6655: 64 bit Correct alignment of tx/rx structures.Gravatar Malcolm Priestley 1-9/+6