aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-17Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds16-107/+83
2016-03-11staging: rtl8192e: rtllib_crypt_tkip: Remove unnecessary else after returnBhaktipriya Shridhar1-2/+1
2016-03-11Staging: rtl8192e: Replace random_ether_addr with eth_random_addrBhumika Goyal1-7/+1
2016-03-11staging: rtl8192e: Drop cast on void pointerJanani Ravichandran1-1/+1
2016-03-11staging: rtl8192e: rtl8192e: Remove create_workqueue()Amitoj Kaur Chawla4-18/+13
2016-03-11drivers: staging: rtl8192e: rtllib_rx.c: Fix blank lines before a close braceTapan Prakash T1-2/+0
2016-03-11drivers: staging: rtl8192e: rtllib_rx.c: Fix code indent for conditional statementTapan Prakash T1-1/+1
2016-03-11staging: rtl8192e: Prefer using macro DIV_ROUND_UPBhaktipriya Shridhar1-2/+2
2016-03-11staging: rtl8192e: Remove create_workqueue()Amitoj Kaur Chawla5-36/+34
2016-02-20staging: rtl8192e: Drop useless initialisationBhaktipriya Shridhar6-11/+11
2016-02-20staging: rtl8192e: Remove explicit pointer cast in assignmentsJanani Ravichandran1-14/+14
2016-02-11staging: rtl8192e: prefer using eth_broadcast_addr()Hari Prasath Gujulan Elango1-2/+2
2016-02-07staging: rtl8192e: use to_delayed_workGeliang Tang1-1/+1
2016-02-07staging: rtl8192e: Clean unnecessary blank linesAmadeusz Pawlik1-3/+0
2016-02-07staging: rtl8192e: remove unnecessary multiple blank linesChristian Colic1-5/+0
2016-02-07staging:rtl8192e: Usage count off by oneSean MacLennan2-2/+2
2016-01-27staging: rtl8192e: Replace uses of obsolete blkcipher and hashHerbert Xu2-65/+82
2015-11-15staging: rtl8192e: Remove unnecessary variableAmitoj Kaur Chawla1-3/+2
2015-10-24staging: rtl8192e: _rtl92e_fw_boot_cpu: Remove unneeded gotoMateusz Kulikowski1-5/+2
2015-10-24staging: rtl8192e: fw: Use netdev_dbg instead of RT_TRACEMateusz Kulikowski1-6/+6
2015-10-24staging: rtl8192e: Remove _rtl92e_fw_download_code()Mateusz Kulikowski1-53/+3
2015-10-24staging: rtl8192e: Swap firmware endian in _rtl92e_fw_prepare()Mateusz Kulikowski1-16/+9
2015-10-24staging: rtl8192e: Add _rtl92e_fw_prepareMateusz Kulikowski1-32/+39
2015-10-24staging: rtl8192e: Add _rtl92e_wait_for_fw()Mateusz Kulikowski1-55/+18
2015-10-24staging: rtl8192e: init_fw: Drop unneded checkMateusz Kulikowski1-3/+1
2015-10-24staging: rtl8192e: Rename rt_firmware::firmware_status to statusMateusz Kulikowski3-12/+12
2015-10-24staging: rtl8192e: Add rt_fw_blobMateusz Kulikowski2-14/+17
2015-10-24staging: rtl8192e: cmd_pkt: Handle INIT packetsMateusz Kulikowski1-8/+24
2015-10-24staging: rtl8192e: Use macro to represent fragmentation thresholdMateusz Kulikowski4-27/+6