summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel2022-10-101-0/+1
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-1/+1
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-2/+2
* staging: vt6656: Fix multiple blank lines warningSathish Kumar2022-04-042-2/+0
* staging: vt6656: Removed unused variable vt3342_vnt_thresholdPhilipp Hortmann2022-03-151-24/+0
* staging: vt6656: Removed unused variable bb_vga_0Philipp Hortmann2022-03-151-2/+0
* staging: vt6656: Remove unused rf_type in card.cPhilipp Hortmann2022-03-141-16/+0
* staging: vt6656: Remove unused rf_type in rf.c; unused variablesPhilipp Hortmann2022-03-141-348/+0
* staging: vt6656: Remove unused rf_type in rf.c; top levelPhilipp Hortmann2022-03-141-63/+2
* staging: vt6656: Remove unused rf_type in baseband.cPhilipp Hortmann2022-03-141-14/+2
* staging: vt6656: Remove unused rf_type in channel.cPhilipp Hortmann2022-03-141-90/+6
* staging: vt6656: Remove unnecessary line breaksPhilipp Hortmann2022-02-251-4/+2
* staging: vt6656: Remove ftrace-like loggingPhilipp Hortmann2022-02-251-2/+0
* staging: vt6656: Change macro to function and moved to better filePhilipp Hortmann2022-02-252-9/+11
* staging: vt6656: Fix CamelCase warnings in macroPhilipp Hortmann2022-02-251-4/+4
* staging: vt6656: Add comment for locksPhilipp Hortmann2022-02-251-2/+2
* staging: vt6656: Fix CamelCase warnings in mac.h and mac.cPhilipp Hortmann2022-02-252-18/+18
* staging: vt6656: Fix crash when WLAN is turned offPhilipp Hortmann2022-02-041-1/+3
* staging: vt6656: Remove filenames in filesAldas Taraškevičius2021-08-2823-45/+0
* staging: vt665X: remove unused CONFIG_PATHGreg Kroah-Hartman2021-07-301-2/+0
* 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