summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/main_usb.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
* staging: vt6656: Move vnt_tx_usb_header to vnt_tx_contextMalcolm Priestley2020-05-271-1/+2
* staging: vt6656: use usb_anchor for tx queue.Malcolm Priestley2020-05-191-14/+4
* staging: vt6656: Use sk_buff buffer for tx headerMalcolm Priestley2020-05-191-0/+1
* staging: vt6656: refactor power save operationMalcolm Priestley2020-05-051-2/+9
* staging: vt6656: use struct wiphy retry short and long settings.Malcolm Priestley2020-05-051-6/+2
* staging: vt6656: Remove set short time in vnt_init_registers.Malcolm Priestley2020-04-281-13/+0
* Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman2020-04-271-14/+17
|\
| * staging: vt6656: Fix calling conditions of vnt_set_bss_modeMalcolm Priestley2020-04-231-4/+4
| * staging: vt6656: Fix pairwise key entry save.Malcolm Priestley2020-04-231-1/+5
| * staging: vt6656: Fix drivers TBTT timing counter.Malcolm Priestley2020-04-231-3/+6
| * staging: vt6656: Don't set RCR_MULTICAST or RCR_BROADCAST by default.Malcolm Priestley2020-04-231-6/+2
* | staging: vt6656: call vnt_update_pre_ed_threshold from vnt_config.Malcolm Priestley2020-04-231-22/+6
* | staging: vt6656: Move firmware functions into main_usb.Malcolm Priestley2020-04-231-1/+80
* | staging: vt6556: vnt_rf_setpower convert to use ieee80211_channel.Malcolm Priestley2020-04-131-12/+4
* | staging: vt6656: Use defines in preamble_type variablesOscar Carter2020-04-131-3/+3
|/
* staging: vt6656: Use BIT() macro in vnt_mac_reg_bits_* functionsOscar Carter2020-03-211-1/+1
* staging: vt6656: Use ARRAY_SIZE instead of hardcoded sizeOscar Carter2020-03-191-3/+4
* staging: vt6656: Use BIT_ULL() macro instead of bit shift operationOscar Carter2020-03-171-2/+2
* staging: vt6656: struct vnt_rcb remove unused in_use.Malcolm Priestley2020-03-101-3/+0
* staging: vt6656: Remove unnecessary local variables initializationOscar Carter2020-03-041-5/+5
* staging: vt6656: Move vnt_rx_data to usbpipe.cMalcolm Priestley2020-03-041-1/+0
* staging: vt6656: Delete int.c/h file and move functions to usbpipeMalcolm Priestley2020-03-041-1/+0
* staging: vt6656: Remove function vnt_int_process_data.Malcolm Priestley2020-03-041-1/+1
* staging: vt6656: Fix return for unsupported cipher modes.Malcolm Priestley2020-02-091-3/+1
* staging: vt6656: Disable and remove fall back rates from driver.Malcolm Priestley2020-02-091-4/+0
* Merge 5.5-rc6 into staging-nextGreg Kroah-Hartman2020-01-131-1/+2
|\
| * staging: vt6656: set usb_set_intfdata on driver fail.Malcolm Priestley2020-01-031-0/+1
| * staging: vt6656: correct return of vnt_init_registers.Malcolm Priestley2020-01-031-1/+1
* | staging: vt6656: use NULLFUCTION stack on mac80211Malcolm Priestley2020-01-101-0/+1
|/
* staging: vt6656: remove duplicated blank lineGabriela Bittencourt2019-10-071-1/+0
* staging: vt6656: clean up an indentation issueColin Ian King2019-09-301-4/+4
* staging: vt6656: manage error path during device initializationQuentin Deslandes2019-05-211-7/+13
* staging: vt6656: clean-up registers initialization error pathQuentin Deslandes2019-05-211-67/+96
* staging: vt6656: use meaningful error code during buffer allocationQuentin Deslandes2019-05-211-14/+28
* staging: vt6656: fix potential NULL pointer dereferenceQuentin Deslandes2019-05-211-0/+3
* Staging: vt6656: Fix unnecessary 'out of memory' messageSumit Pundir2018-01-081-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: Use variable instead of its type in sizeof(...)Simon Sandström2017-07-161-3/+2
* staging: vt6656: Only call vnt_set_bss_mode on basic rates change.Malcolm Priestley2017-05-151-10/+3
* staging: vt6556: vnt_start Fix missing call to vnt_key_init_table.Malcolm Priestley2017-05-151-0/+3
* staging: vt6656: always call vnt_update_ifs on short time change.Malcolm Priestley2017-05-151-0/+1
* drivers:staging:vt6656: remove usb_device_reset in main_usb.c:Chewie Lin2017-04-281-11/+4
* staging:vt6656:main_usb.c Removed un-needed blank linesScott Matheina2017-01-101-4/+0
* staging:vt6656:main_usb.c Aligned code to match open parenthesisScott Matheina2017-01-101-28/+31
* Staging:vt6656:main_usb: fix Block comments should align the * on each lineNadim Almas2016-10-251-3/+3
* Staging: vt6656: Make a read-only structureMihaela Muraru2016-10-171-1/+1
* staging: vt6656: main_usb: don't print error when allocating urb failsWolfram Sang2016-08-151-9/+3
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-201-3/+3
|\