aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds4-24/+22
2011-07-05Remove unneeded version.h includes from drivers/staging/rtl*/Jesper Juhl1-2/+0
2011-07-05staging: rtl8712: Add missing whitespace in struct definitionMichael Fiedler1-1/+1
2011-07-05staging: rtl8712: Use linux/atomic.h instead of asm/atomic.hMichael Fiedler1-1/+1
2011-07-05staging: rtl8712: Use __packed instead of __attribute__ ((packed))Michael Fiedler2-18/+20
2011-07-05staging: rtl8712: Remove duplicate #define for __attribute__ ((packed))Michael Fiedler1-2/+0
2011-06-20treewide: remove duplicate includesVitaliy Ivanov2-2/+0
2011-05-03staging: r8712u: Fix driver to support ad-hoc modeJeff Chua1-1/+4
2011-04-25staging: Remove unnecessary semicolons when while (foo) {...};Joe Perches1-1/+1
2011-04-20staging: rtl8712: fixed coding style issuesJavier M. Mellid6-14/+21
2011-04-20staging: rtl8712: fixed coding style issuesJavier M. Mellid20-306/+306
2011-04-20Staging: rtl8712: redundant null check before kfree()Alexander Beregalov5-12/+6
2011-03-31Fix common misspellingsLucas De Marchi6-9/+9
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-28staging: rtl8712: rtl871x_pwrctrl.c remove one to many l's in the word.Justin P. Mattock1-1/+1
2011-02-09Staging: rtl8712: fix math errors in snprintf()Dan Carpenter1-9/+13
2011-02-02Staging: Merge branch 'staging-next' into 2.6.38-rc3Greg Kroah-Hartman2-36/+120
2011-01-25staging: r8712u: Add new device IDsAxel Köllhofer1-32/+113
2011-01-21staging: r8712u: Firmware changes for driverLarry Finger3-10198/+3
2011-01-21staging: r8712u: Switch driver to use external firmware from linux-firmwareLarry Finger2-7/+17
2011-01-21staging: r8712u: Fix sparse messageLarry Finger3-3/+2
2011-01-20staging: r8712u: Fix memory leak in firmware loadingLarry Finger1-4/+7
2010-12-07Staging: Merge 2.6.37-rc5 into staging-nextGreg Kroah-Hartman2-2/+1
2010-11-29Merge branch 'master' into workGreg Kroah-Hartman1-1/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-16Staging: rtl8712: signedness bug in initDan Carpenter1-1/+1
2010-11-16drivers/staging: Remove unnecessary casts of netdev_privJoe Perches1-1/+1
2010-11-16drivers/staging: Remove unnecessary semicolonsJoe Perches3-3/+3
2010-11-10staging: r8712u: Update TODO for sparse fixesLarry Finger1-1/+0
2010-11-09staging: r8712u: Remove extraneous variables from osdep_service.hLarry Finger1-16/+4
2010-11-09staging: r8712u: Remove unneeded local variable in _malloc in osdep_service.h headerJesper Juhl1-4/+1
2010-10-30staging: Final semaphore cleanupThomas Gleixner1-1/+1
2010-10-08Staging: rtl8712: Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-1/+1
2010-09-20staging: rtl8712: '&pointer[0]' to 'pointer' fixAndy Shevchenko1-1/+1
2010-09-16staging: rtl8712: use '%pM' format to print MAC addressAndy Shevchenko2-5/+1
2010-09-08staging: rtl8712: throw away custom hex_to_bin()Andy Shevchenko1-13/+2
2010-08-31staging: r8712u: Update copy-to list for patchesLarry Finger1-1/+6
2010-08-31staging: r8712u: Add TODO to driver filesLarry Finger1-0/+11
2010-08-31staging: r8712u: Update driver version to v7_0.20100831Larry Finger1-1/+1
2010-08-31staging: r8712u: Fix potential crash issueLarry Finger1-10/+8
2010-08-31staging: r8712u: Add module parameter to disable turbo modeLarry Finger3-3/+11
2010-08-31staging: r8712u: Use 802.11bg mode to make a WEP connectionLarry Finger1-11/+19
2010-08-31staging: r8712u: Fix sparse warningsLarry Finger4-47/+12
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 Finger109-0/+40280