summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl871x_ioctl_linux.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-20staging: rtl8712: Remove unnecessary int typecastSolomon Tan1-2/+2
2022-04-07staging: rtl8712: remove unnecessary parenthesesAlaa Mohamed1-10/+10
2021-04-09staging: rtl8712: remove struct rtl_ieee80211_ht_cap and ieee80211_ht_addt_infoChristophe JAILLET1-3/+3
2021-04-07staging: rtl8712: Use constants from <linux/ieee80211.h>Christophe JAILLET1-4/+4
2021-04-06staging: rtl8712: remove extra blank linesZhansaya Bagdauletkyzy1-2/+0
2021-04-06staging: rtl8712: add spaces around operatorsZhansaya Bagdauletkyzy1-2/+2
2021-03-10staging: rtl8712: unterminated string leads to read overflowDan Carpenter1-1/+1
2021-02-04staging: rtl8712: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi1-1/+1
2020-09-22staging: rtl8712: clean up comparsions to NULLMichael Straube1-8/+8
2020-07-29Staging: rtl8712: Fixed a coding sytle issueAnkit Baluni1-2/+1
2020-07-03staging: rtl8712: Replace FIELD_OFFSET() with offsetof()Mauro Dreissig1-2/+2
2020-07-03staging: rtl8712: use common ieee80211 constantsMichael Straube1-1/+1
2020-06-16staging: rtl8712: switch to common ieee80211 headersPascal Terjan1-8/+5
2019-10-04staging: rtl8712: fix boundary condition for nRohit Sarkar1-2/+2
2019-09-30staging: rtl8712: Replace snprintf with scnprintfRohit Sarkar1-2/+2
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 brea...Shiva 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 fai...Bhaktipriya 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