aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/rxtx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-21staging: vt6656: remame abyCurrentNetAddr to current_net_addrMalcolm Priestley1-2/+2
2014-07-21staging: vt6656: struct vnt_private rename cdTD to num_tx_contextMalcolm Priestley1-2/+2
2014-07-18staging: vt6656: struct vnt_private rename apTD to tx_contextMalcolm Priestley1-2/+2
2014-07-15staging: vt6656: rename PIPEnsSendBulkOut to vnt_tx_context.Malcolm Priestley1-2/+2
2014-07-13staging: vt6656: Drop u8 pointer and rename bScheduleCommand.Malcolm Priestley1-1/+1
2014-07-11staging: vt6656: rxtx replace debug messages DBG_PRTMalcolm Priestley1-4/+2
2014-07-11staging: vt6656: rxtx remove unneeded commentsMalcolm Priestley1-37/+0
2014-07-11staging: vt6656: rxtx remove static declarationsMalcolm Priestley1-15/+0
2014-07-11staging: vt6656: rename s_vGetFreeContext to vnt_get_free_contextMalcolm Priestley1-4/+4
2014-07-11staging: vt6656: clean up and rename wFB_Opt1 to vnt_fb_opt1Malcolm Priestley1-6/+6
2014-07-11staging: vt6656: clean up and rename wFB_Opt0 to vnt_fb_opt0Malcolm Priestley1-6/+7
2014-07-11staging: vt6656: rename and cleanup wTimeStampOffMalcolm Priestley1-5/+5
2014-07-11staging: vt6656: rename s_uGetTxRsvTime to vnt_get_rsvtimeMalcolm Priestley1-7/+7
2014-07-11staging: vt6656: rename s_uGetRTSCTSRsvTime to vnt_get_rtscts_rsvtime_leMalcolm Priestley1-9/+9
2014-07-11staging: vt6656: rename s_uGetDataDuration to vnt_get_duration_leMalcolm Priestley1-15/+15
2014-07-11staging: vt6656: s_uGetDataDuration remove camel caseMalcolm Priestley1-10/+11
2014-07-11staging: vt6656: rxtx rename s_uGetRTSCTSDuration to vnt_get_rtscts_duration_leMalcolm Priestley1-27/+27
2014-07-11staging: vt6656: s_uGetRTSCTSDuration remove camel caseMalcolm Priestley1-20/+20
2014-07-10staging: vt6656: rename s_vFillCTSHead to vnt_fill_cts_headMalcolm Priestley1-7/+3
2014-07-10staging: vt6656: s_vFillCTSHead remove camel caseMalcolm Priestley1-33/+33
2014-07-10staging: vt6656: rename s_vGenerateTxParameter to vnt_generate_tx_parameterMalcolm Priestley1-9/+4
2014-07-10staging: vt6656: s_vGenerateTxParameter remove camel caseMalcolm Priestley1-10/+10
2014-07-10staging: vt6656: s_vGenerateTxParameter remove else from if statementsMalcolm Priestley1-14/+9
2014-07-10staging: vt6656: merge data positions for packet types a and b into vnt_rxtx_abMalcolm Priestley1-84/+25
2014-07-10staging: vt6656: move s_vFillCTSHead to vnt_rxtx_ctsMalcolm Priestley1-14/+14
2014-07-10staging: vt6656: merge PK_TYPE_11GB and PK_TYPE_11GA into vnt_rxtx_rtsMalcolm Priestley1-26/+15
2014-07-10staging: vt6656: s_vGenerateTxParameter parse out vnt_rrv_time_abMalcolm Priestley1-29/+30
2014-07-10staging: vt6656: s_vGenerateTxParameter rxtx.c s_vGenerateTxParameter pBuf->rrv_time always the calling pkt_typeMalcolm Priestley1-3/+3
2014-07-10staging: vt6656: s_vGenerateTxParameter Parse out struct vnt_rrv_time_ctsMalcolm Priestley1-11/+20
2014-07-10staging: vt6656: s_vGenerateTxParameter Parse out struct vnt_rrv_time_rtsMalcolm Priestley1-15/+24
2014-07-10staging: vt6656: move current_rate setting out of s_vGenerateTxParameterMalcolm Priestley1-3/+2
2014-07-10staging: vt6656: rxtx remove fb_option from functions.Malcolm Priestley1-48/+36
2014-07-10staging: vt6656: rxtx: move tx_context->fb_option into function structure.Malcolm Priestley1-3/+3
2014-07-10staging: vt6656: rxtx remove struct ethhdr from functionsMalcolm Priestley1-23/+19
2014-07-08stagingL vt6656: implement fall back rates reporting.Malcolm Priestley1-4/+4
2014-07-08staging: vt6656: vnt_tx_packet don't change power when off channel.Malcolm Priestley1-1/+2
2014-06-29staging: vt6656: vnt_tx_packet remove first assignment of time_stamp.Malcolm Priestley1-3/+0
2014-06-29staging: vt6656: rxtx replace wFragCtl with frag_ctl.Malcolm Priestley1-6/+6
2014-06-29staging: vt6656: rxtx struct vnt_mic_hdr change tsc_47_16/tsc_15_0Malcolm Priestley1-7/+1
2014-06-26staging: vt6656: dead codead remove bssdb.h headerMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: remove dead code datarateMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: decode remove tether.c/hMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: dead code remove micheal.c/hMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: dead code remove tkip.c/hMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: dead code remove wctlMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: rxtx remove dead codeMalcolm Priestley1-1259/+0
2014-06-26staging: vt6656: dead code remove zonetypesMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: mac80211 conversion: rxtx implement power save pollMalcolm Priestley1-3/+22
2014-06-26staging: vt6656: mac80211 conversion: Create tx functionsMalcolm Priestley1-24/+413
2014-06-19staging: vt6656: rename BBuGetFrameTime to vnt_get_frame_timeMalcolm Priestley1-21/+21