aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-30staging:rtl8712:mlme_linux.c: Adds blank lines to pass checkpatch.plSantiago Torres1-0/+3
2014-07-09staging: rtl8712: remove wrapper function thread_enter()James A Shackleford2-6/+1
2014-07-09staging: rtl8712: remove #define _workitem struct work_structJames A Shackleford5-8/+7
2014-07-09staging: rtl8712: remove wrapper function _set_workitem()James A Shackleford3-8/+3
2014-07-09staging: rtl8712: remove wrapper function _init_workitem()James A Shackleford4-11/+4
2014-06-26staging: rtl8712: remove inapplicable commentJames A Shackleford1-5/+0
2014-06-26staging: rtl8712: remove wrapper function _queue_emptyJames A Shackleford9-15/+10
2014-06-26staging: rtl8712: remove function get_list_headJames A Shackleford9-41/+32
2014-06-26staging: rtl8712: remove wrapper function get_nextJames A Shackleford10-51/+48
2014-06-26staging: rtl8712: remove wrapper function list_deleteJames A Shackleford8-26/+21
2014-06-26staging: rtl8712: remove wrapper function list_insert_tailJames A Shackleford9-30/+24
2014-06-26staging: rtl8712: remove wrapper function is_list_emptyJames A Shackleford4-13/+5
2014-06-26staging: rtl8712: remove wrapper function _init_listheadJames A Shackleford10-35/+30
2014-06-26staging: rtl8712: remove unused inline _RND512()James A Shackleford1-5/+0
2014-06-26staging: rtl8712: remove unused inline _RND256()James A Shackleford1-5/+0
2014-06-26staging: rtl8712: remove inline _RND128() and use round_up()James A Shackleford2-6/+1
2014-06-26staging: rtl8712: remove inline _RND8() and use round_up()James A Shackleford2-6/+1
2014-06-19staging: rtl8712: replace kmalloc(..., sizeof(T))Vitaly Osipov4-57/+51
2014-06-19staging: rtl8712: rtl871x_ioctl_linux.c: Cleaning up useless if statementRickard Strandqvist1-6/+1
2014-06-19staging: rtl8712, rtl8712: avoid lots of build warningsArnd Bergmann1-2/+2
2014-06-19staging: rtl8712: Remove useless variable 'fw_found'Thomas Vegas4-9/+3
2014-06-19staging: rtl8712: Fix oops on dongle removal if firmware is not availableThomas Vegas1-22/+22
2014-05-27staging: rtl8712: return -ENOMEM instead of -1Vitaly Osipov1-1/+1
2014-05-27staging: rtl8712: fix kmalloc parametersVitaly Osipov1-2/+2
2014-05-25staging: rtl8712: remove _malloc()Vitaly Osipov13-138/+102
2014-05-24staging: r8712u: Remove useless return variablesPeter Senna Tschudin7-51/+26
2014-05-24staging: rtl8712: usb_intf.c: Fix for possible null pointer dereferenceRickard Strandqvist1-1/+1
2014-05-24staging: rtl8712: fix unnecessary line continuationsMarcus Farkas1-1/+1
2014-05-24staging: rtl8712: fix unnecessary parenthesesMarcus Farkas1-2/+2
2014-05-24staging: rtl8712: fix missing blank lines after declarationsMarcus Farkas1-0/+3
2014-05-24staging: rtl8712: fix potential leaks in r8712_set_key()Christian Engelmayer1-8/+20
2014-05-24staging: rtl8712: fix potential leak in r871x_wx_set_enc_ext()Christian Engelmayer1-7/+9
2014-04-16staging: r8712u: Fix case where ethtype was never obtained and always be checked against 0Larry Finger1-7/+6
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+0
2014-03-18staging: rtl8712: Fix multiple spaces after return typeGulsah Kose1-1/+1
2014-03-18staging/rtl8712/osdep_service.h Fix line over 80 characters.Aybuke Ozdemir1-1/+2
2014-03-13staging: rtl8712: Delete space before semicolonAndreea-Cristina Bernat1-1/+1
2014-03-13staging: rtl8712: Remove unnecessary parentheses.Gulsah Kose1-2/+2
2014-03-07staging:rtl8712: Fix sparse warning incorrect type in assignmentHimangi Saraogi1-4/+3
2014-03-06Staging: rtl8712: fix an error test in start_drv_threads()Dan Carpenter1-1/+1
2014-03-06staging: rtl8712: fix some confusing indentingDan Carpenter2-9/+10
2014-02-20Merge branch 'master' into for-nextJiri Kosina7-8/+5
2014-02-20Kconfig: Remove useless "default N" linesPaul Bolle1-2/+0
2014-02-15staging: r8712u: delete unnecessary field initializationJulia Lawall1-2/+0
2014-01-09staging: r8712u: Set device type to wlanLarry Finger1-0/+5
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker5-5/+0
2013-11-25staging r8712u: Remove useless netdev_info slowly polluting dmesgAlexandre Demers1-3/+0
2013-10-03Staging: rtl8712: fix spaces before semicolonsThomas Cort12-27/+27
2013-09-30staging: rtl8712: remove unneeded NULL checkDan Carpenter1-5/+3
2013-09-17staging: rtl8712: re-use native mac_pton() helperAndy Shevchenko1-15/+1