summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192e: Fix embedded function names with __func__Suniel Mahesh2017-03-291-11/+11
* staging: rtl8192e: Fix issues reported by checkpatch.plSuniel Mahesh2017-03-231-22/+24
* staging: rtl8192e: Rectify pointer comparisions with NULLSuniel Mahesh2017-03-231-2/+2
* Staging: rtl8192e - fixed style of block commentsDerek Robson2017-03-2334-101/+103
* staging: rtl8192e: Remove multiple assignmentsGargi Sharma2017-03-121-4/+7
* staging: rtl8192e: Indent the codeGeorgiana Rodica Chelu2017-03-091-1/+1
* staging: rtl8192e: Remove useless type conversionGargi Sharma2017-03-091-19/+13Star
* staging: rtl8192e: replace explicit NULL comparisonGargi Sharma2017-03-061-2/+2
* staging: rtl8192e: Remove useless parenthesesGargi Sharma2017-03-062-2/+2
* Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-223-25/+21Star
|\
| * Staging: rtl8192e: remove redundant null check on array algColin Ian King2017-02-101-17/+15Star
| * staging: rtl8192e: Aligning the * on each line in block commentsArushi2017-02-021-1/+1
| * staging: rtl8192e: rtl8192e: Remove NULL test before vfreeShyam Saini2017-01-161-4/+2Star
| * Drivers: staging: rtl8192e: style fix, octal file permissionsDerek Robson2017-01-161-3/+3
* | Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-221-4/+4
|\ \
| * | Make static usermode helper binaries constantGreg Kroah-Hartman2017-01-191-4/+4
| |/
* / net: Remove usage of net_device last_rx memberTobias Klauser2017-01-181-1/+0Star
|/
* Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-152-4/+0Star
* Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-139-12/+12
|\
| * staging: rtl8192e: Added new line after declarationYamanappagouda Patil2016-11-152-0/+2
| * staging: rtl8192e: Fixed coding style wornings on Block comments.Yamanappagouda Patil2016-11-154-4/+4
| * staging: rtl8192e: Standardize test for NULL.Elise Lennion2016-10-302-3/+3
| * staging: rtl8192x: fix bogus maybe-uninitialized warningArnd Bergmann2016-10-251-1/+1
| * staging: rtl8192e: Compress return logic into one line.Elise Lennion2016-10-171-3/+1Star
| * Staging: rtl8192e: rtl_core: Constify rtllib_qos_parameters structuresBhumika Goyal2016-10-161-1/+1
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0Star
|/
* staging: rtl8188eu: core: rtw_xmit: Use macros instead of constantsGeorgiana Rodica Chelu2016-10-021-1/+1
* staging: rtl8192e: fixed use a blank line after function/struct/union/enum de...Darryl T. Agostinelli2016-09-281-0/+1
* staging: rtl8192e: fixed statements should start on a tabstopDarryl T. Agostinelli2016-09-281-9/+11
* staging: rtl8192e: fixed block comments use * on subsequent linesDarryl T. Agostinelli2016-09-281-27/+27
* staging: rtl8192e: fixed block comments should align the * on each lineDarryl T. Agostinelli2016-09-261-1/+1
* staging: rtl8192e: Insert blank line after function declarationNamrata A Shettar2016-09-201-0/+1
* staging: rtl8192e: Add space around binary operator '+'Namrata A Shettar2016-09-201-2/+2
* staging: rtl8192e: Remove unnecessary blank linesNamrata A Shettar2016-09-201-2/+0Star
* staging: rtl8192e: Add space around '+'Namrata A Shettar2016-09-201-5/+5
* Staging: rtl8192e: Use !x instead of x == NULLSandhya Bankar2016-09-181-1/+1
* Staging: rtl8192e: mark symbols static where possibleBaoyou Xie2016-09-121-16/+25
* staging: rtl8192e: constify local structuresJulia Lawall2016-09-121-1/+1
* rtl8192e: Replace semaphore ips_sem with mutexBinoy Jayan2016-08-215-17/+16Star
* rtl8192e: Replace semaphore scan_sem with mutexBinoy Jayan2016-08-212-9/+9
* rtl8192e: Replace semaphore rf_sem with mutexBinoy Jayan2016-08-213-4/+4
* rtl8192e: r8192_priv: Replace semaphore wx_sem with mutexBinoy Jayan2016-08-213-67/+67
* rtl8192e: rtllib_device: Replace semaphore wx_sem with mutexBinoy Jayan2016-08-215-47/+46Star
* staging/rtl8192e: avoid comparing unsigned type >= 0Arnd Bergmann2016-08-212-3/+5
* staging/rtl8192e: use s8 instead of charArnd Bergmann2016-08-214-12/+12
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal2016-05-041-1/+1
* Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-1816-107/+83Star
|\
| * staging: rtl8192e: rtllib_crypt_tkip: Remove unnecessary else after returnBhaktipriya Shridhar2016-03-121-2/+1Star
| * Staging: rtl8192e: Replace random_ether_addr with eth_random_addrBhumika Goyal2016-03-121-7/+1Star