summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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/+16
* 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/+46
* 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-1716-107/+83
|\
| * staging: rtl8192e: rtllib_crypt_tkip: Remove unnecessary else after returnBhaktipriya Shridhar2016-03-111-2/+1
| * Staging: rtl8192e: Replace random_ether_addr with eth_random_addrBhumika Goyal2016-03-111-7/+1
| * staging: rtl8192e: Drop cast on void pointerJanani Ravichandran2016-03-111-1/+1
| * staging: rtl8192e: rtl8192e: Remove create_workqueue()Amitoj Kaur Chawla2016-03-114-18/+13
| * drivers: staging: rtl8192e: rtllib_rx.c: Fix blank lines before a close braceTapan Prakash T2016-03-111-2/+0
| * drivers: staging: rtl8192e: rtllib_rx.c: Fix code indent for conditional stat...Tapan Prakash T2016-03-111-1/+1
| * staging: rtl8192e: Prefer using macro DIV_ROUND_UPBhaktipriya Shridhar2016-03-111-2/+2
| * staging: rtl8192e: Remove create_workqueue()Amitoj Kaur Chawla2016-03-115-36/+34
| * staging: rtl8192e: Drop useless initialisationBhaktipriya Shridhar2016-02-206-11/+11
| * staging: rtl8192e: Remove explicit pointer cast in assignmentsJanani Ravichandran2016-02-201-14/+14
| * staging: rtl8192e: prefer using eth_broadcast_addr()Hari Prasath Gujulan Elango2016-02-111-2/+2
| * staging: rtl8192e: use to_delayed_workGeliang Tang2016-02-071-1/+1
| * staging: rtl8192e: Clean unnecessary blank linesAmadeusz Pawlik2016-02-071-3/+0
| * staging: rtl8192e: remove unnecessary multiple blank linesChristian Colic2016-02-071-5/+0
| * staging:rtl8192e: Usage count off by oneSean MacLennan2016-02-072-2/+2
* | staging: rtl8192e: Replace uses of obsolete blkcipher and hashHerbert Xu2016-01-272-65/+82
|/
* staging: rtl8192e: Remove unnecessary variableAmitoj Kaur Chawla2015-11-151-3/+2
* staging: rtl8192e: _rtl92e_fw_boot_cpu: Remove unneeded gotoMateusz Kulikowski2015-10-241-5/+2
* staging: rtl8192e: fw: Use netdev_dbg instead of RT_TRACEMateusz Kulikowski2015-10-241-6/+6
* staging: rtl8192e: Remove _rtl92e_fw_download_code()Mateusz Kulikowski2015-10-241-53/+3
* staging: rtl8192e: Swap firmware endian in _rtl92e_fw_prepare()Mateusz Kulikowski2015-10-241-16/+9
* staging: rtl8192e: Add _rtl92e_fw_prepareMateusz Kulikowski2015-10-241-32/+39
* staging: rtl8192e: Add _rtl92e_wait_for_fw()Mateusz Kulikowski2015-10-241-55/+18
* staging: rtl8192e: init_fw: Drop unneded checkMateusz Kulikowski2015-10-241-3/+1
* staging: rtl8192e: Rename rt_firmware::firmware_status to statusMateusz Kulikowski2015-10-243-12/+12
* staging: rtl8192e: Add rt_fw_blobMateusz Kulikowski2015-10-242-14/+17
* staging: rtl8192e: cmd_pkt: Handle INIT packetsMateusz Kulikowski2015-10-241-8/+24
* staging: rtl8192e: Use macro to represent fragmentation thresholdMateusz Kulikowski2015-10-244-27/+6
OpenPOWER on IntegriCloud