aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl871x_ioctl_linux.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8712: fix open parentheses alignmentRyan England2023-12-231-129/+74
* staging: rtl8712: Remove unnecessary int typecastSolomon Tan2022-04-201-2/+2
* staging: rtl8712: remove unnecessary parenthesesAlaa Mohamed2022-04-071-10/+10
* staging: rtl8712: remove struct rtl_ieee80211_ht_cap and ieee80211_ht_addt_infoChristophe JAILLET2021-04-091-3/+3
* staging: rtl8712: Use constants from <linux/ieee80211.h>Christophe JAILLET2021-04-071-4/+4
* staging: rtl8712: remove extra blank linesZhansaya Bagdauletkyzy2021-04-061-2/+0
* staging: rtl8712: add spaces around operatorsZhansaya Bagdauletkyzy2021-04-061-2/+2
* staging: rtl8712: unterminated string leads to read overflowDan Carpenter2021-03-101-1/+1
* staging: rtl8712: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi2021-02-041-1/+1
* staging: rtl8712: clean up comparsions to NULLMichael Straube2020-09-221-8/+8
* Staging: rtl8712: Fixed a coding sytle issueAnkit Baluni2020-07-291-2/+1
* staging: rtl8712: Replace FIELD_OFFSET() with offsetof()Mauro Dreissig2020-07-031-2/+2
* staging: rtl8712: use common ieee80211 constantsMichael Straube2020-07-031-1/+1
* staging: rtl8712: switch to common ieee80211 headersPascal Terjan2020-06-161-8/+5
* staging: rtl8712: fix boundary condition for nRohit Sarkar2019-10-041-2/+2
* staging: rtl8712: Replace snprintf with scnprintfRohit Sarkar2019-09-301-2/+2
* staging: rtl8712: r8712_set_802_11_add_wep(): Change return valuesNishka Dasgupta2019-07-251-3/+2
* staging: rtl8712: r8712_parse_wpa2_ie(): Change return valuesNishka Dasgupta2019-07-011-1/+1
* staging: rtl8712: r8712_parse_wpa_ie(): Change return valuesNishka Dasgupta2019-07-011-1/+1
* staging: rtl8712: reduce stack usage, againArnd Bergmann2019-06-281-69/+88
* staging: rtl8712: Change return values of r8712_setdatarate_cmd()Nishka Dasgupta2019-06-131-4/+2
* staging: rtl8712: Remove return variable of different typeNishka Dasgupta2019-05-301-2/+2
* staging: rtl8712 - fix up non-kerneldoc commentsValdis Klētnieks2019-03-181-1/+1
* staging: rtl8712: rename bDriverStopped to driver_stoppedHimadri Pandya2019-03-181-8/+8
* staging: rtl8712: add SPDX identifiersMichael Straube2018-10-031-13/+1
* staging: rtl8712u: Fix compiler warning about strncpyLarry Finger2018-09-101-1/+1
* staging: rtl8712: remove unused array iw_operation_modeColin Ian King2018-08-271-5/+0
* staging: rtl8712: style fix multiple line dereferencesMartin Homuth2017-12-211-46/+46
* staging: rtl8712: style fix returned error codeMartin Homuth2017-12-191-1/+1
* staging: rtl8712: style fix indentationMartin Homuth2017-12-191-6/+6
* staging: rtl8712: Invert comparison to reduce indentationNarcisa Ana Maria Vasile2017-03-231-6/+5
* staging: rtl8712: Restructure code for clarityNarcisa Ana Maria Vasile2017-03-231-36/+33
* staging: rtl8712: Invert the test on check_fwstate() to reduce indentationNarcisa Ana Maria Vasile2017-03-231-7/+7
* staging: rtl8712: Invert if statements to reduce indentation levelNarcisa Ana Maria Vasile2017-03-231-22/+17
* staging: rtl8712: Fix checkpatch.pl warningAlexander Mikhalevich2017-03-061-4/+4
* staging: r8712u: Fix Sparse warnings in rtl871x_ioctl_linux.cLarry Finger2017-02-121-2/+2
* Staging: rtl8712: fix spelling errorsJoseph Wright2017-01-251-1/+1
* staging: rtl8712: fixed little endian problemJannik Becher2017-01-031-1/+1
* Staging: rtl8712: rtl871x_*: Removed unnecessary else statements after a break or returnShiva Kerdel2016-11-211-2/+2
* staging: rtl8712: fix coding style error reported from checkpatchOmri Arad2016-09-131-2/+2
* staging: rtl8712: use container_of() instead of LIST_CONTAINOR()Geliang Tang2016-04-291-6/+6
* staging: rtl8712: rtl871x_ioctl_linux: Clean up tests if NULL returned on failureBhaktipriya Shridhar2016-03-281-2/+2
* rtl871x: avoid running off end of bufferAlan2016-03-051-1/+2
* staging: rtl8712: reduce stack usageArnd Bergmann2016-02-201-1/+1
* staging: rtl8712: memory corruption in wpa_set_encryption()Dan Carpenter2016-02-071-4/+1
* staging: rtl8712: spaces preferred around operandsLuis de Bethencourt2015-10-241-22/+25
* staging: rtl8712: braces should be used on all armsLuis de Bethencourt2015-10-241-20/+30
* staging: rtl8712: Remove boolean comparisonsLuis de Bethencourt2015-10-241-28/+28
* Staging: rtl8712: Coding style warnings fix for block commentsPunit Vara2015-10-161-11/+15
* Staging: rtl8712: Use ether_addr_equal() over memcmp()Punit Vara2015-10-161-1/+1