summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/main_usb.c
AgeCommit message (Expand)Author
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg
2021-08-28staging: vt6656: Remove filenames in filesAldas Taraškevičius
2020-11-23staging: vt6656: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-05-27staging: vt6656: Move vnt_tx_usb_header to vnt_tx_contextMalcolm Priestley
2020-05-19staging: vt6656: use usb_anchor for tx queue.Malcolm Priestley
2020-05-19staging: vt6656: Use sk_buff buffer for tx headerMalcolm Priestley
2020-05-05staging: vt6656: refactor power save operationMalcolm Priestley
2020-05-05staging: vt6656: use struct wiphy retry short and long settings.Malcolm Priestley
2020-04-28staging: vt6656: Remove set short time in vnt_init_registers.Malcolm Priestley
2020-04-27Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman
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-23staging: vt6656: call vnt_update_pre_ed_threshold from vnt_config.Malcolm Priestley
2020-04-23staging: vt6656: Move firmware functions into main_usb.Malcolm Priestley
2020-04-13staging: vt6556: vnt_rf_setpower convert to use ieee80211_channel.Malcolm Priestley
2020-04-13staging: vt6656: Use defines in preamble_type variablesOscar Carter
2020-03-21staging: vt6656: Use BIT() macro in vnt_mac_reg_bits_* functionsOscar 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-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-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-13Merge 5.5-rc6 into staging-nextGreg Kroah-Hartman
2020-01-10staging: vt6656: use NULLFUCTION stack on mac80211Malcolm Priestley
2020-01-03staging: vt6656: set usb_set_intfdata on driver fail.Malcolm Priestley
2020-01-03staging: vt6656: correct return of vnt_init_registers.Malcolm Priestley
2019-10-07staging: vt6656: remove duplicated blank lineGabriela Bittencourt
2019-09-30staging: vt6656: clean up an indentation issueColin 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: fix potential NULL pointer dereferenceQuentin Deslandes
2018-01-08Staging: vt6656: Fix unnecessary 'out of memory' messageSumit Pundir
2017-11-28staging: vt6656: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: vt6656: add SPDX identifiers to all vt6656 driver filesGreg Kroah-Hartman
2017-07-16staging: vt6656: Use variable instead of its type in sizeof(...)Simon Sandström
2017-05-15staging: vt6656: Only call vnt_set_bss_mode on basic rates change.Malcolm Priestley
2017-05-15staging: vt6556: vnt_start Fix missing call to vnt_key_init_table.Malcolm Priestley
2017-05-15staging: vt6656: always call vnt_update_ifs on short time change.Malcolm Priestley
2017-04-28drivers:staging:vt6656: remove usb_device_reset in main_usb.c:Chewie Lin