aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-15staging: rtl8192e: rtl92e_get_eeprom_size Fix read size of EPROM_CMD.Malcolm Priestley1-1/+1
2017-05-15staging: rtl8192e: fix 2 byte alignment of register BSSIDR.Malcolm Priestley1-4/+5
2017-05-15staging: rtl8192e: rtl92e_fill_tx_desc fix write to mapped out memory.Malcolm Priestley1-4/+9
2017-03-29staging: rtl8192e: Fix embedded function names with __func__Suniel Mahesh1-11/+11
2017-03-23staging: rtl8192e: Fix issues reported by checkpatch.plSuniel Mahesh1-22/+24
2017-03-23staging: rtl8192e: Rectify pointer comparisions with NULLSuniel Mahesh1-2/+2
2017-03-23Staging: rtl8192e - fixed style of block commentsDerek Robson34-101/+103
2017-03-12staging: rtl8192e: Remove multiple assignmentsGargi Sharma1-4/+7
2017-03-09staging: rtl8192e: Indent the codeGeorgiana Rodica Chelu1-1/+1
2017-03-09staging: rtl8192e: Remove useless type conversionGargi Sharma1-19/+13
2017-03-06staging: rtl8192e: replace explicit NULL comparisonGargi Sharma1-2/+2
2017-03-06staging: rtl8192e: Remove useless parenthesesGargi Sharma2-2/+2
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-25/+21
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+4
2017-02-10Staging: rtl8192e: remove redundant null check on array algColin Ian King1-17/+15
2017-02-02staging: rtl8192e: Aligning the * on each line in block commentsArushi1-1/+1
2017-01-19Make static usermode helper binaries constantGreg Kroah-Hartman1-4/+4
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser1-1/+0
2017-01-16staging: rtl8192e: rtl8192e: Remove NULL test before vfreeShyam Saini1-4/+2
2017-01-16Drivers: staging: rtl8192e: style fix, octal file permissionsDerek Robson1-3/+3
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2-4/+0
2016-12-13Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds9-12/+12
2016-11-15staging: rtl8192e: Added new line after declarationYamanappagouda Patil2-0/+2
2016-11-15staging: rtl8192e: Fixed coding style wornings on Block comments.Yamanappagouda Patil4-4/+4
2016-10-30staging: rtl8192e: Standardize test for NULL.Elise Lennion2-3/+3
2016-10-25staging: rtl8192x: fix bogus maybe-uninitialized warningArnd Bergmann1-1/+1
2016-10-17staging: rtl8192e: Compress return logic into one line.Elise Lennion1-3/+1
2016-10-16Staging: rtl8192e: rtl_core: Constify rtllib_qos_parameters structuresBhumika Goyal1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-10-02staging: rtl8188eu: core: rtw_xmit: Use macros instead of constantsGeorgiana Rodica Chelu1-1/+1
2016-09-28staging: rtl8192e: fixed use a blank line after function/struct/union/enum declarationsDarryl T. Agostinelli1-0/+1
2016-09-28staging: rtl8192e: fixed statements should start on a tabstopDarryl T. Agostinelli1-9/+11
2016-09-28staging: rtl8192e: fixed block comments use * on subsequent linesDarryl T. Agostinelli1-27/+27
2016-09-26staging: rtl8192e: fixed block comments should align the * on each lineDarryl T. Agostinelli1-1/+1
2016-09-20staging: rtl8192e: Insert blank line after function declarationNamrata A Shettar1-0/+1
2016-09-20staging: rtl8192e: Add space around binary operator '+'Namrata A Shettar1-2/+2
2016-09-20staging: rtl8192e: Remove unnecessary blank linesNamrata A Shettar1-2/+0
2016-09-20staging: rtl8192e: Add space around '+'Namrata A Shettar1-5/+5
2016-09-18Staging: rtl8192e: Use !x instead of x == NULLSandhya Bankar1-1/+1
2016-09-12Staging: rtl8192e: mark symbols static where possibleBaoyou Xie1-16/+25
2016-09-12staging: rtl8192e: constify local structuresJulia Lawall1-1/+1
2016-08-21rtl8192e: Replace semaphore ips_sem with mutexBinoy Jayan5-17/+16
2016-08-21rtl8192e: Replace semaphore scan_sem with mutexBinoy Jayan2-9/+9
2016-08-21rtl8192e: Replace semaphore rf_sem with mutexBinoy Jayan3-4/+4
2016-08-21rtl8192e: r8192_priv: Replace semaphore wx_sem with mutexBinoy Jayan3-67/+67
2016-08-21rtl8192e: rtllib_device: Replace semaphore wx_sem with mutexBinoy Jayan5-47/+46
2016-08-21staging/rtl8192e: avoid comparing unsigned type >= 0Arnd Bergmann2-3/+5
2016-08-21staging/rtl8192e: use s8 instead of charArnd Bergmann4-12/+12
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal1-1/+1