summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/desc.h
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: fix style violations for lines over 80 charactersKathryn Hampton2016-03-281-1/+2
* staging: vt6655: replace typedef struct tagSRxDescMalcolm Priestley2015-09-121-5/+3
* staging: vt6655: replace typedef struct tagDEVICE_RD_INFOMalcolm Priestley2015-09-121-3/+3
* staging: vt6655: replace typedef struct tagRDES1Malcolm Priestley2015-09-121-6/+5
* staging: vt6655: replace typedef struct tagRDES0Malcolm Priestley2015-09-121-21/+12
* staging: vt6655: Replace typedef struct tagSTxDescMalcolm Priestley2015-08-141-7/+5
* staging: vt6655: replace typedef struct tagDEVICE_TD_INFO and structureMalcolm Priestley2015-08-141-6/+6
* staging: vt6655: struct tagDEVICE_TD_INFO remove dwHeaderLengthMalcolm Priestley2015-08-141-1/+0
* staging: vt6655: struct tagDEVICE_TD_INFO resize dwReqCount.Malcolm Priestley2015-08-141-1/+1
* staging: vt6655: replaced typedef struct tagTDES1Malcolm Priestley2015-08-141-7/+6
* staging: vt6655: desc.h replace typedef struct tagTDES0Malcolm Priestley2015-08-141-23/+13
* staging: vt6655: desc.h remove dead strcturesMalcolm Priestley2015-07-221-59/+0
* staging: vt6655: fix tagTDES1 -> wReqCount typeMalcolm Priestley2015-07-221-1/+1
* staging: vt6655: Fix wReqCount to __le16Malcolm Priestley2015-07-221-3/+3
* staging: vt6655: fix tagSRxDesc -> next_desc typeMalcolm Priestley2015-07-221-1/+1
* staging: vt6655: Fix tagSRxDesc -> buff_addr typeMalcolm Priestley2015-07-221-1/+1
* staging: vt6655: remove unused tagDEVICE_RD_INFO -> curr_descMalcolm Priestley2015-07-221-1/+0
* staging: vt6655: fix tagSTxDesc -> next_desc typeMalcolm Priestley2015-07-221-1/+1
* staging: vt6655: fix tagDEVICE_TD_INFO -> buff_addr typeMalcolm Priestley2015-07-221-1/+1
* staging: vt6655: Remove unused tagDEVICE_TD_INFO curr_descMalcolm Priestley2015-07-221-1/+0
* staging: vt6655: remove unnecessary variable skb_dmaMalcolm Priestley2015-07-221-1/+0
* staging: vt6655: dead code remove header type.hMalcolm Priestley2014-10-291-1/+0
* staging: vt6655: dead code remove tether.hMalcolm Priestley2014-10-291-1/+0
* staging: vt6655: fifo & frag control remove big endian valuesMalcolm Priestley2014-10-291-32/+0
* staging: vt6655: mac8021 conversion: add new tx functionsMalcolm Priestley2014-10-291-0/+1
* staging: vt6655: desc.h: Comments fixesVeronika Kabatova2014-10-281-56/+45
* staging: vt6655: replace typedef struct tagSCTS_FB with struct vnt_cts_fbMalcolm Priestley2014-08-301-15/+0
* staging: vt6655: replace typedef struct tagSCTS with struct vnt_ctsMalcolm Priestley2014-08-301-10/+0
* staging: vt6655: replace typedef struct tagSRTS_a_FB with struct vnt_rts_a_fbMalcolm Priestley2014-08-301-11/+0
* staging: vt6655: replace typedef struct tagSRTS_ab with struct vnt_rts_abMalcolm Priestley2014-08-301-9/+0
* staging: vt6655: replace typedef struct tagSRTS_g_FB with struct vnt_rts_g_fbMalcolm Priestley2014-08-301-16/+0
* staging: vt6655: replace typedef struct tagSRTS_g with struct vnt_rts_gMalcolm Priestley2014-08-301-12/+0
* staging: vt6655: Replace typedef struct tagSCTSData with ieee80211_cts dataMalcolm Priestley2014-08-301-10/+4
* staging: vt6655: Replace typedef struct tagSRTSData with ieee80211_rts dataMalcolm Priestley2014-08-301-16/+5
* staging: vt6655: replace -typedef struct tagSTxDataHead_a_FB with struct vnt_...Malcolm Priestley2014-08-301-13/+0
* staging: vt6655: replace typedef struct tagSTxDataHead_ab with struct vnt_tx_...Malcolm Priestley2014-08-301-8/+0
* staging: vt6655: replace typedef struct tagSTxDataHead_g_FB with struct vnt_t...Malcolm Priestley2014-08-301-13/+0
* staging: vt6655: replace typedef struct tagSTxDataHead_g with struct vnt_tx_d...Malcolm Priestley2014-08-301-11/+0
* staging: vt6655: rxtx replace typedef struct tagSRrvTime_ab with struct vnt_r...Malcolm Priestley2014-08-301-7/+0
* staging: vt6655: rxtx replace typedef struct tagSRrvTime_gCTS with struct vnt...Malcolm Priestley2014-08-301-9/+0
* staging: vt6655: rxtx replace typedef struct tagSRrvTime_gRTS with struct vnt...Malcolm Priestley2014-08-301-11/+0
* staging: vt6655: rxtx create new structure vnt_tx_short_buf_head for csBeacon...Malcolm Priestley2014-08-301-7/+0
* staging: vt6655: Remove BBvCalculateParameter and its data membersMalcolm Priestley2014-08-301-42/+0
* staging: vt6655: card.c change BBvCalculateParameter to vnt_get_phy_fieldMalcolm Priestley2014-08-301-0/+6
* staging: vt6655: add new stucture struct vnt_phy_field for rts/cts/data struc...Malcolm Priestley2014-08-301-0/+21
* staging: vt6655: rxtx: Replace typedef struct tagSMICHDRHeadMalcolm Priestley2014-08-161-11/+0
* Staging: vt6655: removed redundant comments from desc.hIgor Bezukh2014-07-271-98/+87
* staging: vt6655: remove dead codeGuido Martínez2014-05-151-47/+0
* staging: vt6655: 64 bit Correct alignment of tx/rx structures.Malcolm Priestley2014-03-081-9/+6
* staging: vt6655: Remove unnecessary blank linesJoe Perches2013-03-251-22/+0
OpenPOWER on IntegriCloud