summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/main_usb.c
AgeCommit message (Expand)AuthorFilesLines
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-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-10staging: vt6656: Fix return for unsupported cipher modes.Malcolm Priestley1-3/+1
2020-02-10staging: 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
2017-01-10staging:vt6656:main_usb.c Removed un-needed blank linesScott Matheina1-4/+0
2017-01-10staging:vt6656:main_usb.c Aligned code to match open parenthesisScott Matheina1-28/+31
2016-10-25Staging:vt6656:main_usb: fix Block comments should align the * on each lineNadim Almas1-3/+3
2016-10-17Staging: vt6656: Make a read-only structureMihaela Muraru1-1/+1
2016-08-15staging: vt6656: main_usb: don't print error when allocating urb failsWolfram Sang1-9/+3
2016-05-21Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-1/+1
2016-03-28staging: vt6656: Fixed multiple logical comparisions warnings in main_usb.cParth Sane1-3/+3
2016-02-15staging: vt6656: replace GFP_ATOMIC with GFP_KERNEL for urb allocationAlison Schofield1-3/+3
2016-02-12staging: vt6656: replace explicit NULL comparison with ! operatorAlison Schofield1-5/+5
2016-02-08Staging: vt6656: Fixed multiple commenting codig style issues.maomao xu1-6/+8
2015-11-20staging: vt6656: remove address from GPL textOthmar Pasteka1-3/+0
2015-09-29staging: vt6656: don't stop TX queue unless buffer full.Malcolm Priestley1-6/+1
2015-09-29staging: vt6656: implement power saving.Malcolm Priestley1-0/+1
2015-09-29staging: vt6656: implement TSF counterMalcolm Priestley1-0/+20
2015-07-15staging: vt6656: check ieee80211_bss_conf bssid not NULLMalcolm Priestley1-1/+1
2015-06-27Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2015-06-18staging: vt6656: Boolean tests don't need comparisons.Abdul Hussain1-1/+1