summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192e
AgeCommit message (Expand)AuthorFilesLines
2015-03-20staging: rtl8192e: remove CURRENT_RATE macroMateusz Kulikowski2-12/+12
2015-03-20staging: rtl8192e: remove eqMacAddr macroMateusz Kulikowski2-6/+2
2015-03-20staging: rtl8192e: rtllib.h: remove duplicated container_ofMateusz Kulikowski1-14/+0
2015-03-20staging: rtl8192e: remove unused macrosMateusz Kulikowski6-40/+0
2015-03-20staging: rtl8192e: remove dead codeMateusz Kulikowski2-46/+0
2015-03-20staging: rtl8192e: remove rtllib_endianfree.hMateusz Kulikowski2-124/+0
2015-03-20staging: rtl8192e: fix coding style warnings (printk -> netdev_*)Mateusz Kulikowski17-210/+233
2015-03-20staging: rtl8192e: rtllib_wx: remove duplicate messagesMateusz Kulikowski1-5/+0
2015-03-20staging: rtl8192e: fix coding style errors (macros in parentheses)Mateusz Kulikowski1-3/+3
2015-03-20staging: rtl8192e: fix coding style issues (spaces before semicolon)Mateusz Kulikowski10-25/+25
2015-03-20staging: rtl8192e: fix coding style issues (merge broken strings)Mateusz Kulikowski23-511/+560
2015-03-16Staging: rtl8192e: Bool tests don't need comparisonsCristina Opriceana1-20/+20
2015-03-16staging: rtl8192e: remove break after returnSupriya Karanth2-2/+0
2015-03-16Staging: rtl8192e: Remove unnecessary variablesCristina Opriceana3-7/+3
2015-03-16Staging: rtl8192e: Eliminate use of MSECS macroVaishali Thakkar9-26/+29
2015-03-16Staging: rtl8192e: Remove unnecessary macroCristina Opriceana1-20/+0
2015-03-16staging: rtl8192e: remove unused functionsSudip Mukherjee2-157/+0
2015-03-15staging: rtl8192e: Use kzalloc instead of kmalloc.Navya Sri Nizamkari1-2/+1
2015-03-09staging: rtl8192e: Replace min with min_tDarshana Padmadas2-7/+7
2015-03-07Staging: rtl8192e: remove assignment of function parameterMatteo Semenzato1-1/+0
2015-03-07staging: rtl8192e: Remove unnecessary OOM messageQuentin Lambert2-14/+7
2015-03-07staging: rtl8192x: Remove use of seq_printf return valueJoe Perches1-1/+3
2015-03-07staging: rtl8192e: Remove if conditions.Navya Sri Nizamkari1-12/+0
2015-03-07staging: rtl8192e: remove extra parentheses around right bit shift operationAya Mahfouz1-14/+14
2015-03-06staging: rtl8192e: replace memset(x,0,ETH_ALEN) by eth_zero_addr(x)Aya Mahfouz1-1/+1
2015-03-06staging: rtl8192e: replace memset(x,0,ETH_ALEN) by eth_zero_addr(x)Aya Mahfouz1-1/+1
2015-03-06Staging: rtl8192e: Eliminate use of macro IS_NIC_DOWNVaishali Thakkar4-14/+12
2015-03-02Staging: rtl8192e: rtl8192e: fix space prohibited before that ','Hatice ERTÜRK1-3/+3
2015-03-02Staging: rtl8192e: Remove unneeded brackets.Vatika Harlalka1-6/+6
2015-03-02Staging: rtl8192e: Fix line over 80 charactersKsenija Stanojevic1-1/+1
2015-03-02Staging: rtl8192e: Use ether_addr_copy() instead of memcpy()Ksenija Stanojevic1-2/+2
2015-03-02Staging: rtl8192e: Replace printk with netdev_dbg, netdev_info, or netdev_warnKsenija Stanojevic1-8/+8
2015-02-27staging: rtl8192e: rewrite the right hand side of an assignmentAya Mahfouz1-2/+2
2015-02-27staging: rtl8192e: rewrite the right hand side of an assignmentAya Mahfouz1-1/+1
2015-02-27Staging: rtl8192e: replace memcpy() by ether_addr_copy() using coccinelle and...Melike Yurtoglu1-1/+1
2015-02-07Staging: rtl8192e: Fixed unnecessary line continuation.Kolbeinn Karlsson1-3/+1
2015-01-18staging: rtl8192e: Fix duplicated conditional branchAlexander Kuleshov1-2/+2
2015-01-18staging: rtl8192e: fixed a space coding style issueGangadhar Vukkesala1-2/+2
2015-01-18staging: rtl8192e: rtllib_rx.c: Remove some unused functionsRickard Strandqvist1-35/+0
2015-01-18staging: rtl8192e: rtl8192e: rtl_pm.c: Remove some unused functionsRickard Strandqvist2-16/+0
2015-01-18staging: rtl8192e: rtl8192e: rtl_cam.c: Remove unused functionRickard Strandqvist2-31/+0
2015-01-18staging: rtl8192e: rejoin split quoted stringsJonathan Jin1-63/+29
2014-12-03drivers: staging: rtl8192e: Include "asm/unaligned.h" instead of "access_ok.h...Chen Gang1-1/+2
2014-12-03Drivers:staging:rtl8192e: Fixed checkpatch warningAthira Lekshmi1-1/+1
2014-11-27staging: rtl8192e: add missing tasklet_kill on remove pathDevendra Naga1-0/+1
2014-11-04Staging: rtl8192e: Use put_unaligned_le16Vaishali Thakkar1-12/+11
2014-10-30staging, rtl8192e, LLVMLinux: Make static local in inline function constBehan Webster1-3/+4
2014-10-30staging, rtl8192e, LLVMLinux: Remove unused prototypeBehan Webster2-2/+1
2014-10-30staging, rtl8192e, LLVMLinux: Remove unused inline prototypeBehan Webster1-1/+0
2014-10-30staging, rtl8192e, LLVMLinux: Change extern inline to static inlineBehan Webster2-3/+3