aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl871x_ioctl_linux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-21staging: rtl8712: style fix multiple line dereferencesMartin Homuth1-46/+46
2017-12-19staging: rtl8712: style fix returned error codeMartin Homuth1-1/+1
2017-12-19staging: rtl8712: style fix indentationMartin Homuth1-6/+6
2017-03-23staging: rtl8712: Invert comparison to reduce indentationNarcisa Ana Maria Vasile1-6/+5
2017-03-23staging: rtl8712: Restructure code for clarityNarcisa Ana Maria Vasile1-36/+33
2017-03-23staging: rtl8712: Invert the test on check_fwstate() to reduce indentationNarcisa Ana Maria Vasile1-7/+7
2017-03-23staging: rtl8712: Invert if statements to reduce indentation levelNarcisa Ana Maria Vasile1-22/+17
2017-03-06staging: rtl8712: Fix checkpatch.pl warningAlexander Mikhalevich1-4/+4
2017-02-12staging: r8712u: Fix Sparse warnings in rtl871x_ioctl_linux.cLarry Finger1-2/+2
2017-01-25Staging: rtl8712: fix spelling errorsJoseph Wright1-1/+1
2017-01-03staging: rtl8712: fixed little endian problemJannik Becher1-1/+1
2016-11-21Staging: rtl8712: rtl871x_*: Removed unnecessary else statements after a break or returnShiva Kerdel1-2/+2
2016-09-13staging: rtl8712: fix coding style error reported from checkpatchOmri Arad1-2/+2
2016-04-29staging: rtl8712: use container_of() instead of LIST_CONTAINOR()Geliang Tang1-6/+6
2016-03-28staging: rtl8712: rtl871x_ioctl_linux: Clean up tests if NULL returned on failureBhaktipriya Shridhar1-2/+2
2016-03-05rtl871x: avoid running off end of bufferAlan1-1/+2
2016-02-20staging: rtl8712: reduce stack usageArnd Bergmann1-1/+1
2016-02-07staging: rtl8712: memory corruption in wpa_set_encryption()Dan Carpenter1-4/+1
2015-10-24staging: rtl8712: spaces preferred around operandsLuis de Bethencourt1-22/+25
2015-10-24staging: rtl8712: braces should be used on all armsLuis de Bethencourt1-20/+30
2015-10-24staging: rtl8712: Remove boolean comparisonsLuis de Bethencourt1-28/+28
2015-10-16Staging: rtl8712: Coding style warnings fix for block commentsPunit Vara1-11/+15
2015-10-16Staging: rtl8712: Use ether_addr_equal() over memcmp()Punit Vara1-1/+1
2015-10-16Staging: rtl8712: Fix warning prefer eth_broadcast_addr() over memset()Punit Vara1-2/+1
2015-10-12staging: rtl8712: fix negative level valueLuis de Bethencourt1-1/+1
2015-10-08staging: rtl8712: Move constant to right of test or replace with "!"Alison Schofield1-10/+10
2015-10-02staging: rtl8712: re-use mac_pton()Andy Shevchenko1-27/+1
2015-08-07staging: rtl8712: change SupportedRates to ratesJoshua Clayton1-10/+8
2015-08-07staging: rtl8712: remove typedefsJoshua Clayton1-6/+6
2015-08-07staging: rtl8712: remove duplicate structJoshua Clayton1-5/+5
2015-06-13staging: rtl8712: fix else after break or return warningDogukan Ergun1-2/+1
2015-05-08staging: rtl8712: freeing an ERR_PTRDan Carpenter1-10/+7
2015-04-03staging: rtl8712: Drop unneeded cast on netdev_privJulia Lawall1-35/+35
2015-04-01Staging: rtl8712: Use memdup_user() instead of copy_from_user()Cristina Opriceana1-7/+3
2015-03-18Staging: rtl8712: replace memcpy with ether_addr_copyHaneen Mohammed1-2/+2
2015-03-06staging: rtl8712: replace memset(x,0,ETH_ALEN)Aya Mahfouz1-4/+5
2015-02-26Staging: rtl8712: Use mod_timerVaishali Thakkar1-3/+4
2015-01-17staging: rtl8712: remove spaces before commasMax Perepelitsyn1-2/+2
2014-10-29staging: rtl8712: remove unused variablesSudip Mukherjee1-14/+5
2014-10-20staging: rtl8712: Remove unnecessary cast for argument of kfreeTapasweni Pathak1-2/+2
2014-09-28staging: rtl8712: add new line after declarationsTapasweni Pathak1-0/+8
2014-09-23Staging: rtl8712 : Fix line over 80 charactersTapasweni Pathak1-3/+4
2014-09-23Staging: rtl8712: remove break after return statementTapasweni Pathak1-1/+0
2014-06-26staging: rtl8712: remove function get_list_headJames A Shackleford1-4/+4
2014-06-26staging: rtl8712: remove wrapper function get_nextJames A Shackleford1-8/+8
2014-06-19staging: rtl8712: rtl871x_ioctl_linux.c: Cleaning up useless if statementRickard Strandqvist1-6/+1
2014-05-25staging: rtl8712: remove _malloc()Vitaly Osipov1-23/+12
2014-05-24staging: rtl8712: fix potential leak in r871x_wx_set_enc_ext()Christian Engelmayer1-7/+9
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-03Staging: rtl8712: fix spaces before semicolonsThomas Cort1-4/+4