summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/rxtx.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: struct vnt_tx_short_buf_head change base type of fifo_ctl to...Malcolm Priestley2014-07-221-1/+1
* staging: vt6656: struct vnt_tx_fifo_head fifo_ctl change base type to __le16Malcolm Priestley2014-07-221-12/+14
* staging: vt6656: struct vnt_beacon_buffer replace byType with typeMalcolm Priestley2014-07-221-1/+1
* staging: vt6656: vnt_tx_buffer replace byType with typeMalcolm Priestley2014-07-221-1/+1
* staging: vt6656: struct vnt_beacon_buffer replace byPKTNO with pkt_noMalcolm Priestley2014-07-221-1/+1
* staging: vt6656: struct vnt_tx_buffer replace byPKTNO with pkt_noMalcolm Priestley2014-07-221-1/+1
* staging: vt6656: vnt_tx_fifo_head rename wFIFOCtl to fifo_ctlMalcolm Priestley2014-07-221-12/+12
* staging: vt6656: struct vnt_usb_send_context context into vnt_get_duration_leMalcolm Priestley2014-07-211-54/+68
* staging; vt6656: rxtx add current_rate into vnt_usb_send_context as tx_rateMalcolm Priestley2014-07-211-47/+44
* staging: vt6656: rxtx move frame_len/size into vnt_usb_send_context as frame_lenMalcolm Priestley2014-07-211-58/+57
* staging: vt6656: move need_ack into into vnt_usb_send_contextMalcolm Priestley2014-07-211-38/+51
* staging: vt6656: rxtx move pkt_type into vnt_usb_send_contextMalcolm Priestley2014-07-211-100/+108
* staging: vt6656: vnt_get_duration_le fix typo piv to privMalcolm Priestley2014-07-211-6/+6
* staging: vt6656: struct vnt_private replace byAutoFBCtrl with auto_fb_ctrlMalcolm Priestley2014-07-211-2/+2
* staging: vt6656: struct vnt_private replace wSeqCounter with seq_counterMalcolm Priestley2014-07-211-5/+5
* staging: vt6656: struct vnt_private replace wCurrentRate with current_rateMalcolm Priestley2014-07-211-2/+2
* staging: vt6656: struct vnt_private replace byPreambleType with preamble_typeMalcolm Priestley2014-07-211-20/+20
* staging: vt6656: struct vnt_private replace byTopCCKBasicRate with top_cck_ba...Malcolm Priestley2014-07-211-20/+20
* staging: vt6656: struct vnt_private replace byTopOFDMBasicRate with top_ofdm_...Malcolm Priestley2014-07-211-11/+11
* staging: vt6656: struct vnt_private replace byPacketType with packet_typeMalcolm Priestley2014-07-211-1/+1
* staging: vt6656: struct vnt_private replace byBBType with bb_typeMalcolm Priestley2014-07-211-1/+1
* staging: vt6656: struct vnt_private remove camel case IFS namesMalcolm Priestley2014-07-211-7/+7
* staging: vt6656: remame abyCurrentNetAddr to current_net_addrMalcolm Priestley2014-07-211-2/+2
* staging: vt6656: struct vnt_private rename cdTD to num_tx_contextMalcolm Priestley2014-07-211-2/+2
* staging: vt6656: struct vnt_private rename apTD to tx_contextMalcolm Priestley2014-07-181-2/+2
* staging: vt6656: rename PIPEnsSendBulkOut to vnt_tx_context.Malcolm Priestley2014-07-151-2/+2
* staging: vt6656: Drop u8 pointer and rename bScheduleCommand.Malcolm Priestley2014-07-131-1/+1
* staging: vt6656: rxtx replace debug messages DBG_PRTMalcolm Priestley2014-07-111-4/+2
* staging: vt6656: rxtx remove unneeded commentsMalcolm Priestley2014-07-111-37/+0
* staging: vt6656: rxtx remove static declarationsMalcolm Priestley2014-07-111-15/+0
* staging: vt6656: rename s_vGetFreeContext to vnt_get_free_contextMalcolm Priestley2014-07-111-4/+4
* staging: vt6656: clean up and rename wFB_Opt1 to vnt_fb_opt1Malcolm Priestley2014-07-111-6/+6
* staging: vt6656: clean up and rename wFB_Opt0 to vnt_fb_opt0Malcolm Priestley2014-07-111-6/+7
* staging: vt6656: rename and cleanup wTimeStampOffMalcolm Priestley2014-07-111-5/+5
* staging: vt6656: rename s_uGetTxRsvTime to vnt_get_rsvtimeMalcolm Priestley2014-07-111-7/+7
* staging: vt6656: rename s_uGetRTSCTSRsvTime to vnt_get_rtscts_rsvtime_leMalcolm Priestley2014-07-111-9/+9
* staging: vt6656: rename s_uGetDataDuration to vnt_get_duration_leMalcolm Priestley2014-07-111-15/+15
* staging: vt6656: s_uGetDataDuration remove camel caseMalcolm Priestley2014-07-111-10/+11
* staging: vt6656: rxtx rename s_uGetRTSCTSDuration to vnt_get_rtscts_duration_leMalcolm Priestley2014-07-111-27/+27
* staging: vt6656: s_uGetRTSCTSDuration remove camel caseMalcolm Priestley2014-07-111-20/+20
* staging: vt6656: rename s_vFillCTSHead to vnt_fill_cts_headMalcolm Priestley2014-07-101-7/+3
* staging: vt6656: s_vFillCTSHead remove camel caseMalcolm Priestley2014-07-101-33/+33
* staging: vt6656: rename s_vGenerateTxParameter to vnt_generate_tx_parameterMalcolm Priestley2014-07-101-9/+4
* staging: vt6656: s_vGenerateTxParameter remove camel caseMalcolm Priestley2014-07-101-10/+10
* staging: vt6656: s_vGenerateTxParameter remove else from if statementsMalcolm Priestley2014-07-101-14/+9
* staging: vt6656: merge data positions for packet types a and b into vnt_rxtx_abMalcolm Priestley2014-07-101-84/+25
* staging: vt6656: move s_vFillCTSHead to vnt_rxtx_ctsMalcolm Priestley2014-07-101-14/+14
* staging: vt6656: merge PK_TYPE_11GB and PK_TYPE_11GA into vnt_rxtx_rtsMalcolm Priestley2014-07-101-26/+15
* staging: vt6656: s_vGenerateTxParameter parse out vnt_rrv_time_abMalcolm Priestley2014-07-101-29/+30
* staging: vt6656: s_vGenerateTxParameter rxtx.c s_vGenerateTxParameter pBuf->r...Malcolm Priestley2014-07-101-3/+3
OpenPOWER on IntegriCloud