aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-11param: remove unnecessary writable charpRusty Russell1-3/+3
2010-07-26staging: rtl8192e: Delete some redundant codeMike McCormack1-4/+0
2010-07-26staging: rtl8192e: Make arrays constMike McCormack1-3/+3
2010-07-26staging: rtl8192e: Remove useless debug codeMike McCormack1-5/+0
2010-07-26staging: rtl8192e: Remove macro already in the kernelMike McCormack1-5/+1
2010-07-26staging: rtl8192e: Delete unused codeMike McCormack1-155/+0
2010-07-26staging: rtl8192e: Make structs const, move prototypes to topMike McCormack2-10/+10
2010-07-26staging: rtl8192e: Make functions staticMike McCormack2-18/+17
2010-07-26staging: rtl8192e: Make static variables constMike McCormack1-2/+2
2010-07-26staging: rtl8192e: Make some static structs constMike McCormack4-9/+9
2010-07-08Staging: rtl8192e: use ARRAY_SIZEKulikov Vasiliy1-1/+1
2010-06-22Staging: rtl8192e: remove all code dependent on LINUX_VERSION_CODEJiri Kosina14-963/+4
2010-06-22staging/trivial: fix typos concerning "initiali[zs]e"Uwe Kleine-König1-3/+3
2010-06-22Staging: rtl8192e: Do not autoconnect based on probe responseSamuel Ortiz1-4/+0
2010-06-22Staging: rtl8192e: Do not send NULL BSSID events when not associatedSamuel Ortiz1-2/+7
2010-06-22Staging: rtl8192e: Do not mess with carrier settings while scanningSamuel Ortiz2-4/+0
2010-06-18Staging: rtl81xx: Fix build problems when CONFIG_CRYPTO=nAndreas Herrmann1-0/+1
2010-05-17Staging: Use kmemdupJulia Lawall2-4/+3
2010-05-14Staging: Use kcalloc or kzallocJulia Lawall7-19/+9
2010-05-14staging: trivial: fix typo "seperate"Anand Gadiyar4-5/+5
2010-05-11Staging: Drop memory allocation castJulia Lawall4-7/+6
2010-05-11staging: rtl8192x: sync the various rtl819x_Qos.h filesH Hartley Sweeten1-167/+1
2010-05-11staging: rtl8192x: sync the various rtl819x_TSProc.c filesH Hartley Sweeten1-35/+3
2010-05-11Staging: rtl8192e: Use the standard config option for PM functionsYong Wang4-10/+5
2010-05-11Staging: rtl8192e: Hoist assign from ifJoe Perches2-3/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2010-03-03Staging: rtl8192* needs semaphore.hRandy Dunlap1-0/+1
2010-03-03Staging: rtl8192e: fix spacing style issues in r8180_93cx6.cTim Schofield1-31/+32
2010-03-03staging: fix typos "enalbe" -> "enable"Uwe Kleine-König1-1/+1
2010-03-03staging: declare MODULE_FIRMWARE in various driversBen Hutchings1-0/+4
2010-03-03Staging: rtl8192e: Use skb_tail_pointerJeff Mahoney2-4/+3
2010-03-03Staging: r8192E_core.c: use %pM to shown MAC addressH Hartley Sweeten1-4/+1
2010-03-03Staging: rtl8192e: remove some functions from the __exit sectionSimon Horman3-3/+3
2010-03-03Staging: rtl8192e: print the elements of tx_pn and rx_pn not the arrays themselvesSimon Horman1-6/+13
2010-03-03staging: Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2-3/+3
2010-03-03Staging: rtl8192e: Small code fixes for r819xE_firmware.cRadu Voicilas1-33/+48
2010-03-03Staging: rtl8192e: Code style fixes for r819xE_phy.hRadu Voicilas1-78/+116
2010-03-03Staging: rtl8192e: Code style fix for r819xE_phyreg.hRadu Voicilas1-540/+574
2010-03-03Staging: rtl8192e: fix more coding style issues.Radu Voicilas1-22/+27
2010-03-03Staging: rtl9192e: fix power usage issuesdavid woo18-426/+1660
2010-03-03Staging: rtl8192e: fix some codingstyle issuesRadu Voicilas2-88/+83
2010-03-03Staging: rtl8187x: Use %pM for mac address outputJoe Perches11-67/+60
2009-12-23Staging: rtl8192x: fix printk formatsRandy Dunlap2-4/+4
2009-12-23staging: fix rtl8192e compilation errors with mac80211George Kadianakis7-38/+38
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa8-20/+20
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller6-44/+15
2009-10-30Staging: fix wireless drivers dependsRandy Dunlap1-1/+1
2009-10-30Staging: rtl8187se/rtl8192e/rtl8192su: allow module unloadHerton Ronaldo Krzesinski4-43/+13
2009-10-09Staging: rtl8192e: Add #include <linux/vmalloc.h>Jeff Mahoney1-0/+1
2009-10-07staging: Add proper selection of WIRELESS_EXT and WEXT_PRIVLarry Finger1-1/+2