aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-04staging: rtl8192u: remove unnecessary line continuations in r8192U_core.cXenia Ragiadakou1-26/+24
2013-06-04staging: rtl8192u: fix function definitions' style in r8192U_core.cXenia Ragiadakou1-80/+34
2013-06-04staging: rtl8192u: fix braces in r8192U_core.cXenia Ragiadakou1-588/+290
2013-06-04staging: rtl8192u: remove dead and commented-out code in r8192U_core.cXenia Ragiadakou1-334/+19
2013-05-30rtl8192u: fix printk calls in r8192U_core.cXenia Ragiadakou1-29/+27
2013-05-22rtl8192u: add space after '}' in r8192U_core.cXenia Ragiadakou1-11/+11
2013-05-22rtl8192u: replace __FUNCTION__ with __func__ in r8192U_core.cXenia Ragiadakou1-32/+32
2013-05-22rtl8192u: remove space between function name and '(' in r8192U_core.cXenia Ragiadakou1-5/+5
2013-05-22rtl8192u: fix whitespace around ',' in r8192U_core.cXenia Ragiadakou1-135/+135
2013-05-22rtl8192u: fix whitespace after '(' and before ')' in r8192U_core.cXenia Ragiadakou1-43/+43
2013-05-22rtl8192u: fix whitespace around ';' in r8192U_core.cXenia Ragiadakou1-32/+32
2013-05-22rtl8192u: fix whitespace around relational operators in r8192U_core.cXenia Ragiadakou1-87/+87
2013-05-22rtl8192u: fix whitespace around '=' in r8192U_core.cXenia Ragiadakou1-91/+91
2013-05-22rtl8192u: fix whitespace around 'while' in r8192U_core.cXenia Ragiadakou1-2/+2
2013-05-22rtl8192u: fix whitespace around 'for' in r8192U_core.cXenia Ragiadakou1-33/+33
2013-05-22rtl8192u: fix whitespace around 'if' in r8192U_core.cXenia Ragiadakou1-195/+195
2013-05-16rtl8192u: fix whitespace around ~ in r8192U_core.cXenia Ragiadakou1-9/+9
2013-05-13STAGING: rtl8192u: fix checkpatch error by adding space after switchXenia Ragiadakou1-15/+15
2013-05-12STAGING: rtl8192u: fix checkpatch error about pointer position in r8192U_core.cXenia Ragiadakou1-86/+86
2013-05-05staging: single_open() leaksAl Viro1-1/+1
2013-05-01proc: Supply an accessor for getting the data from a PDE's parentDavid Howells1-1/+1
2013-05-01rtl8192u: Don't need to save device proc dir PDEDavid Howells1-12/+6
2013-05-01proc: Add proc_mkdir_data()David Howells1-2/+1
2013-04-29rtl8192u: Don't use create_proc_read_entry()David Howells1-123/+91
2013-01-11staging: rtl8192u: fixed coding style issues in r8192U_core.cPatrik Karlin1-20/+15
2013-01-11staging: rtl8192u: removed some non used else'sPatrik Karlin1-8/+1
2013-01-11staging: rtl8192u: fixed some coding style issues in r8192U_core.cPatrik Karlin1-43/+37
2013-01-07staging/rtl8192u: do not init statics to 0Sebastian Hahn1-7/+7
2013-01-07staging/rtl8192u: use same indent for switch and caseSebastian Hahn1-169/+169
2013-01-07staging/rtl8192u: indent with tabs, not spacesSebastian Hahn1-21/+21
2013-01-07staging/rtl8192u: put { on same line as structJennifer Naumann1-2/+1
2013-01-07staging/rtl8192u: cleanfile runSebastian Hahn1-37/+37
2012-11-21staging: rtl8192u: remove use of __devexitBill Pemberton1-2/+2
2012-11-21staging: rtl8192u: remove use of __devinitBill Pemberton1-2/+2
2012-09-12drivers/staging/rtl8192u/r8192U_core.c: Remove useless kfreePeter Senna Tschudin1-16/+7
2012-09-04staging: rtl8192u: use kzalloc to allocate firmware pointerDevendra Naga1-3/+1
2012-05-01staging:rtl8192u Fix typos and commentsJustin P. Mattock1-12/+12
2012-04-30staging: rtl8192u Fix typos.Justin P. Mattock1-28/+28
2012-03-02Staging: rtl8712/rtl8192u: move USB device ID within staging drivers.Martin Krause1-1/+0
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-25Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-4/+0
2011-07-24get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeAl Viro1-4/+2
2011-07-05drivers:rtl8192u:remove the use of obsolete create_workqueue in r8192U_core.cWanlong Gao1-4/+0
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-03-14staging: rtl8192u: Remove NULL check before kfreeIlia Mirkin1-27/+12
2010-12-01Staging: rtl8192u: check return code kmalloc.David Chosrova1-0/+2
2010-12-01Staging: rtl8192u: remove dead code to disable dot11dDavid Chosrova1-21/+0
2010-11-16drivers/staging: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-09Staging: trivial: fix typos concerning "controller"Uwe Kleine-König1-1/+1
2010-09-05staging: rtl8192u: improve error pathVasiliy Kulikov1-5/+18