summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: core: switch with redundant casesNicholas Mc Guire2015-02-071-9/+0
* staging: rtl8188eu: odm: conditional setting with no effectNicholas Mc Guire2015-02-071-10/+3
* staging: rtl8188eu: odm: condition with no effectNicholas Mc Guire2015-02-071-7/+2
* staging: rtl8188eu: use msecs_to_jiffies for conversionsNicholas Mc Guire2015-02-071-1/+1
* staging: rtl8188eu: core: rtw_wlan_util.c: Fix for NULL dereferenceKumar Amit Mehta2015-01-281-0/+2
* staging: rtl8188eu: core: rtw_mlme_ext.c: Remove unused functionRickard Strandqvist2015-01-172-6/+0
* staging: rtl8188eu: os_dep: usb_ops_linux.c: Remove unused functionRickard Strandqvist2015-01-172-28/+0
* staging: rtl8188eu: hal: rtl8188e_hal_init.c: Remove unused functionRickard Strandqvist2015-01-172-15/+0
* staging: rtl8188eu: hal: rtl8188e_cmd.c: Remove unused functionRickard Strandqvist2015-01-172-17/+0
* staging: rtl8188eu: Fixed a space coding style issue.Gangadhar Vukkesala2015-01-171-1/+1
* Staging: rtl8188eu: {core, hal, include}: Removed inline functionAbel Moyo2015-01-174-35/+46
* staging: rtl8188eu: hal: hal_intf.c: Cleaning up functions that are not used ...Rickard Strandqvist2014-12-022-19/+0
* staging: rtl8188eu: usb_dvobj_init(): A NULL pointer check for usb_host_endpo...Jes Sorensen2014-12-021-18/+15
* staging:drivers:staging:rtl8188eu:hal:rtl8188e_hal_init.c: Added a blank line...Anjana Sasindran2014-12-021-0/+1
* Merge 3.18-rc7 into staging-work.Greg Kroah-Hartman2014-12-024-18/+19
|\
| * staging: r8188eu: Add new device ID for DLink GO-USB-N150Larry Finger2014-11-271-0/+1
| * staging: r8188eu: Fix scheduling while atomic error introduced in commit fadb...Larry Finger2014-11-263-18/+18
* | rtl8188eu: Fix a typo in rtw_led.*Krzysztof Konopko2014-11-262-3/+5
* | rtl8188eu: Fix FSF_MAILING_ADDRESS in rtw_led.*Krzysztof Konopko2014-11-262-8/+0
* | rtl8188eu: Simplify rtw_endofpktfile() in xmit_linux.cKrzysztof Konopko2014-11-261-7/+1
* | staging: rtl8188eu: unneeded NULL checkSudip Mukherjee2014-11-072-18/+16
* | staging: rtl8188eu: unneeded return variableSudip Mukherjee2014-11-074-16/+9
* | staging: rtl8188eu: Fix coding style space related ERROR problemsJia He2014-11-0330-112/+112
* | staging: r8188eu: cleanups in rtw_android_set_block()Dan Carpenter2014-11-031-12/+7
* | staging: r8188eu: get a string from the user correctlyDan Carpenter2014-11-031-16/+6
* | Staging: rtl8188eu: Use put_unaligned_le32Vaishali Thakkar2014-11-031-3/+1
* | Staging: rtl8188eu: rtw_pwrctrl: removed space before semicolon.Surya Seetharaman2014-11-031-1/+1
* | Staging: rtl8188eu: rtw_pwrctrl: removed a checkpatch warning.Surya Seetharaman2014-11-031-1/+0
* | Staging: rtl8188eu: rtw_pwrctrl: fixed checkpatch warning.Surya Seetharaman2014-11-031-1/+1
* | staging: rtl8188eu: Remove unnecessary else after returnDilek Uzulmez2014-11-031-10/+8
* | staging: rtl8188eu: core: Improve cleanup codeTapasweni Pathak2014-10-301-5/+5
* | staging: rtl8188eu: core: Remove null check before kfreeTapasweni Pathak2014-10-301-2/+1
* | staging: rt18188eu: Remove useless cast on NULLTapasweni Pathak2014-10-301-1/+1
* | staging: rtl8188eu: Remove double testTapasweni Pathak2014-10-301-1/+0
* | staging: rtl8188eu: os_dep: Remove useless cast on void pointerTapasweni Pathak2014-10-301-2/+2
* | staging: rtl8188eu: hal: Remove useless cast on void pointerTapasweni Pathak2014-10-302-2/+2
* | staging: rtl8188eu: core: Remove useless cast on void pointerTapasweni Pathak2014-10-308-23/+23
* | staging: rtl8188eu: os_dep: Used min_t instead of minGulsah Kose2014-10-301-1/+2
* | staging: rtl8188eu: os_dep: Removed unnecessary return.Gulsah Kose2014-10-301-2/+0
* | staging: rtl8188eu: core: Removed unnecessary return keyword.Gulsah Kose2014-10-301-1/+0
* | staging: rtl8188eu: core: Removed unnecessary parenthesis.Gulsah Kose2014-10-291-2/+2
* | staging: rtl8188eu: hal: space requiredPaul McQuade2014-10-291-1/+1
* | staging: rtl8188eu: core: Remove redundant memset before memcpyTapasweni Pathak2014-10-282-3/+0
* | staging: rtl8188eu: os_dep: Remove null check before kfreeTapasweni Pathak2014-10-271-12/+6
* | staging: remove unneeded parentheses around the right hand side of an assignmentJiayi Ye2014-10-271-1/+1
* | staging: rtl8188eu: core: fix null dereference on exit path in rtw_mlme.cJiayi Ye2014-10-271-1/+1
* | staging: rtl8188eu: os_dep: Replaced kzalloc and memcpy with kmemdupTapasweni Pathak2014-10-231-3/+1
* | staging: rtl8188eu: os_dep: Remove useless cast on kzallocTapasweni Pathak2014-10-231-1/+1
* | staging: rtl8188eu: core: fixed msleep < 20ms can sleep for up to 20ms warnin...Jiayi Ye2014-10-231-1/+1
* | Staging: rtl8188eu: core: Remove variable that is not very useful.Heena Sirwani2014-10-201-8/+5