aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl871x_ioctl_linux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-23staging: rtl8712: return MAC in standard formAndy Shevchenko1-6/+2
2013-01-11rtl8712: replace min with min_tPrzemo Firszt1-4/+2
2013-01-11rtl8712: replace printk with better solutionsPrzemo Firszt1-30/+22
2013-01-07staging: rtl8712: avoid a useless call to memset().Cyril Roelandt1-4/+4
2012-10-22staging: r8712u: fix potential NULL pointer dereference in r871x_wps_start()Wei Yongjun1-2/+2
2012-09-04staging: r8712u: use is_broadcast_ether_addr() to simplify the codeWei Yongjun1-3/+1
2012-05-09staging: rtl8712: Fix typos.Justin P. Mattock1-7/+7
2012-04-18drivers: staging: rtl8172: Remove unneeded include of version.hMarcos Paulo de Souza1-1/+0
2012-04-10staging: replace open-coded ARRAY_SIZEsJim Cromie1-2/+2
2012-02-29staging: r8712u: Fix regression in signal level after commit c6dc001Larry Finger1-7/+1
2011-09-06staging: r8712u: Most return-values changed from -1 to proper errno macros.Ali Bahar1-22/+22
2011-09-06staging: r8712u: Merging Realtek's latest (v2.6.6). Various fixes.Ali Bahar1-6/+138
2011-09-06staging: r8712u: Merging Realtek's latest (v2.6.6). Use stack, not malloc.Ali Bahar1-8/+3
2011-09-06staging: r8712u: Merging Realtek's latest (v2.6.6). Updated include directives.Ali Bahar1-0/+9
2011-09-06staging: r8712u: Merging Realtek's latest (v2.6.6). Renamed _netdev_priv.Ali Bahar1-34/+34
2011-08-23rtl8712: don't just return -EFAULT in wpa_supplicant_ioctl()Dan Carpenter1-1/+2
2011-08-23staging: r8712u: Sets to SSID, and to AP MAC#, can now be done when the interface is Down.Ali Bahar1-4/+21
2011-04-20staging: rtl8712: fixed coding style issuesJavier M. Mellid1-2/+4
2011-04-20Staging: rtl8712: redundant null check before kfree()Alexander Beregalov1-2/+1
2011-03-14staging: rtl8712: Remove NULL check before kfreeIlia Mirkin1-2/+1
2011-03-07staging: rtl8712: check _malloc return valueXiaochen Wang1-1/+1
2011-03-07staging: rtl8712: check copy_from_user return valueXiaochen Wang1-2/+2
2011-02-09Staging: rtl8712: fix math errors in snprintf()Dan Carpenter1-9/+13
2011-01-21staging: r8712u: Fix sparse messageLarry Finger1-0/+1
2010-09-20staging: rtl8712: '&pointer[0]' to 'pointer' fixAndy Shevchenko1-1/+1
2010-09-16staging: rtl8712: use '%pM' format to print MAC addressAndy Shevchenko1-2/+1
2010-09-08staging: rtl8712: throw away custom hex_to_bin()Andy Shevchenko1-13/+2
2010-08-30staging: r8712u: Fix rate setting when HT is not enabledLarry Finger1-0/+2
2010-08-20staging: r8712u: Add the new driver to the mainline kernelLarry Finger1-0/+2256