aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/desc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-18staging: vt6655: desc.h: Fix comment style of SPDX-License IdentifierMadhumitha Prabakaran1-1/+1
2017-11-28staging: vt6655: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: vt6655: add SPDX identifiers to all vt6655 driver filesGreg Kroah-Hartman1-0/+1
2016-10-16staging: vt6655: Removes the FSF mailing address.Varsha Rao1-4/+0
2016-03-28staging: vt6655: fix style violations for lines over 80 charactersKathryn Hampton1-1/+2
2015-09-12staging: vt6655: replace typedef struct tagSRxDescMalcolm Priestley1-5/+3
2015-09-12staging: vt6655: replace typedef struct tagDEVICE_RD_INFOMalcolm Priestley1-3/+3
2015-09-12staging: vt6655: replace typedef struct tagRDES1Malcolm Priestley1-6/+5
2015-09-12staging: vt6655: replace typedef struct tagRDES0Malcolm Priestley1-21/+12
2015-08-14staging: vt6655: Replace typedef struct tagSTxDescMalcolm Priestley1-7/+5
2015-08-14staging: vt6655: replace typedef struct tagDEVICE_TD_INFO and structureMalcolm Priestley1-6/+6
2015-08-14staging: vt6655: struct tagDEVICE_TD_INFO remove dwHeaderLengthMalcolm Priestley1-1/+0
2015-08-14staging: vt6655: struct tagDEVICE_TD_INFO resize dwReqCount.Malcolm Priestley1-1/+1
2015-08-14staging: vt6655: replaced typedef struct tagTDES1Malcolm Priestley1-7/+6
2015-08-14staging: vt6655: desc.h replace typedef struct tagTDES0Malcolm Priestley1-23/+13
2015-07-22staging: vt6655: desc.h remove dead strcturesMalcolm Priestley1-59/+0
2015-07-22staging: vt6655: fix tagTDES1 -> wReqCount typeMalcolm Priestley1-1/+1
2015-07-22staging: vt6655: Fix wReqCount to __le16Malcolm Priestley1-3/+3
2015-07-22staging: vt6655: fix tagSRxDesc -> next_desc typeMalcolm Priestley1-1/+1
2015-07-22staging: vt6655: Fix tagSRxDesc -> buff_addr typeMalcolm Priestley1-1/+1
2015-07-22staging: vt6655: remove unused tagDEVICE_RD_INFO -> curr_descMalcolm Priestley1-1/+0
2015-07-22staging: vt6655: fix tagSTxDesc -> next_desc typeMalcolm Priestley1-1/+1
2015-07-22staging: vt6655: fix tagDEVICE_TD_INFO -> buff_addr typeMalcolm Priestley1-1/+1
2015-07-22staging: vt6655: Remove unused tagDEVICE_TD_INFO curr_descMalcolm Priestley1-1/+0
2015-07-22staging: vt6655: remove unnecessary variable skb_dmaMalcolm Priestley1-1/+0
2014-10-29staging: vt6655: dead code remove header type.hMalcolm Priestley1-1/+0
2014-10-29staging: vt6655: dead code remove tether.hMalcolm Priestley1-1/+0
2014-10-29staging: vt6655: fifo & frag control remove big endian valuesMalcolm Priestley1-32/+0
2014-10-29staging: vt6655: mac8021 conversion: add new tx functionsMalcolm Priestley1-0/+1
2014-10-28staging: vt6655: desc.h: Comments fixesVeronika Kabatova1-56/+45
2014-08-30staging: vt6655: replace typedef struct tagSCTS_FB with struct vnt_cts_fbMalcolm Priestley1-15/+0
2014-08-30staging: vt6655: replace typedef struct tagSCTS with struct vnt_ctsMalcolm Priestley1-10/+0
2014-08-30staging: vt6655: replace typedef struct tagSRTS_a_FB with struct vnt_rts_a_fbMalcolm Priestley1-11/+0
2014-08-30staging: vt6655: replace typedef struct tagSRTS_ab with struct vnt_rts_abMalcolm Priestley1-9/+0
2014-08-30staging: vt6655: replace typedef struct tagSRTS_g_FB with struct vnt_rts_g_fbMalcolm Priestley1-16/+0
2014-08-30staging: vt6655: replace typedef struct tagSRTS_g with struct vnt_rts_gMalcolm Priestley1-12/+0
2014-08-30staging: vt6655: Replace typedef struct tagSCTSData with ieee80211_cts dataMalcolm Priestley1-10/+4
2014-08-30staging: vt6655: Replace typedef struct tagSRTSData with ieee80211_rts dataMalcolm Priestley1-16/+5
2014-08-30staging: vt6655: replace -typedef struct tagSTxDataHead_a_FB with struct vnt_tx_datahead_a_fbMalcolm Priestley1-13/+0
2014-08-30staging: vt6655: replace typedef struct tagSTxDataHead_ab with struct vnt_tx_datahead_abMalcolm Priestley1-8/+0
2014-08-30staging: vt6655: replace typedef struct tagSTxDataHead_g_FB with struct vnt_tx_datahead_g_fbMalcolm Priestley1-13/+0
2014-08-30staging: vt6655: replace typedef struct tagSTxDataHead_g with struct vnt_tx_datahead_gMalcolm Priestley1-11/+0
2014-08-30staging: vt6655: rxtx replace typedef struct tagSRrvTime_ab with struct vnt_rrv_time_abMalcolm Priestley1-7/+0
2014-08-30staging: vt6655: rxtx replace typedef struct tagSRrvTime_gCTS with struct vnt_rrv_time_ctsMalcolm Priestley1-9/+0
2014-08-30staging: vt6655: rxtx replace typedef struct tagSRrvTime_gRTS with struct vnt_rrv_time_rtsMalcolm Priestley1-11/+0
2014-08-30staging: vt6655: rxtx create new structure vnt_tx_short_buf_head for csBeacon_xmitMalcolm Priestley1-7/+0
2014-08-30staging: vt6655: Remove BBvCalculateParameter and its data membersMalcolm Priestley1-42/+0
2014-08-30staging: vt6655: card.c change BBvCalculateParameter to vnt_get_phy_fieldMalcolm Priestley1-0/+6
2014-08-30staging: vt6655: add new stucture struct vnt_phy_field for rts/cts/data structuresMalcolm Priestley1-0/+21
2014-08-16staging: vt6655: rxtx: Replace typedef struct tagSMICHDRHeadMalcolm Priestley1-11/+0