summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl871x_ioctl_linux.c
Commit message (Expand)AuthorAgeFilesLines
* 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 brea...Shiva 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 fai...Bhaktipriya 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
* Staging: rtl8712: Fix warning prefer eth_broadcast_addr() over memset()Punit Vara2015-10-161-2/+1
* staging: rtl8712: fix negative level valueLuis de Bethencourt2015-10-121-1/+1
* staging: rtl8712: Move constant to right of test or replace with "!"Alison Schofield2015-10-081-10/+10
* staging: rtl8712: re-use mac_pton()Andy Shevchenko2015-10-021-27/+1
* staging: rtl8712: change SupportedRates to ratesJoshua Clayton2015-08-071-10/+8
* staging: rtl8712: remove typedefsJoshua Clayton2015-08-071-6/+6
* staging: rtl8712: remove duplicate structJoshua Clayton2015-08-071-5/+5
* staging: rtl8712: fix else after break or return warningDogukan Ergun2015-06-131-2/+1
* staging: rtl8712: freeing an ERR_PTRDan Carpenter2015-05-081-10/+7
* staging: rtl8712: Drop unneeded cast on netdev_privJulia Lawall2015-04-031-35/+35
* Staging: rtl8712: Use memdup_user() instead of copy_from_user()Cristina Opriceana2015-04-011-7/+3
* Staging: rtl8712: replace memcpy with ether_addr_copyHaneen Mohammed2015-03-181-2/+2
* staging: rtl8712: replace memset(x,0,ETH_ALEN)Aya Mahfouz2015-03-061-4/+5
* Staging: rtl8712: Use mod_timerVaishali Thakkar2015-02-261-3/+4
* staging: rtl8712: remove spaces before commasMax Perepelitsyn2015-01-171-2/+2
* staging: rtl8712: remove unused variablesSudip Mukherjee2014-10-291-14/+5
* staging: rtl8712: Remove unnecessary cast for argument of kfreeTapasweni Pathak2014-10-201-2/+2
* staging: rtl8712: add new line after declarationsTapasweni Pathak2014-09-281-0/+8
* Staging: rtl8712 : Fix line over 80 charactersTapasweni Pathak2014-09-231-3/+4
* Staging: rtl8712: remove break after return statementTapasweni Pathak2014-09-231-1/+0
* staging: rtl8712: remove function get_list_headJames A Shackleford2014-06-261-4/+4
* staging: rtl8712: remove wrapper function get_nextJames A Shackleford2014-06-261-8/+8
* staging: rtl8712: rtl871x_ioctl_linux.c: Cleaning up useless if statementRickard Strandqvist2014-06-191-6/+1
* staging: rtl8712: remove _malloc()Vitaly Osipov2014-05-251-23/+12
* staging: rtl8712: fix potential leak in r871x_wx_set_enc_ext()Christian Engelmayer2014-05-241-7/+9
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0
* Staging: rtl8712: fix spaces before semicolonsThomas Cort2013-10-031-4/+4
* staging: rtl8712: return MAC in standard formAndy Shevchenko2013-07-231-6/+2
* rtl8712: replace min with min_tPrzemo Firszt2013-01-111-4/+2
* rtl8712: replace printk with better solutionsPrzemo Firszt2013-01-111-30/+22
* staging: rtl8712: avoid a useless call to memset().Cyril Roelandt2013-01-071-4/+4
* staging: r8712u: fix potential NULL pointer dereference in r871x_wps_start()Wei Yongjun2012-10-221-2/+2
* staging: r8712u: use is_broadcast_ether_addr() to simplify the codeWei Yongjun2012-09-041-3/+1
* staging: rtl8712: Fix typos.Justin P. Mattock2012-05-091-7/+7
* drivers: staging: rtl8172: Remove unneeded include of version.hMarcos Paulo de Souza2012-04-181-1/+0
* staging: replace open-coded ARRAY_SIZEsJim Cromie2012-04-101-2/+2
OpenPOWER on IntegriCloud