summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/os_dep
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: os_dep: Remove return variableNishka Dasgupta2019-07-011-2/+2
* staging: rtl8188eu: Add 'rtl8188eufw.bin' to MODULE_FIRMWARE listAlexander Dahl2019-07-011-0/+1
* Staging: rtl8188eu: os_dep: Replace comparison with zero to !xPuranjay Mohan2019-05-221-1/+1
* Staging: rtl8188eu: os_dep: Use %s and __func__ in stringsPuranjay Mohan2019-05-201-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-2/+1Star
|\
| * net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-2/+1Star
* | Staging: rtl8188eu: Get rid of custom macro, DBG_88E in kmallocMadhumitha Prabakaran2019-03-271-1/+0Star
|/
* staging: rtl8188eu: refactor rtw_reset_securitypriv()Michael Straube2019-01-301-14/+15
* staging: rtl8188eu: &array[0] -> arrayMichael Straube2019-01-301-2/+2
* staging: rtl8188eu: remove unncessary asignment to cleanup long lineMichael Straube2019-01-301-2/+1Star
* staging: rtl8188eu: cleanup declarations in mlme_linux.cMichael Straube2019-01-301-4/+4
* staging: rtl8188eu: remove unnecessary initializationsMichael Straube2019-01-301-3/+3
* staging: rtl8188eu: cleanup comments in mlme_linux.cMichael Straube2019-01-301-6/+11
* Merge 5.0-rc4 into staging-nextGreg Kroah-Hartman2019-01-281-0/+1
|\
| * staging: rtl8188eu: Add device code for D-Link DWA-121 rev B1Michael Straube2019-01-151-0/+1
* | staging: rtl8188eu: cleanup indenting issue in mlme_linux.cMichael Straube2019-01-181-3/+2Star
* | staging: rtl8188eu: add spaces around operators in mlme_linux.cMichael Straube2019-01-181-2/+2
* | staging: rtl8188eu: add spaces around operators in os_intfs.cMichael Straube2019-01-181-3/+3
* | staging: rtl8188eu: cleanup declarations in os_intfs.cMichael Straube2019-01-181-6/+6
* | staging: rtl8188eu: Refactoring struct ndis_802_11_ssid from CamelCase to cor...Florian Büstgens2019-01-154-23/+23
* | staging: rtl8188eu: remove unnecessary parentheses in os_intfs.cMichael Straube2019-01-151-2/+2
|/
* staging: rtl8188eu: rename struct field Wifi_Error_StatusMichael Straube2018-12-061-2/+2
* staging: rtl8188eu: fix spelling mistake "inferface" -> "interface"Colin Ian King2018-12-051-1/+1
* staging: rtl8188eu: remove rtw_android_set_block()Michael Straube2018-11-261-8/+0Star
* staging: rtl8188eu: cleanup remaining comparsions to trueMichael Straube2018-11-261-18/+18
* staging: rtl8188eu: remove variable from rtl8188eu_xmit_tasklet()Michael Straube2018-11-231-4/+1Star
* staging: rtl8188eu: cleanup declarations in usb_ops_linux.cMichael Straube2018-11-231-20/+20
* staging: rtl8188eu: add spaces around '>>' and '&'Michael Straube2018-11-231-8/+8
* staging: rtl8188eu: remove unnecessary parenthesesMichael Straube2018-11-231-1/+2
* staging: rtl8188eu: correct spelling mistake in a commentMichael Straube2018-11-231-1/+1
* staging: rtl8188eu: remove braces from single if else statementMichael Straube2018-11-231-3/+2Star
* staging: rtl8188eu: cleanup line ending with a '('Michael Straube2018-11-231-7/+5Star
* staging: rtl8188eu: use __func__ in usb_ops_linux.cMichael Straube2018-11-231-31/+53
* staging: rtl8188eu: rename LedControl8188eu to avoid CamelCaseMichael Straube2018-11-221-4/+4
* staging: rtl8188eu: remove unnecessary parentheses in recv_linux.cMichael Straube2018-11-111-2/+2
* staging: rtl8188eu: add spaces around '*' in recv_linux.cMichael Straube2018-11-111-1/+1
* staging: rtl8188eu: use __func__ in recv_linux.cMichael Straube2018-11-111-2/+2
* staging: rtl8188eu: cleanup comparsions to falseMichael Straube2018-10-152-7/+6Star
* staging: rtl8188eu: fix spelling mistake "EINPROGESS" -> "EINPROGRESS"Colin Ian King2018-10-141-1/+1
* staging: rtl8188eu: remove whitespace - styleMichael Straube2018-10-101-7/+7
* staging: rtl8188eu: cleanup lines over 80 characters - styleMichael Straube2018-10-101-5/+13
* staging: rtl8188eu: add spaces around operators - styleMichael Straube2018-10-101-2/+2
* staging: rtl8188eu: use __func__ instead of hardcoded name - styleMichael Straube2018-10-101-3/+6
* staging: rtl8188eu: cleanup inconsistent indentingMichael Straube2018-10-033-7/+7
* staging: rtl8188eu: fix spelling mistake "transfoer_len" -> "transfer_len"Colin Ian King2018-09-281-1/+1
* staging: rtl8188eu: Removed unneeded variableBhaskar Singh2018-08-271-2/+2
* staging: rtl8188eu: Removed a function and coded inlineBhaskar Singh2018-08-271-14/+0Star
* Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-1810-186/+45Star
|\
| * staging: rtl8188eu: use is_multicast_ether_addr in recv_linux.cMichael Straube2018-08-081-3/+3
| * staging: rtl8188eu: remove unnecessary includesMichael Straube2018-08-051-1/+0Star