aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/vt6656/main_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg1-1/+1
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg1-0/+4
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel1-0/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-2/+2
2021-08-28staging: vt6656: Remove filenames in filesAldas Taraškevičius1-2/+0
2020-11-23staging: vt6656: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-05-27staging: vt6656: Move vnt_tx_usb_header to vnt_tx_contextMalcolm Priestley1-1/+2
2020-05-19staging: vt6656: use usb_anchor for tx queue.Malcolm Priestley1-14/+4
2020-05-19staging: vt6656: Use sk_buff buffer for tx headerMalcolm Priestley1-0/+1
2020-05-05staging: vt6656: refactor power save operationMalcolm Priestley1-2/+9
2020-05-05staging: vt6656: use struct wiphy retry short and long settings.Malcolm Priestley1-6/+2
2020-04-28staging: vt6656: Remove set short time in vnt_init_registers.Malcolm Priestley1-13/+0
2020-04-27Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman1-14/+17
2020-04-23staging: vt6656: Fix calling conditions of vnt_set_bss_modeMalcolm Priestley1-4/+4
2020-04-23staging: vt6656: Fix pairwise key entry save.Malcolm Priestley1-1/+5
2020-04-23staging: vt6656: Fix drivers TBTT timing counter.Malcolm Priestley1-3/+6
2020-04-23staging: vt6656: Don't set RCR_MULTICAST or RCR_BROADCAST by default.Malcolm Priestley1-6/+2
2020-04-23staging: vt6656: call vnt_update_pre_ed_threshold from vnt_config.Malcolm Priestley1-22/+6
2020-04-23staging: vt6656: Move firmware functions into main_usb.Malcolm Priestley1-1/+80
2020-04-13staging: vt6556: vnt_rf_setpower convert to use ieee80211_channel.Malcolm Priestley1-12/+4
2020-04-13staging: vt6656: Use defines in preamble_type variablesOscar Carter1-3/+3
2020-03-21staging: vt6656: Use BIT() macro in vnt_mac_reg_bits_* functionsOscar Carter1-1/+1
2020-03-19staging: vt6656: Use ARRAY_SIZE instead of hardcoded sizeOscar Carter1-3/+4
2020-03-17staging: vt6656: Use BIT_ULL() macro instead of bit shift operationOscar Carter1-2/+2
2020-03-10staging: vt6656: struct vnt_rcb remove unused in_use.Malcolm Priestley1-3/+0
2020-03-04staging: vt6656: Remove unnecessary local variables initializationOscar Carter1-5/+5
2020-03-04staging: vt6656: Move vnt_rx_data to usbpipe.cMalcolm Priestley1-1/+0
2020-03-04staging: vt6656: Delete int.c/h file and move functions to usbpipeMalcolm Priestley1-1/+0
2020-03-04staging: vt6656: Remove function vnt_int_process_data.Malcolm Priestley1-1/+1
2020-02-09staging: vt6656: Fix return for unsupported cipher modes.Malcolm Priestley1-3/+1
2020-02-09staging: vt6656: Disable and remove fall back rates from driver.Malcolm Priestley1-4/+0
2020-01-13Merge 5.5-rc6 into staging-nextGreg Kroah-Hartman1-1/+2
2020-01-10staging: vt6656: use NULLFUCTION stack on mac80211Malcolm Priestley1-0/+1
2020-01-03staging: vt6656: set usb_set_intfdata on driver fail.Malcolm Priestley1-0/+1
2020-01-03staging: vt6656: correct return of vnt_init_registers.Malcolm Priestley1-1/+1
2019-10-07staging: vt6656: remove duplicated blank lineGabriela Bittencourt1-1/+0
2019-09-30staging: vt6656: clean up an indentation issueColin Ian King1-4/+4
2019-05-21staging: vt6656: manage error path during device initializationQuentin Deslandes1-7/+13
2019-05-21staging: vt6656: clean-up registers initialization error pathQuentin Deslandes1-67/+96
2019-05-21staging: vt6656: use meaningful error code during buffer allocationQuentin Deslandes1-14/+28
2019-05-21staging: vt6656: fix potential NULL pointer dereferenceQuentin Deslandes1-0/+3
2018-01-08Staging: vt6656: Fix unnecessary 'out of memory' messageSumit Pundir1-4/+1
2017-11-28staging: vt6656: Remove redundant license textGreg Kroah-Hartman1-11/+0
2017-11-28staging: vt6656: add SPDX identifiers to all vt6656 driver filesGreg Kroah-Hartman1-0/+1
2017-07-16staging: vt6656: Use variable instead of its type in sizeof(...)Simon Sandström1-3/+2
2017-05-15staging: vt6656: Only call vnt_set_bss_mode on basic rates change.Malcolm Priestley1-10/+3
2017-05-15staging: vt6556: vnt_start Fix missing call to vnt_key_init_table.Malcolm Priestley1-0/+3
2017-05-15staging: vt6656: always call vnt_update_ifs on short time change.Malcolm Priestley1-0/+1
2017-04-28drivers:staging:vt6656: remove usb_device_reset in main_usb.c:Chewie Lin1-11/+4