summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192u
AgeCommit message (Expand)AuthorFilesLines
2010-12-10Staging: rtl8192u: add missing curly bracesDan Carpenter1-1/+2
2010-12-02Staging: rtl8192u: check return code kmalloc.David Chosrova1-0/+2
2010-12-02Staging: rtl8192u: remove dead code to disable dot11dDavid Chosrova12-109/+0
2010-11-16drivers/staging: Remove unnecessary semicolonsJoe Perches3-3/+3
2010-11-10Staging: trivial: fix typos concerning "controller"Uwe Kleine-König1-1/+1
2010-10-08Staging: rtl8192u: Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-1/+1
2010-10-05Staging: rtl8192u: Makefile: cleaned up Makefile cflag linesTracey Dent1-10/+10
2010-10-05Staging: rtl8192u: ieee80211: Makefile: cleaned up Makefile cflag linesTracey Dent1-8/+8
2010-09-06staging: rtl8192u: improve error pathVasiliy Kulikov1-5/+18
2010-09-05staging/trivial: fix typos concerning "initiali[zs]e"Uwe Kleine-König2-2/+2
2010-09-01staging: rtl8193*: Remove double testJulia Lawall1-1/+1
2010-09-01Staging: rtl81*: Fix spelling fuction -> function in commentsStefan Weil1-1/+1
2010-08-06Staging: Merge staging-next into Linus's treeGreg Kroah-Hartman8-2645/+34
2010-07-09Staging: rtl8192u: use ARRAY_SIZEKulikov Vasiliy1-1/+1
2010-07-09Staging: rtl8192u: remove a copy of 80211.hDave Jones5-2599/+4
2010-06-30Staging: rtl8192u_usb: Add LG device ID 043e:7a01Ben Hutchings1-0/+2
2010-06-19staging: rtl8192u: fix checkpatch.pl issues to line 514Mike Gilks1-45/+28
2010-06-19Staging: rtl81xx: Fix build problems when CONFIG_CRYPTO=nAndreas Herrmann1-0/+1
2010-05-18Staging: Use kmemdupJulia Lawall2-6/+4
2010-05-15Staging: Use kcalloc or kzallocJulia Lawall9-25/+11
2010-05-15staging: trivial: fix typo "seperate"Anand Gadiyar2-2/+2
2010-05-12Staging: Drop memory allocation castJulia Lawall4-10/+11
2010-05-12staging: rtl8192x: sync the various rtl819x_Qos.h filesH Hartley Sweeten1-2/+1
2010-05-12staging: rtl8192x: sync the various rtl819x_TSProc.c filesH Hartley Sweeten1-5/+4
2010-05-11Staging: rtl8192u: Check kmalloc return value before use the buffer in ieee80...wzt.wzt@gmail.com1-0/+2
2010-05-11Staging: rtl8192u: fix space coding style issue in ieee80211_crypt.hRuslan Pisarev1-1/+1
2010-05-11Staging: rtl8192u: ix brace, comments and space coding style issue in ieee802...Ruslan Pisarev1-294/+254
2010-05-11Staging: rtl8192u: fix comments and space coding style issue in dot11d.hRuslan Pisarev1-26/+26
2010-05-11Staging: rtl8192u: Hoist assign from ifJoe Perches1-1/+2
2010-05-11Staging: rtl8192u: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2010-05-11Staging: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2010-05-11Staging: drop redundant memsetJulia Lawall1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4-0/+4
2010-03-04Staging: rtl8192* needs semaphore.hRandy Dunlap1-0/+1
2010-03-04Staging: rtl8192u: ieee80211: CurrentMPDUDensity assigned to itself in HTUseD...Roel Kluin1-1/+1
2010-03-04Staging: rtl8192u: dont use -mhard-floatJeff Mahoney1-1/+1
2010-03-04staging: make USB device id constantNémeth Márton1-1/+1
2010-03-04Staging: rtl8192u: Add select WEXT_PRIV to Kconfig to prevent build failurePeter Huewe1-1/+2
2010-03-04Staging: rtl8192su, rtl8192u: use min_t() in store_debug_level()Simon Horman1-1/+1
2010-03-04Staging: rtl8192u: ieee80211: add missing parenthesesRoel Kluin1-1/+1
2010-03-04staging: Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2-2/+2
2010-03-04Staging: rtl8187x: Use %pM for mac address outputJoe Perches11-65/+56
2009-12-23Staging: rtl8192x: fix printk formatsRandy Dunlap2-4/+4
2009-12-11Staging: rtl8192u: depends on USBRandy Dunlap1-1/+1
2009-12-11Staging: rtl8192u: remove dead codeMauro Carvalho Chehab29-3831/+1
2009-12-11Staging: rtl8192u: remove bad whitespacesMauro Carvalho Chehab31-1744/+1744
2009-12-11Staging: rtl8192u: make it compileMauro Carvalho Chehab8-576/+106
2009-12-11Staging: Added Realtek rtl8192u driver to stagingJerry Chuang70-0/+49627