summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
AgeCommit message (Expand)Author
2020-04-23staging: vt6656: Fix calling conditions of vnt_set_bss_modeMalcolm Priestley
2020-04-23staging: vt6656: Fix pairwise key entry save.Malcolm Priestley
2020-04-23staging: vt6656: Fix drivers TBTT timing counter.Malcolm Priestley
2020-04-23staging: vt6656: Don't set RCR_MULTICAST or RCR_BROADCAST by default.Malcolm Priestley
2020-04-16staging: vt6656: Power save stop wake_up_count wrap around.Malcolm Priestley
2020-03-27staging: vt6656: Use DIV_ROUND_UP macro instead of specific codeOscar Carter
2020-03-21staging: vt6656: Use BIT() macro in vnt_mac_reg_bits_* functionsOscar Carter
2020-03-21staging: vt6656: Use BIT() macro instead of hex valueOscar Carter
2020-03-19staging: vt6656: Use ARRAY_SIZE instead of hardcoded sizeOscar Carter
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