summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/desc.h
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: desc.h: Fix comment style of SPDX-License IdentifierMadhumitha Prabakaran2019-03-181-1/+1
* staging: vt6655: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0Star
* staging: vt6655: add SPDX identifiers to all vt6655 driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: vt6655: Removes the FSF mailing address.Varsha Rao2016-10-161-4/+0Star
* staging: vt6655: fix style violations for lines over 80 charactersKathryn Hampton2016-03-281-1/+2
* staging: vt6655: replace typedef struct tagSRxDescMalcolm Priestley2015-09-131-5/+3Star
* staging: vt6655: replace typedef struct tagDEVICE_RD_INFOMalcolm Priestley2015-09-131-3/+3
* staging: vt6655: replace typedef struct tagRDES1Malcolm Priestley2015-09-131-6/+5Star
* staging: vt6655: replace typedef struct tagRDES0Malcolm Priestley2015-09-131-21/+12Star
* staging: vt6655: Replace typedef struct tagSTxDescMalcolm Priestley2015-08-151-7/+5Star
* staging: vt6655: replace typedef struct tagDEVICE_TD_INFO and structureMalcolm Priestley2015-08-151-6/+6
* staging: vt6655: struct tagDEVICE_TD_INFO remove dwHeaderLengthMalcolm Priestley2015-08-151-1/+0Star
* staging: vt6655: struct tagDEVICE_TD_INFO resize dwReqCount.Malcolm Priestley2015-08-151-1/+1
* staging: vt6655: replaced typedef struct tagTDES1Malcolm Priestley2015-08-151-7/+6Star
* staging: vt6655: desc.h replace typedef struct tagTDES0Malcolm Priestley2015-08-151-23/+13Star
* staging: vt6655: desc.h remove dead strcturesMalcolm Priestley2015-07-231-59/+0Star
* staging: vt6655: fix tagTDES1 -> wReqCount typeMalcolm Priestley2015-07-231-1/+1
* staging: vt6655: Fix wReqCount to __le16Malcolm Priestley2015-07-231-3/+3
* staging: vt6655: fix tagSRxDesc -> next_desc typeMalcolm Priestley2015-07-231-1/+1
* staging: vt6655: Fix tagSRxDesc -> buff_addr typeMalcolm Priestley2015-07-231-1/+1
* staging: vt6655: remove unused tagDEVICE_RD_INFO -> curr_descMalcolm Priestley2015-07-231-1/+0Star
* staging: vt6655: fix tagSTxDesc -> next_desc typeMalcolm Priestley2015-07-231-1/+1
* staging: vt6655: fix tagDEVICE_TD_INFO -> buff_addr typeMalcolm Priestley2015-07-231-1/+1
* staging: vt6655: Remove unused tagDEVICE_TD_INFO curr_descMalcolm Priestley2015-07-231-1/+0Star
* staging: vt6655: remove unnecessary variable skb_dmaMalcolm Priestley2015-07-231-1/+0Star
* staging: vt6655: dead code remove header type.hMalcolm Priestley2014-10-291-1/+0Star
* staging: vt6655: dead code remove tether.hMalcolm Priestley2014-10-291-1/+0Star
* staging: vt6655: fifo & frag control remove big endian valuesMalcolm Priestley2014-10-291-32/+0Star
* staging: vt6655: mac8021 conversion: add new tx functionsMalcolm Priestley2014-10-291-0/+1
* staging: vt6655: desc.h: Comments fixesVeronika Kabatova2014-10-281-56/+45Star
* staging: vt6655: replace typedef struct tagSCTS_FB with struct vnt_cts_fbMalcolm Priestley2014-08-311-15/+0Star
* staging: vt6655: replace typedef struct tagSCTS with struct vnt_ctsMalcolm Priestley2014-08-311-10/+0Star
* staging: vt6655: replace typedef struct tagSRTS_a_FB with struct vnt_rts_a_fbMalcolm Priestley2014-08-311-11/+0Star
* staging: vt6655: replace typedef struct tagSRTS_ab with struct vnt_rts_abMalcolm Priestley2014-08-311-9/+0Star
* staging: vt6655: replace typedef struct tagSRTS_g_FB with struct vnt_rts_g_fbMalcolm Priestley2014-08-311-16/+0Star
* staging: vt6655: replace typedef struct tagSRTS_g with struct vnt_rts_gMalcolm Priestley2014-08-311-12/+0Star
* staging: vt6655: Replace typedef struct tagSCTSData with ieee80211_cts dataMalcolm Priestley2014-08-311-10/+4Star
* staging: vt6655: Replace typedef struct tagSRTSData with ieee80211_rts dataMalcolm Priestley2014-08-311-16/+5Star
* staging: vt6655: replace -typedef struct tagSTxDataHead_a_FB with struct vnt_...Malcolm Priestley2014-08-311-13/+0Star
* staging: vt6655: replace typedef struct tagSTxDataHead_ab with struct vnt_tx_...Malcolm Priestley2014-08-311-8/+0Star
* staging: vt6655: replace typedef struct tagSTxDataHead_g_FB with struct vnt_t...Malcolm Priestley2014-08-311-13/+0Star
* staging: vt6655: replace typedef struct tagSTxDataHead_g with struct vnt_tx_d...Malcolm Priestley2014-08-311-11/+0Star
* staging: vt6655: rxtx replace typedef struct tagSRrvTime_ab with struct vnt_r...Malcolm Priestley2014-08-311-7/+0Star
* staging: vt6655: rxtx replace typedef struct tagSRrvTime_gCTS with struct vnt...Malcolm Priestley2014-08-311-9/+0Star
* staging: vt6655: rxtx replace typedef struct tagSRrvTime_gRTS with struct vnt...Malcolm Priestley2014-08-311-11/+0Star
* staging: vt6655: rxtx create new structure vnt_tx_short_buf_head for csBeacon...Malcolm Priestley2014-08-301-7/+0Star
* staging: vt6655: Remove BBvCalculateParameter and its data membersMalcolm Priestley2014-08-301-42/+0Star
* 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/+0Star