aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl871x_ioctl_linux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-25staging: rtl8712: r8712_set_802_11_add_wep(): Change return valuesNishka Dasgupta1-3/+2
2019-07-01staging: rtl8712: r8712_parse_wpa2_ie(): Change return valuesNishka Dasgupta1-1/+1
2019-07-01staging: rtl8712: r8712_parse_wpa_ie(): Change return valuesNishka Dasgupta1-1/+1
2019-06-28staging: rtl8712: reduce stack usage, againArnd Bergmann1-69/+88
2019-06-13staging: rtl8712: Change return values of r8712_setdatarate_cmd()Nishka Dasgupta1-4/+2
2019-05-30staging: rtl8712: Remove return variable of different typeNishka Dasgupta1-2/+2
2019-03-18staging: rtl8712 - fix up non-kerneldoc commentsValdis Klētnieks1-1/+1
2019-03-18staging: rtl8712: rename bDriverStopped to driver_stoppedHimadri Pandya1-8/+8
2018-10-03staging: rtl8712: add SPDX identifiersMichael Straube1-13/+1
2018-09-10staging: rtl8712u: Fix compiler warning about strncpyLarry Finger1-1/+1
2018-08-27staging: rtl8712: remove unused array iw_operation_modeColin Ian King1-5/+0
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