summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/main_usb.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: main_usb: don't print error when allocating urb failsWolfram Sang2016-08-151-9/+3
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-201-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-141-3/+3
* staging: vt6656: replace explicit NULL comparison with ! operatorAlison Schofield2016-02-111-5/+5
* Staging: vt6656: Fixed multiple commenting codig style issues.maomao xu2016-02-071-6/+8
* staging: vt6656: remove address from GPL textOthmar Pasteka2015-11-191-3/+0
* staging: vt6656: don't stop TX queue unless buffer full.Malcolm Priestley2015-09-291-6/+1
* 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-141-1/+1
* Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-261-1/+1
|\
| * staging: vt6656: Boolean tests don't need comparisons.Abdul Hussain2015-06-171-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/+1
|/
* 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-121-1/+2
* Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-151-8/+2
|\
| * staging: vt6656: remove unnecessary 'out of memory' messageMelike Yurtoglu2014-10-201-8/+2
* | 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/+0
* staging: vt6656: main_usb.c remove return from void functionsMalcolm Priestley2014-07-271-13/+0
* staging: vt6656: main_usb.c remove comments to functions nolonger present.Malcolm Priestley2014-07-271-12/+0
* 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-241-1/+1
* staging: vt6656: use clear_bit to remove device flagMalcolm Priestley2014-07-241-2/+2
* staging: vt6656: use set_bit to set flagsMalcolm Priestley2014-07-241-2/+2
* staging: vt6656: struct vnt_private merge flag and macrosMalcolm Priestley2014-07-241-3/+3
* staging: vt6656: Remove unsed macro DEVICE_FLAGS_OPENEDMalcolm Priestley2014-07-241-4/+0
* staging: vt6656: Remove flags fMP_POST_READS and fMP_POST_WRITESMalcolm Priestley2014-07-241-4/+0
* 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
* staging: vt6656: struct vnt_private replace bShortSlotTime with short_slot_timeMalcolm Priestley2014-07-211-4/+4
* staging: vt6656: struct vnt_private remove camel case retry limitMalcolm Priestley2014-07-211-4/+4
* staging: vt6656: struct vnt_private replace wCurrentRate with current_rateMalcolm Priestley2014-07-211-4/+4
* staging: vt6656: struct vnt_private rf power table remove camel caseMalcolm Priestley2014-07-211-15/+15
* staging: vt6656: struct vnt_private replace byPreambleType with preamble_typeMalcolm Priestley2014-07-211-3/+3
* staging: vt6656: struct vnt_private replace abyEEPROM with eepromMalcolm Priestley2014-07-211-12/+12
* staging: vt6656: struct vnt_private replace byTopCCKBasicRate with top_cck_ba...Malcolm Priestley2014-07-211-1/+1
* staging: vt6656: struct vnt_private replace byTopOFDMBasicRate with top_ofdm_...Malcolm Priestley2014-07-211-1/+1
* staging: vt6656: struct vnt_private replace wBasicRate with basic_ratesMalcolm Priestley2014-07-211-1/+1
* staging: vt6656: struct vnt_private replace byPacketType with packet_typeMalcolm Priestley2014-07-211-2/+2
* staging: vt6656: struct vnt_private replace byBBType with bb_typeMalcolm Priestley2014-07-211-7/+7
* staging: vt6656: struct vnt_private remove camel case antenna variablesMalcolm Priestley2014-07-211-19/+19
OpenPOWER on IntegriCloud