summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/main_usb.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: vt6656: Fix unnecessary 'out of memory' messageSumit Pundir2018-01-081-4/+1Star
* staging: vt6656: Remove redundant license textGreg Kroah-Hartman2017-11-281-11/+0Star
* staging: vt6656: add SPDX identifiers to all vt6656 driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: vt6656: Use variable instead of its type in sizeof(...)Simon Sandström2017-07-161-3/+2Star
* staging: vt6656: Only call vnt_set_bss_mode on basic rates change.Malcolm Priestley2017-05-151-10/+3Star
* staging: vt6556: vnt_start Fix missing call to vnt_key_init_table.Malcolm Priestley2017-05-151-0/+3
* staging: vt6656: always call vnt_update_ifs on short time change.Malcolm Priestley2017-05-151-0/+1
* drivers:staging:vt6656: remove usb_device_reset in main_usb.c:Chewie Lin2017-04-281-11/+4Star
* staging:vt6656:main_usb.c Removed un-needed blank linesScott Matheina2017-01-101-4/+0Star
* staging:vt6656:main_usb.c Aligned code to match open parenthesisScott Matheina2017-01-101-28/+31
* Staging:vt6656:main_usb: fix Block comments should align the * on each lineNadim Almas2016-10-251-3/+3
* Staging: vt6656: Make a read-only structureMihaela Muraru2016-10-171-1/+1
* staging: vt6656: main_usb: don't print error when allocating urb failsWolfram Sang2016-08-151-9/+3Star
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-211-3/+3
|\
| * staging: vt6656: Fixed multiple logical comparisions warnings in main_usb.cParth Sane2016-03-281-3/+3
* | cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-1/+1
|/
* staging: vt6656: replace GFP_ATOMIC with GFP_KERNEL for urb allocationAlison Schofield2016-02-151-3/+3
* staging: vt6656: replace explicit NULL comparison with ! operatorAlison Schofield2016-02-121-5/+5
* Staging: vt6656: Fixed multiple commenting codig style issues.maomao xu2016-02-081-6/+8
* staging: vt6656: remove address from GPL textOthmar Pasteka2015-11-201-3/+0Star
* staging: vt6656: don't stop TX queue unless buffer full.Malcolm Priestley2015-09-291-6/+1Star
* staging: vt6656: implement power saving.Malcolm Priestley2015-09-291-0/+1
* staging: vt6656: implement TSF counterMalcolm Priestley2015-09-291-0/+20
* staging: vt6656: check ieee80211_bss_conf bssid not NULLMalcolm Priestley2015-07-151-1/+1
* Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-271-1/+1
|\
| * staging: vt6656: Boolean tests don't need comparisons.Abdul Hussain2015-06-181-1/+1
* | mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-4/+4
* | mac80211: remove support for IFF_PROMISCJohannes Berg2015-04-241-10/+1Star
|/
* staging: vt6656: don't return zero on failure path in vt6656_probe()Alexey Khoroshilov2015-03-201-0/+1
* staging: vt6656: Use ether_addr_copy() on vnt_private members.Krzysztof Adamski2015-01-131-1/+2
* Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-161-8/+2Star
|\
| * staging: vt6656: remove unnecessary 'out of memory' messageMelike Yurtoglu2014-10-201-8/+2Star
* | mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg2014-11-191-2/+5
|/
* staging: vt6656: remove rate_control_algorithm pidMalcolm Priestley2014-09-081-1/+0Star
* staging: vt6656: main_usb.c remove return from void functionsMalcolm Priestley2014-07-271-13/+0Star
* staging: vt6656: main_usb.c remove comments to functions nolonger present.Malcolm Priestley2014-07-271-12/+0Star
* staging: vt6656: rename device_alloc_bufs to vnt_alloc_bufsMalcolm Priestley2014-07-271-3/+3
* staging: vt6656: rename device_free_int_bufs to vnt_free_int_bufsMalcolm Priestley2014-07-271-3/+3
* staging: vt6656: rename device_free_rx_bufs to vnt_free_rx_bufsMalcolm Priestley2014-07-271-4/+4
* staging: vt6656: rename device_free_tx_bufs to vnt_free_tx_bufsMalcolm Priestley2014-07-271-5/+5
* staging: vt6656: rename device_init_registers to vnt_init_registersMalcolm Priestley2014-07-271-4/+4
* staging: vt6656: rename device_set_options to vnt_set_optionsMalcolm Priestley2014-07-271-2/+2
* staging: vt6656: use test_bit to check flags statusMalcolm Priestley2014-07-251-1/+1
* staging: vt6656: use clear_bit to remove device flagMalcolm Priestley2014-07-251-2/+2
* staging: vt6656: use set_bit to set flagsMalcolm Priestley2014-07-251-2/+2
* staging: vt6656: struct vnt_private merge flag and macrosMalcolm Priestley2014-07-251-3/+3
* staging: vt6656: Remove unsed macro DEVICE_FLAGS_OPENEDMalcolm Priestley2014-07-251-4/+0Star
* staging: vt6656: Remove flags fMP_POST_READS and fMP_POST_WRITESMalcolm Priestley2014-07-251-4/+0Star
* staging: vt6656: struct vnt_private replace abyBBVGA with bb_vgaMalcolm Priestley2014-07-211-1/+1
* staging: vt6656: struct vnt_private replace byAutoFBCtrl with auto_fb_ctrlMalcolm Priestley2014-07-211-2/+2