summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192e: Remove dead codeMateusz Kulikowski2015-04-035-22/+2
* staging: rtl8192e: Comment cleanup (style/format)Mateusz Kulikowski2015-04-0316-289/+318
* staging: rtl8192e: Fix indentation in rtllib_rx_auth_resp()Mateusz Kulikowski2015-04-031-18/+12
* staging: rtl8192e: Decrease nesting of rtllib_rx_auth_resp()Mateusz Kulikowski2015-04-031-44/+45
* staging: rtl8192e: Divide rtllib_rx_auth()Mateusz Kulikowski2015-04-031-54/+58
* staging: rtl8192e: Fix PRINTK_WITHOUT_KERN_LEVEL warningsMateusz Kulikowski2015-04-031-8/+2
* staging: rtl8192e: Fix DO_WHILE_MACRO_WITH_TRAILING_SEMICOLON warningMateusz Kulikowski2015-04-031-1/+1
* staging: rtl8192e: Fix BRACES warningMateusz Kulikowski2015-04-031-4/+2
* staging: rtl8192e: Fix LINE_CONTINUATIONS warningMateusz Kulikowski2015-04-031-1/+1
* staging: rtl8192e: Fix UNNECESSARY_PARENTHESES warningsMateusz Kulikowski2015-04-033-9/+9
* staging: rtl8192e: remove unused EXPORT_SYMBOL_RSL macroMateusz Kulikowski2015-04-031-3/+0
* staging: rtl8192e: Fix RETURN_VOID warningsMateusz Kulikowski2015-04-035-19/+0
* staging: rtl8192e: Fix UNNECESSARY_ELSE warningMateusz Kulikowski2015-04-0312-518/+482
* staging: rtl8192e: remove CURRENT_RATE macroMateusz Kulikowski2015-03-202-12/+12
* staging: rtl8192e: remove eqMacAddr macroMateusz Kulikowski2015-03-202-6/+2
* staging: rtl8192e: rtllib.h: remove duplicated container_ofMateusz Kulikowski2015-03-201-14/+0
* staging: rtl8192e: remove unused macrosMateusz Kulikowski2015-03-206-40/+0
* staging: rtl8192e: remove dead codeMateusz Kulikowski2015-03-202-46/+0
* staging: rtl8192e: remove rtllib_endianfree.hMateusz Kulikowski2015-03-202-124/+0
* staging: rtl8192e: fix coding style warnings (printk -> netdev_*)Mateusz Kulikowski2015-03-2017-210/+233
* staging: rtl8192e: rtllib_wx: remove duplicate messagesMateusz Kulikowski2015-03-201-5/+0
* staging: rtl8192e: fix coding style errors (macros in parentheses)Mateusz Kulikowski2015-03-201-3/+3
* staging: rtl8192e: fix coding style issues (spaces before semicolon)Mateusz Kulikowski2015-03-2010-25/+25
* staging: rtl8192e: fix coding style issues (merge broken strings)Mateusz Kulikowski2015-03-2023-511/+560
* Staging: rtl8192e: Bool tests don't need comparisonsCristina Opriceana2015-03-161-20/+20
* staging: rtl8192e: remove break after returnSupriya Karanth2015-03-162-2/+0
* Staging: rtl8192e: Remove unnecessary variablesCristina Opriceana2015-03-163-7/+3
* Staging: rtl8192e: Eliminate use of MSECS macroVaishali Thakkar2015-03-169-26/+29
* Staging: rtl8192e: Remove unnecessary macroCristina Opriceana2015-03-161-20/+0
* staging: rtl8192e: remove unused functionsSudip Mukherjee2015-03-162-157/+0
* staging: rtl8192e: Use kzalloc instead of kmalloc.Navya Sri Nizamkari2015-03-151-2/+1
* staging: rtl8192e: Replace min with min_tDarshana Padmadas2015-03-092-7/+7
* Staging: rtl8192e: remove assignment of function parameterMatteo Semenzato2015-03-061-1/+0
* staging: rtl8192e: Remove unnecessary OOM messageQuentin Lambert2015-03-062-14/+7
* staging: rtl8192x: Remove use of seq_printf return valueJoe Perches2015-03-061-1/+3
* staging: rtl8192e: Remove if conditions.Navya Sri Nizamkari2015-03-061-12/+0
* staging: rtl8192e: remove extra parentheses around right bit shift operationAya Mahfouz2015-03-061-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/+12
* Staging: rtl8192e: rtl8192e: fix space prohibited before that ','Hatice ERTÜRK2015-03-011-3/+3
* Staging: rtl8192e: Remove unneeded brackets.Vatika Harlalka2015-03-011-6/+6
* Staging: rtl8192e: Fix line over 80 charactersKsenija Stanojevic2015-03-011-1/+1
* Staging: rtl8192e: Use ether_addr_copy() instead of memcpy()Ksenija Stanojevic2015-03-011-2/+2
* Staging: rtl8192e: Replace printk with netdev_dbg, netdev_info, or netdev_warnKsenija Stanojevic2015-03-011-8/+8
* staging: rtl8192e: rewrite the right hand side of an assignmentAya Mahfouz2015-02-261-2/+2
* staging: rtl8192e: rewrite the right hand side of an assignmentAya Mahfouz2015-02-261-1/+1
* Staging: rtl8192e: replace memcpy() by ether_addr_copy() using coccinelle and...Melike Yurtoglu2015-02-261-1/+1
* Staging: rtl8192e: Fixed unnecessary line continuation.Kolbeinn Karlsson2015-02-071-3/+1
* staging: rtl8192e: Fix duplicated conditional branchAlexander Kuleshov2015-01-171-2/+2
OpenPOWER on IntegriCloud