summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/rxtx.c
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-1/+1
* Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller2016-03-011-4/+8
|\
| * mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seqEliad Peller2016-02-241-4/+8
* | staging: vt6656: remove address from GPL textOthmar Pasteka2015-11-201-3/+0Star
|/
* staging: vt6656: don't stop TX queue unless buffer full.Malcolm Priestley2015-09-291-1/+4
* staging: vt6656: Fixed two lines over 80 characters longArjun Krishna Babu2015-07-151-2/+5
* staging: vt6656: Boolean tests don't need comparisons.Abdul Hussain2015-06-181-1/+1
* staging: vt6656: use ieee80211_tx_info to select packet type.Malcolm Priestley2015-05-081-3/+11
* Staging: vt6656: replace memcpy() by ether_addr_copy() using coccinelle and p...aybuke ozdemir2015-02-261-4/+4
* staging: vt6656: parse cts fall back out of vnt_fill_cts_headMalcolm Priestley2015-02-071-45/+54
* staging: vt6656: vnt_fill_cts_head remove unneeded NULL check.Malcolm Priestley2015-02-071-3/+0Star
* staging: vt6656: fix Prefer ether_addr_copy() over memcpy() if the Ethernet a...Heba Aamer2015-01-251-1/+1
* Staging: vt6656: Checkpatch fix: else after break or returnEmrys Bayliss2015-01-131-2/+0Star
* staging: vt6656: whitespace checkpatch warning fix.Krzysztof Adamski2015-01-131-1/+1
* staging: vt6656: Use ether_addr_copy() on vnt_private members.Krzysztof Adamski2015-01-131-2/+2
* staging: vt6656: Use ether_addr_copy() in vnt_fill_ieee80211_rts.Krzysztof Adamski2015-01-131-2/+3
* Staging: vt6656: Merges two lines of code and also removes unused variableMahati Chamarthy2014-09-231-5/+1Star
* staging: vt6656: add blank line after declarationRagnar B. Johannsson2014-08-161-0/+1
* staging: vt6656: fix incorrect indentationRagnar B. Johannsson2014-08-161-1/+1
* staging: vt6656: struct vnt_tx_short_buf_head change base type of fifo_ctl to...Malcolm Priestley2014-07-231-1/+1
* staging: vt6656: struct vnt_tx_fifo_head fifo_ctl change base type to __le16Malcolm Priestley2014-07-231-12/+14
* staging: vt6656: struct vnt_beacon_buffer replace byType with typeMalcolm Priestley2014-07-231-1/+1
* staging: vt6656: vnt_tx_buffer replace byType with typeMalcolm Priestley2014-07-231-1/+1
* staging: vt6656: struct vnt_beacon_buffer replace byPKTNO with pkt_noMalcolm Priestley2014-07-231-1/+1
* staging: vt6656: struct vnt_tx_buffer replace byPKTNO with pkt_noMalcolm Priestley2014-07-231-1/+1
* staging: vt6656: vnt_tx_fifo_head rename wFIFOCtl to fifo_ctlMalcolm Priestley2014-07-231-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/+44Star
* staging: vt6656: rxtx move frame_len/size into vnt_usb_send_context as frame_lenMalcolm Priestley2014-07-211-58/+57Star
* 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-191-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-121-4/+2Star
* staging: vt6656: rxtx remove unneeded commentsMalcolm Priestley2014-07-121-37/+0Star
* staging: vt6656: rxtx remove static declarationsMalcolm Priestley2014-07-121-15/+0Star
* staging: vt6656: rename s_vGetFreeContext to vnt_get_free_contextMalcolm Priestley2014-07-121-4/+4