summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
Commit message (Expand)AuthorAgeFilesLines
* 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-232-12/+8
* 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: Power save stop wake_up_count wrap around.Malcolm Priestley2020-04-161-1/+2
* staging: vt6656: Use DIV_ROUND_UP macro instead of specific codeOscar Carter2020-03-271-17/+4
* staging: vt6656: Use BIT() macro in vnt_mac_reg_bits_* functionsOscar Carter2020-03-213-4/+7
* staging: vt6656: Use BIT() macro instead of hex valueOscar Carter2020-03-213-152/+155
* 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-103-17/+3
* staging: vt6656: Remove vnt_interrupt_buffer in_use flag.Malcolm Priestley2020-03-102-26/+3
* staging: vt6656: remove blank linePayal Kshirsagar2020-03-101-1/+0
* staging: vt6656: Remove unnecessary local variables initializationOscar Carter2020-03-041-5/+5
* staging: vt6656: Move vnt_rx_data to usbpipe.cMalcolm Priestley2020-03-045-151/+101
* staging: vt6656: Delete int.c/h file and move functions to usbpipeMalcolm Priestley2020-03-046-160/+111
* staging: vt6656: Remove function vnt_int_process_data.Malcolm Priestley2020-03-044-13/+3
* staging: vt6656: vnt_int_start_interrupt remove spin lock.Malcolm Priestley2020-03-041-5/+0
* staging: vt6656: vnt_vt3184_init remove stack copy to array.Malcolm Priestley2020-03-041-4/+1
* staging: vt6656: use vnt_vt3184_agc array directlyMalcolm Priestley2020-03-041-13/+2
* staging: vt6656: Remove STATUS enums from TX pathMalcolm Priestley2020-03-043-14/+4
* staging: vt6656: Use mac80211 duration for tx headersMalcolm Priestley2020-03-041-49/+8
* Merge 5.6-rc3 into staging-nextGreg Kroah-Hartman2020-02-241-1/+1
|\
| * staging: vt6656: fix sign of rx_dbm to bb_pre_ed_rssi.Malcolm Priestley2020-02-101-1/+1
* | staging: vt6656: Remove fall back functions and headers.Malcolm Priestley2020-02-093-267/+0
* | staging: vt6656: Fix return for unsupported cipher modes.Malcolm Priestley2020-02-092-4/+5
* | staging: vt6656: Disable and remove fall back rates from driver.Malcolm Priestley2020-02-093-70/+1
|/
* staging: vt6656: Remove memory buffer from vnt_download_firmware.Malcolm Priestley2020-01-223-14/+4
* staging: vt6656: Just check NEWRSR_DECRYPTOK for RX_FLAG_DECRYPTED.Malcolm Priestley2020-01-221-16/+2
* staging: vt6656: Use vnt_rx_tail struct for tail variables.Malcolm Priestley2020-01-222-25/+17
* staging: vt6656: create vnt rx header for sk_buff.Malcolm Priestley2020-01-222-17/+19
* staging: vt6656: Simplify RX finding bit ratesMalcolm Priestley2020-01-222-16/+6
* Merge 5.5-rc6 into staging-nextGreg Kroah-Hartman2020-01-137-6/+35
|\
| * staging: vt6656: set usb_set_intfdata on driver fail.Malcolm Priestley2020-01-033-0/+3
| * staging: vt6656: remove bool from vnt_radio_power_on retMalcolm Priestley2020-01-031-1/+1
| * staging: vt6656: limit reg output to block sizeMalcolm Priestley2020-01-033-2/+24
| * staging: vt6656: correct return of vnt_init_registers.Malcolm Priestley2020-01-031-1/+1
| * staging: vt6656: Fix non zero logical return of, usb_control_msgMalcolm Priestley2020-01-031-2/+6
* | staging: vt6656: Move ieee80211_rx_status off stack.Malcolm Priestley2020-01-101-11/+10
* | staging: vt6656: Fix false Tx excessive retries reporting.Malcolm Priestley2020-01-101-2/+4
* | staging: vt6656: use NULLFUCTION stack on mac80211Malcolm Priestley2020-01-102-9/+6
* | staging: vt6656: correct packet types for CTS protect, mode.Malcolm Priestley2020-01-102-4/+10
* | staging: vt6656: remove unnecessary parenthesisAmir Mahdi Ghorbanian2020-01-031-4/+4
|/
* staging: vt6656: reorganize characters so the lines are under 80 chGabriela Bittencourt2019-10-071-4/+4
* 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: change alignment to match parenthesisBenjamin Sherman2019-07-222-6/+6
* staging: vt6656: fix indentation on break statementColin Ian King2019-06-201-1/+1
* 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