aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl8192e (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-02staging: rtl8192e: rtl8192e: Remove spaces before the semicolonsFeyza Yavuz1-2/+2
2014-10-02staging: rtl8192e: rtl8192e: Remove unnecessary return statementsFeyza Yavuz1-2/+0
2014-09-28Staging: rtl8192e: rtl8192e: Remove assigned unused variableMahati Chamarthy1-6/+2
2014-09-23Staging: rtl8192e: rtl8192e: Merge two lines and remove unused variableMahati Chamarthy1-8/+2
2014-09-23Staging: rtl8192e: rtl8192e: Merges two lines of code and removes unused variableMahati Chamarthy1-4/+1
2014-09-19Staging: rtl8192e: Fixed style warning relating to printk()Vaishali Thakkar1-2/+2
2014-09-19Staging: rtl8192e: rtl8192e: Remove unnecessory braces and spaceVaishali Thakkar1-3/+3
2014-09-19Staging: rtl8192e: rtl8192e: Remove unnecessory variableVaishali Thakkar1-5/+4
2014-08-30staging: rtl8192e: fixed coding style issuesMatthew Casey9-1/+75
2014-08-08staging: use pci_zalloc_consistentJoe Perches1-10/+5
2014-05-26drivers/staging: Remove useless return variablesPeter Senna Tschudin1-2/+1
2014-05-24staging: rtl8192e: make return of 0 explicitJulia Lawall1-2/+1
2014-05-23staging/rtl8192e: userspace ptr deref + incorrect declarationsDominique van den Broeck1-4/+11
2014-05-03staging/rtl8192e: Erroneous return codes (types and values)Dominique van den Broeck1-2/+2
2014-04-25Staging: rtl8192e: Remove built-in firmware imagesBen Hutchings5-2839/+34
2014-04-25staging: rtl8192e: Fix typo in rtl8192eMasanari Iida3-3/+3
2014-04-25Staging: rtl8192e: Fix declaration of symbolsJoel Pelaez Jorge3-5/+4
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2014-02-27Staging: rtl8192e: Replace min macro with min_tSilvan Jegen1-1/+1
2014-02-24staging/rtl8192e: Remove unused codeJon Mason1-52/+0
2014-02-20Merge branch 'master' into for-nextJiri Kosina5-22/+21
2014-02-20Kconfig: Remove useless "default N" linesPaul Bolle1-1/+0
2014-01-09Staging rtl8192e: Correcting wrong usage of macro in r8192E_phy.c and removing corresponding warning in rtllib_debug.hAndreas Frembs1-1/+1
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-10Staging: rtl8192e: Fix Sparse warning of cast to restricted __le32 in rtl_core.cRashika Kheria1-3/+3
2013-11-10Staging: rtl8192e: Fix incorrect type in assignment in rtl_core.cRashika Kheria1-7/+7
2013-11-10Staging: rtl8192e: Fix Sparse Warning for Static Declarations in rtl_core.cRashika Kheria4-5/+4
2013-11-10Staging: rtl8192e: Fix incorrect type in assignment in r8192E_dev.cRashika Kheria1-2/+2
2013-11-10Staging: rtl8192e: Fix Sparse warning of cast from restricted __le16 in r8192E_dev.cRashika Kheria1-3/+4
2013-10-30staging: rtl8192e: remove unneeded semicolonsValentina Manea1-2/+2
2013-10-30staging: rtl8192e: use true and false for bool variablesValentina Manea3-9/+9
2013-10-28staging: rtl8192e: use memdup_user to simplify codeTeodora Baluta1-8/+3
2013-10-28staging: rtl8192e: do not use comparisons on bool testsValentina Manea6-27/+23
2013-10-11staging: Remove unnecessary semicolonsJoe Perches1-8/+2
2013-09-25staging: rtl8192e: Remove redundant pci_set_drvdataSachin Kamat1-1/+0
2013-09-17Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches1-9/+9
2013-08-27staging: Update e-mail address for Andrea MerelloAndrea Merello13-13/+13
2013-08-26staging: rtl8192e: Remove pt_regs * irq handler parameternavin patidar2-8/+3
2013-05-30Staging: rtl8192e: fix an endian bugDan Carpenter1-2/+3
2013-05-30Staging: rtl8192e: delete some dead cruftDan Carpenter1-41/+10
2013-04-09The rtl8192e procfs-based debug interface seems very brokenSean MacLennan4-1041/+0
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+13
2013-01-07staging: rtl8192e: Fix failure to check pci_map_single()Larry Finger2-2/+13
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+3
2012-11-21staging: rtl8192e: remove use of __devexitBill Pemberton1-2/+2
2012-11-21staging: rtl8192e: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-21staging: rtl8192e: remove use of __devinitBill Pemberton1-2/+2
2012-11-21staging: rtl8192e: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-15staging: rtl8192e: rtl8192e: rtl_core.c: Audit the return value of register_netdev()Kumar Amit Mehta1-1/+2
2012-10-01Merge tag 'staging-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-7/+14