summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: Fix alignment of function argsFlorian Ziegler2021-03-101-1/+2
* staging: vt6656: Fixed issue with alignment in rf.cPritthijit Nath2021-02-121-1/+1
* staging: vt665x: fix alignment constraintsArnd Bergmann2021-02-061-3/+3
* staging: vt6656: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
* staging: vt6655: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-102-2/+2
* 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-276-43/+31
* 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-272-11/+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-222-5/+1
* staging: vt6656: remove ieee80211_hdr from vnt_usb_send_context.Malcolm Priestley2020-05-222-5/+1
* staging: vt6656: use usb_anchor for tx queue.Malcolm Priestley2020-05-193-17/+17
* staging: vt6656: vnt_usb_send_context remove variable data.Malcolm Priestley2020-05-193-4/+5
* staging: vt6656: vnt_beacon_xmit use extra_tx_headroom.Malcolm Priestley2020-05-192-17/+10
* staging: vt6656: Use sk_buff buffer for tx headerMalcolm Priestley2020-05-195-42/+61
* staging: vt6656: vt6655: removing unused macros definition MakefilesMatej Dujava2020-05-151-3/+0
* staging: vt6656: Remove logically dead codeOscar Carter2020-05-131-17/+0
* staging: vt6656: remove difs / sifs adjustments.Malcolm Priestley2020-05-131-32/+0
* 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: Use const for read only dataOscar Carter2020-05-053-7/+11
* staging: vt6656: refactor power save operationMalcolm Priestley2020-05-054-27/+11
* staging: vt6656: Return on isr0 when zero.Malcolm Priestley2020-05-051-24/+23
* staging: vt6656: use struct wiphy retry short and long settings.Malcolm Priestley2020-05-052-9/+2
* staging: vt6656: return all key calls to mac80211 stack.Malcolm Priestley2020-05-051-11/+9
* staging: vt6656 remove vnt_mac_disable_keyentry callsMalcolm Priestley2020-05-051-9/+1
* staging: vt6656: vnt_set_keymode simplify key modes.Malcolm Priestley2020-05-052-22/+16
* staging: vt6656: Refactor the vnt_rf_table_download functionOscar Carter2020-05-051-42/+69
* staging: vt6656: Refactor the vnt_set_bss_mode functionOscar Carter2020-05-051-37/+31
* staging: vt6656: Check the return values in vnt_set_bss_mode functionOscar Carter2020-05-051-7/+14
* staging: vt6656: Remove duplicate code in vnt_rf_table_downloadOscar Carter2020-04-281-53/+12
* staging: vt6656: Use return instead of gotoOscar Carter2020-04-281-8/+7
* staging: vt6656: Remove the local variable "array"Oscar Carter2020-04-281-16/+5
* staging: vt6656: Remove preamble_type setting from vnt_tx_packet.Malcolm Priestley2020-04-281-5/+0
* staging: vt6656: Remove set short time in vnt_init_registers.Malcolm Priestley2020-04-281-13/+0
* staging: vt6656: rxtx: remove duration_id and void returns.Malcolm Priestley2020-04-281-42/+42
* staging: vt6656: Add formula to the vnt_rf_addpower functionOscar Carter2020-04-281-15/+8
* staging: vt6656: Remove functions' documentationOscar Carter2020-04-283-141/+0
* staging: vt6656: Check the return value of vnt_control_out_* callsOscar Carter2020-04-288-114/+156