summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656
AgeCommit message (Expand)Author
2020-03-17staging: vt6656: Use BIT_ULL() macro instead of bit shift operationOscar Carter
2020-03-10staging: vt6656: struct vnt_rcb remove unused in_use.Malcolm Priestley
2020-03-10staging: vt6656: Remove vnt_interrupt_buffer in_use flag.Malcolm Priestley
2020-03-10staging: vt6656: remove blank linePayal Kshirsagar
2020-03-04staging: vt6656: Remove unnecessary local variables initializationOscar Carter
2020-03-04staging: vt6656: Move vnt_rx_data to usbpipe.cMalcolm Priestley
2020-03-04staging: vt6656: Delete int.c/h file and move functions to usbpipeMalcolm Priestley
2020-03-04staging: vt6656: Remove function vnt_int_process_data.Malcolm Priestley
2020-03-04staging: vt6656: vnt_int_start_interrupt remove spin lock.Malcolm Priestley
2020-03-04staging: vt6656: vnt_vt3184_init remove stack copy to array.Malcolm Priestley
2020-03-04staging: vt6656: use vnt_vt3184_agc array directlyMalcolm Priestley
2020-03-04staging: vt6656: Remove STATUS enums from TX pathMalcolm Priestley
2020-03-04staging: vt6656: Use mac80211 duration for tx headersMalcolm Priestley
2020-02-24Merge 5.6-rc3 into staging-nextGreg Kroah-Hartman
2020-02-10staging: vt6656: fix sign of rx_dbm to bb_pre_ed_rssi.Malcolm Priestley
2020-02-09staging: vt6656: Remove fall back functions and headers.Malcolm Priestley
2020-02-09staging: vt6656: Fix return for unsupported cipher modes.Malcolm Priestley
2020-02-09staging: vt6656: Disable and remove fall back rates from driver.Malcolm Priestley
2020-01-22staging: vt6656: Remove memory buffer from vnt_download_firmware.Malcolm Priestley
2020-01-22staging: vt6656: Just check NEWRSR_DECRYPTOK for RX_FLAG_DECRYPTED.Malcolm Priestley
2020-01-22staging: vt6656: Use vnt_rx_tail struct for tail variables.Malcolm Priestley
2020-01-22staging: vt6656: create vnt rx header for sk_buff.Malcolm Priestley
2020-01-22staging: vt6656: Simplify RX finding bit ratesMalcolm Priestley
2020-01-13Merge 5.5-rc6 into staging-nextGreg Kroah-Hartman
2020-01-10staging: vt6656: Move ieee80211_rx_status off stack.Malcolm Priestley
2020-01-10staging: vt6656: Fix false Tx excessive retries reporting.Malcolm Priestley
2020-01-10staging: vt6656: use NULLFUCTION stack on mac80211Malcolm Priestley
2020-01-10staging: vt6656: correct packet types for CTS protect, mode.Malcolm Priestley
2020-01-03staging: vt6656: set usb_set_intfdata on driver fail.Malcolm Priestley
2020-01-03staging: vt6656: remove bool from vnt_radio_power_on retMalcolm Priestley
2020-01-03staging: vt6656: limit reg output to block sizeMalcolm Priestley
2020-01-03staging: vt6656: correct return of vnt_init_registers.Malcolm Priestley
2020-01-03staging: vt6656: Fix non zero logical return of, usb_control_msgMalcolm Priestley
2020-01-03staging: vt6656: remove unnecessary parenthesisAmir Mahdi Ghorbanian
2019-10-07staging: vt6656: reorganize characters so the lines are under 80 chGabriela Bittencourt
2019-10-07staging: vt6656: remove duplicated blank lineGabriela Bittencourt
2019-09-30staging: vt6656: clean up an indentation issueColin Ian King
2019-07-22staging: vt6656: change alignment to match parenthesisBenjamin Sherman
2019-06-20staging: vt6656: fix indentation on break statementColin Ian King
2019-05-21staging: vt6656: manage error path during device initializationQuentin Deslandes
2019-05-21staging: vt6656: clean-up registers initialization error pathQuentin Deslandes
2019-05-21staging: vt6656: use meaningful error code during buffer allocationQuentin Deslandes
2019-05-21staging: vt6656: clean error path for firmware managementQuentin Deslandes
2019-05-21staging: vt6656: avoid discarding called function's return codeQuentin Deslandes
2019-05-21staging: vt6656: clean function's error path in usbpipe.cQuentin Deslandes
2019-05-21staging: vt6656: fix potential NULL pointer dereferenceQuentin Deslandes
2019-05-20staging: vt665*: use help instead of ---help--- in KconfigMoses Christopher
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman
2019-04-02staging: vt6656: Fix styling of the comment related to SPDX-License-IdentifierOjaswin Mujoo
2019-02-19staging: vt6656: key: Mark expected switch fall-throughsGustavo A. R. Silva