summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/rxtx.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: Fix warning: unused variable vnt_frame_timeMalcolm Priestley2020-05-271-4/+0
* staging: vt6656: Move vnt_tx_usb_header to vnt_tx_contextMalcolm Priestley2020-05-271-25/+5
* staging: vt6656: vnt_tx_packet use skb_clone to preserve sk_buff.Malcolm Priestley2020-05-271-6/+11
* staging: vt6656: Fix vnt_tx_usb_header static checker warningMalcolm Priestley2020-05-271-6/+6
* staging: vt6656: move key frag controls to vnt_fill_txkeyMalcolm Priestley2020-05-221-18/+5
* staging: vt6656: Move calling point of vnt_fill_txkey.Malcolm Priestley2020-05-221-96/+95
* staging: vt6656: Move tx_key inside vnt_fill_txkey.Malcolm Priestley2020-05-221-4/+3
* staging: vt6656: move tx_body_size/payload_len to skb->lenMalcolm Priestley2020-05-221-5/+5
* staging: vt6656: Move key_buffer inside vnt_fill_txkey.Malcolm Priestley2020-05-221-9/+9
* staging: vt6656: rxtx use ieee80211_tx_info for rts/cts controlMalcolm Priestley2020-05-221-14/+10
* staging: vt6656: use ieee80211_tx_info to replace need_micMalcolm Priestley2020-05-221-16/+23
* staging: vt6656: Move vnt_mic_hdr pointers to vnt_fill_txkeyMalcolm Priestley2020-05-221-22/+15
* staging: vt6656: rxtx remove unused need_ackMalcolm Priestley2020-05-221-4/+1
* staging: vt6656: remove ieee80211_hdr from vnt_usb_send_context.Malcolm Priestley2020-05-221-4/+1
* staging: vt6656: vnt_usb_send_context remove variable data.Malcolm Priestley2020-05-191-3/+0
* staging: vt6656: vnt_beacon_xmit use extra_tx_headroom.Malcolm Priestley2020-05-191-13/+9
* staging: vt6656: Use sk_buff buffer for tx headerMalcolm Priestley2020-05-191-38/+53
* staging: vt6656: vnt_get_rtscts_rsvtime_le replace with rts/cts duration.Malcolm Priestley2020-05-131-108/+5
* staging: vt6656: Split RTS and CTS Duration functionsMalcolm Priestley2020-05-131-40/+16
* staging: vt6656: vnt_get_rtscts_duration_le use ieee80211_ctstoself_durationMalcolm Priestley2020-05-131-29/+3
* staging: vt6656: vnt_rxtx_rsvtime_le16 to use ieee80211_generic_frame_duration.Malcolm Priestley2020-05-131-18/+14
* staging: vt6656: vnt_get_rtscts_duration_le use ieee80211_rts_durationMalcolm Priestley2020-05-131-15/+5
* staging: vt6656: Remove preamble_type setting from vnt_tx_packet.Malcolm Priestley2020-04-281-5/+0
* staging: vt6656: rxtx: remove duration_id and void returns.Malcolm Priestley2020-04-281-42/+42
* staging: vt6656: Move vnt_get_frame_time and vnt_get_phy_field to rxtxMalcolm Priestley2020-04-231-0/+111
* staging: vt6656: rxtx remove rate change and current_rate.Malcolm Priestley2020-04-131-11/+4
* staging: vt6656: Remove STATUS enums from TX pathMalcolm Priestley2020-03-041-2/+2
* staging: vt6656: Use mac80211 duration for tx headersMalcolm Priestley2020-03-041-49/+8
* staging: vt6656: Remove fall back functions and headers.Malcolm Priestley2020-02-091-206/+0
* staging: vt6656: Disable and remove fall back rates from driver.Malcolm Priestley2020-02-091-28/+1
* staging: vt6656: use NULLFUCTION stack on mac80211Malcolm Priestley2020-01-101-9/+5
* staging: vt6656: correct packet types for CTS protect, mode.Malcolm Priestley2020-01-101-4/+8
* staging: vt6656: reorganize characters so the lines are under 80 chGabriela Bittencourt2019-10-071-4/+4
* staging: vt6656: change alignment to match parenthesisBenjamin Sherman2019-07-221-5/+5
* staging: vt6655: remove some redundant variablesColin Ian King2018-07-111-4/+1
* staging: vt6656: Remove redundant license textGreg Kroah-Hartman2017-11-281-11/+0
* staging: vt6656: add SPDX identifiers to all vt6656 driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: vt6656: remove unnecesary blank linesJuan Manuel Torres Palma2017-05-181-4/+0
* staging: vt6656: remove multiple assignmentsJuan Manuel Torres Palma2017-05-181-6/+14
* staging: vt6656: rtxt.c Fix PARENTHESIS_ALIGNMENT type errorsSalvatore Benedetto2017-05-151-33/+37
* staging: vt6656: use tabs instead of spacesJuan Antonio Pedreira Martos2017-04-281-16/+16
* staging: vt6656: rxtx.c Removed multiple dereferencingMichael S. Hansen2017-02-161-2/+2
* staging: vt6656: Alignment match open parenthesisArushi Singhal2017-02-161-27/+27
* 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-191-3/+0
|/
* 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-141-2/+5
* staging: vt6656: Boolean tests don't need comparisons.Abdul Hussain2015-06-171-1/+1