aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/main_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus 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-14staging: vt6656: replace GFP_ATOMIC with GFP_KERNEL for urb allocationAlison Schofield1-3/+3
2016-02-11staging: vt6656: replace explicit NULL comparison with ! operatorAlison Schofield1-5/+5
2016-02-07Staging: vt6656: Fixed multiple commenting codig style issues.maomao xu1-6/+8
2015-11-19staging: 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-14staging: vt6656: check ieee80211_bss_conf bssid not NULLMalcolm Priestley1-1/+1
2015-06-26Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+1
2015-06-17staging: vt6656: Boolean tests don't need comparisons.Abdul Hussain1-1/+1
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-4/+4
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-10/+1
2015-03-20staging: vt6656: don't return zero on failure path in vt6656_probe()Alexey Khoroshilov1-0/+1
2015-01-12staging: vt6656: Use ether_addr_copy() on vnt_private members.Krzysztof Adamski1-1/+2
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-8/+2
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-2/+5
2014-10-20staging: vt6656: remove unnecessary 'out of memory' messageMelike Yurtoglu1-8/+2
2014-09-08staging: vt6656: remove rate_control_algorithm pidMalcolm Priestley1-1/+0
2014-07-27staging: vt6656: main_usb.c remove return from void functionsMalcolm Priestley1-13/+0
2014-07-27staging: vt6656: main_usb.c remove comments to functions nolonger present.Malcolm Priestley1-12/+0
2014-07-27staging: vt6656: rename device_alloc_bufs to vnt_alloc_bufsMalcolm Priestley1-3/+3
2014-07-27staging: vt6656: rename device_free_int_bufs to vnt_free_int_bufsMalcolm Priestley1-3/+3
2014-07-27staging: vt6656: rename device_free_rx_bufs to vnt_free_rx_bufsMalcolm Priestley1-4/+4
2014-07-27staging: vt6656: rename device_free_tx_bufs to vnt_free_tx_bufsMalcolm Priestley1-5/+5
2014-07-27staging: vt6656: rename device_init_registers to vnt_init_registersMalcolm Priestley1-4/+4
2014-07-27staging: vt6656: rename device_set_options to vnt_set_optionsMalcolm Priestley1-2/+2
2014-07-24staging: vt6656: use test_bit to check flags statusMalcolm Priestley1-1/+1
2014-07-24staging: vt6656: use clear_bit to remove device flagMalcolm Priestley1-2/+2
2014-07-24staging: vt6656: use set_bit to set flagsMalcolm Priestley1-2/+2
2014-07-24staging: vt6656: struct vnt_private merge flag and macrosMalcolm Priestley1-3/+3
2014-07-24staging: vt6656: Remove unsed macro DEVICE_FLAGS_OPENEDMalcolm Priestley1-4/+0
2014-07-24staging: vt6656: Remove flags fMP_POST_READS and fMP_POST_WRITESMalcolm Priestley1-4/+0
2014-07-21staging: vt6656: struct vnt_private replace abyBBVGA with bb_vgaMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: struct vnt_private replace byAutoFBCtrl with auto_fb_ctrlMalcolm Priestley1-2/+2