aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/rxtx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-19staging: vt6656: remove address from GPL textOthmar Pasteka1-3/+0
2015-09-29staging: vt6656: don't stop TX queue unless buffer full.Malcolm Priestley1-1/+4
2015-07-14staging: vt6656: Fixed two lines over 80 characters longArjun Krishna Babu1-2/+5
2015-06-17staging: vt6656: Boolean tests don't need comparisons.Abdul Hussain1-1/+1
2015-05-08staging: vt6656: use ieee80211_tx_info to select packet type.Malcolm Priestley1-3/+11
2015-02-26Staging: vt6656: replace memcpy() by ether_addr_copy() using coccinelle and pack variableaybuke ozdemir1-4/+4
2015-02-07staging: vt6656: parse cts fall back out of vnt_fill_cts_headMalcolm Priestley1-45/+54
2015-02-07staging: vt6656: vnt_fill_cts_head remove unneeded NULL check.Malcolm Priestley1-3/+0
2015-01-25staging: vt6656: fix Prefer ether_addr_copy() over memcpy() if the Ethernet addresses are __aligned(2)Heba Aamer1-1/+1
2015-01-12Staging: vt6656: Checkpatch fix: else after break or returnEmrys Bayliss1-2/+0
2015-01-12staging: vt6656: whitespace checkpatch warning fix.Krzysztof Adamski1-1/+1
2015-01-12staging: vt6656: Use ether_addr_copy() on vnt_private members.Krzysztof Adamski1-2/+2
2015-01-12staging: vt6656: Use ether_addr_copy() in vnt_fill_ieee80211_rts.Krzysztof Adamski1-2/+3
2014-09-23Staging: vt6656: Merges two lines of code and also removes unused variableMahati Chamarthy1-5/+1
2014-08-16staging: vt6656: add blank line after declarationRagnar B. Johannsson1-0/+1
2014-08-16staging: vt6656: fix incorrect indentationRagnar B. Johannsson1-1/+1
2014-07-22staging: vt6656: struct vnt_tx_short_buf_head change base type of fifo_ctl to __le16Malcolm Priestley1-1/+1
2014-07-22staging: vt6656: struct vnt_tx_fifo_head fifo_ctl change base type to __le16Malcolm Priestley1-12/+14
2014-07-22staging: vt6656: struct vnt_beacon_buffer replace byType with typeMalcolm Priestley1-1/+1
2014-07-22staging: vt6656: vnt_tx_buffer replace byType with typeMalcolm Priestley1-1/+1
2014-07-22staging: vt6656: struct vnt_beacon_buffer replace byPKTNO with pkt_noMalcolm Priestley1-1/+1
2014-07-22staging: vt6656: struct vnt_tx_buffer replace byPKTNO with pkt_noMalcolm Priestley1-1/+1
2014-07-22staging: vt6656: vnt_tx_fifo_head rename wFIFOCtl to fifo_ctlMalcolm Priestley1-12/+12
2014-07-21staging: vt6656: struct vnt_usb_send_context context into vnt_get_duration_leMalcolm Priestley1-54/+68
2014-07-21staging; vt6656: rxtx add current_rate into vnt_usb_send_context as tx_rateMalcolm Priestley1-47/+44
2014-07-21staging: vt6656: rxtx move frame_len/size into vnt_usb_send_context as frame_lenMalcolm Priestley1-58/+57
2014-07-21staging: vt6656: move need_ack into into vnt_usb_send_contextMalcolm Priestley1-38/+51
2014-07-21staging: vt6656: rxtx move pkt_type into vnt_usb_send_contextMalcolm Priestley1-100/+108
2014-07-21staging: vt6656: vnt_get_duration_le fix typo piv to privMalcolm Priestley1-6/+6
2014-07-21staging: vt6656: struct vnt_private replace byAutoFBCtrl with auto_fb_ctrlMalcolm Priestley1-2/+2
2014-07-21staging: vt6656: struct vnt_private replace wSeqCounter with seq_counterMalcolm Priestley1-5/+5
2014-07-21staging: vt6656: struct vnt_private replace wCurrentRate with current_rateMalcolm Priestley1-2/+2
2014-07-21staging: vt6656: struct vnt_private replace byPreambleType with preamble_typeMalcolm Priestley1-20/+20
2014-07-21staging: vt6656: struct vnt_private replace byTopCCKBasicRate with top_cck_basic_rateMalcolm Priestley1-20/+20
2014-07-21staging: vt6656: struct vnt_private replace byTopOFDMBasicRate with top_ofdm_basic_rateMalcolm Priestley1-11/+11
2014-07-21staging: vt6656: struct vnt_private replace byPacketType with packet_typeMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: struct vnt_private replace byBBType with bb_typeMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: struct vnt_private remove camel case IFS namesMalcolm Priestley1-7/+7
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