summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192e: Remove if conditions.Navya Sri Nizamkari2015-03-071-12/+0Star
* staging: rtl8192e: remove extra parentheses around right bit shift operationAya Mahfouz2015-03-071-14/+14
* staging: rtl8192e: replace memset(x,0,ETH_ALEN) by eth_zero_addr(x)Aya Mahfouz2015-03-061-1/+1
* staging: rtl8192e: replace memset(x,0,ETH_ALEN) by eth_zero_addr(x)Aya Mahfouz2015-03-061-1/+1
* Staging: rtl8192e: Eliminate use of macro IS_NIC_DOWNVaishali Thakkar2015-03-064-14/+12Star
* Staging: rtl8192e: rtl8192e: fix space prohibited before that ','Hatice ERTÜRK2015-03-021-3/+3
* Staging: rtl8192e: Remove unneeded brackets.Vatika Harlalka2015-03-021-6/+6
* Staging: rtl8192e: Fix line over 80 charactersKsenija Stanojevic2015-03-021-1/+1
* Staging: rtl8192e: Use ether_addr_copy() instead of memcpy()Ksenija Stanojevic2015-03-021-2/+2
* Staging: rtl8192e: Replace printk with netdev_dbg, netdev_info, or netdev_warnKsenija Stanojevic2015-03-021-8/+8
* staging: rtl8192e: rewrite the right hand side of an assignmentAya Mahfouz2015-02-271-2/+2
* staging: rtl8192e: rewrite the right hand side of an assignmentAya Mahfouz2015-02-271-1/+1
* Staging: rtl8192e: replace memcpy() by ether_addr_copy() using coccinelle and...Melike Yurtoglu2015-02-271-1/+1
* Staging: rtl8192e: Fixed unnecessary line continuation.Kolbeinn Karlsson2015-02-071-3/+1Star
* staging: rtl8192e: Fix duplicated conditional branchAlexander Kuleshov2015-01-171-2/+2
* staging: rtl8192e: fixed a space coding style issueGangadhar Vukkesala2015-01-171-2/+2
* staging: rtl8192e: rtllib_rx.c: Remove some unused functionsRickard Strandqvist2015-01-171-35/+0Star
* staging: rtl8192e: rtl8192e: rtl_pm.c: Remove some unused functionsRickard Strandqvist2015-01-172-16/+0Star
* staging: rtl8192e: rtl8192e: rtl_cam.c: Remove unused functionRickard Strandqvist2015-01-172-31/+0Star
* staging: rtl8192e: rejoin split quoted stringsJonathan Jin2015-01-171-63/+29Star
* drivers: staging: rtl8192e: Include "asm/unaligned.h" instead of "access_ok.h...Chen Gang2014-12-031-1/+2
* Drivers:staging:rtl8192e: Fixed checkpatch warningAthira Lekshmi2014-12-031-1/+1
* staging: rtl8192e: add missing tasklet_kill on remove pathDevendra Naga2014-11-261-0/+1
* Staging: rtl8192e: Use put_unaligned_le16Vaishali Thakkar2014-11-041-12/+11Star
* staging, rtl8192e, LLVMLinux: Make static local in inline function constBehan Webster2014-10-301-3/+4
* staging, rtl8192e, LLVMLinux: Remove unused prototypeBehan Webster2014-10-302-2/+1Star
* staging, rtl8192e, LLVMLinux: Remove unused inline prototypeBehan Webster2014-10-301-1/+0Star
* staging, rtl8192e, LLVMLinux: Change extern inline to static inlineBehan Webster2014-10-302-3/+3
* Staging: rtl8192e: Change variable type from u16 to __le16Vaishali Thakkar2014-10-301-2/+2
* Staging: rtl8192e: Revert one previous commitVaishali Thakkar2014-10-301-5/+5
* staging: rtl8192e: delete successive assignments to the same locationJiayi Ye2014-10-281-8/+0Star
* staging: rtl8192e: Remove unnecessary codeTapasweni Pathak2014-10-271-4/+0Star
* staging: rtl8192e: Fix pointer type declaration style errorsJohn Ledbetter2014-10-201-2/+2
* staging: rtl8192e: use %*pEn to escape bufferAndy Shevchenko2014-10-141-13/+1Star
* staging: rtl8192e: rtl8192e: Remove spaces before the semicolonsFeyza Yavuz2014-10-021-2/+2
* staging: rtl8192e: rtl8192e: Remove unnecessary return statementsFeyza Yavuz2014-10-021-2/+0Star
* staging: rtl8192e: Remove unneeded void returnMelike Yurtoglu2014-10-021-3/+0Star
* staging: rtl8192e: Fix void function return statements styleMelike Yurtoglu2014-10-021-6/+0Star
* staging: rtl8192e: Fix unnecessary space before function pointer argumentsMelike Yurtoglu2014-10-021-1/+1
* staging: rtl8192e: Array was made static const char * constMelike Yurtoglu2014-10-021-1/+1
* Staging: rtl8192e: Remove unused variableMahati Chamarthy2014-09-291-2/+0Star
* Staging: rtl8192e: rtl8192e: Remove assigned unused variableMahati Chamarthy2014-09-291-6/+2Star
* Staging: rtl8192e: rtl8192e: Merge two lines and remove unused variableMahati Chamarthy2014-09-241-8/+2Star
* Staging: rtl8192e: Fix else is not useful warning styleMahati Chamarthy2014-09-231-9/+7Star
* Staging: rtl8192e: rtl8192e: Merges two lines of code and removes unused vari...Mahati Chamarthy2014-09-231-4/+1Star
* Staging: rtl8192e: Fix __constant_htons to htons style warningMahati Chamarthy2014-09-201-1/+1
* Staging: rtl8192e: Fix printk debug style warningMahati Chamarthy2014-09-201-2/+2
* Staging: rtl8192e: Fix printk style warningMahati Chamarthy2014-09-201-2/+2
* Staging: rtl8192e: Fix space before semicolon warningMahati Chamarthy2014-09-201-1/+1
* Staging: rtl8192e: Fix else is not useful warningMahati Chamarthy2014-09-201-2/+1Star