aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/os_dep (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-27Staging: rtl8188eu: Get rid of custom macro, DBG_88E in kmallocMadhumitha Prabakaran1-1/+0
2019-01-30staging: rtl8188eu: refactor rtw_reset_securitypriv()Michael Straube1-14/+15
2019-01-30staging: rtl8188eu: &array[0] -> arrayMichael Straube1-2/+2
2019-01-30staging: rtl8188eu: remove unncessary asignment to cleanup long lineMichael Straube1-2/+1
2019-01-30staging: rtl8188eu: cleanup declarations in mlme_linux.cMichael Straube1-4/+4
2019-01-30staging: rtl8188eu: remove unnecessary initializationsMichael Straube1-3/+3
2019-01-30staging: rtl8188eu: cleanup comments in mlme_linux.cMichael Straube1-6/+11
2019-01-28Merge 5.0-rc4 into staging-nextGreg Kroah-Hartman1-0/+1
2019-01-18staging: rtl8188eu: cleanup indenting issue in mlme_linux.cMichael Straube1-3/+2
2019-01-18staging: rtl8188eu: add spaces around operators in mlme_linux.cMichael Straube1-2/+2
2019-01-18staging: rtl8188eu: add spaces around operators in os_intfs.cMichael Straube1-3/+3
2019-01-18staging: rtl8188eu: cleanup declarations in os_intfs.cMichael Straube1-6/+6
2019-01-15staging: rtl8188eu: Refactoring struct ndis_802_11_ssid from CamelCase to correct code style.Florian Büstgens4-23/+23
2019-01-15staging: rtl8188eu: Add device code for D-Link DWA-121 rev B1Michael Straube1-0/+1
2019-01-15staging: rtl8188eu: remove unnecessary parentheses in os_intfs.cMichael Straube1-2/+2
2018-12-06staging: rtl8188eu: rename struct field Wifi_Error_StatusMichael Straube1-2/+2
2018-12-05staging: rtl8188eu: fix spelling mistake "inferface" -> "interface"Colin Ian King1-1/+1
2018-11-26staging: rtl8188eu: remove rtw_android_set_block()Michael Straube1-8/+0
2018-11-26staging: rtl8188eu: cleanup remaining comparsions to trueMichael Straube1-18/+18
2018-11-23staging: rtl8188eu: remove variable from rtl8188eu_xmit_tasklet()Michael Straube1-4/+1
2018-11-23staging: rtl8188eu: cleanup declarations in usb_ops_linux.cMichael Straube1-20/+20
2018-11-23staging: rtl8188eu: add spaces around '>>' and '&'Michael Straube1-8/+8
2018-11-23staging: rtl8188eu: remove unnecessary parenthesesMichael Straube1-1/+2
2018-11-23staging: rtl8188eu: correct spelling mistake in a commentMichael Straube1-1/+1
2018-11-23staging: rtl8188eu: remove braces from single if else statementMichael Straube1-3/+2
2018-11-23staging: rtl8188eu: cleanup line ending with a '('Michael Straube1-7/+5
2018-11-23staging: rtl8188eu: use __func__ in usb_ops_linux.cMichael Straube1-31/+53
2018-11-22staging: rtl8188eu: rename LedControl8188eu to avoid CamelCaseMichael Straube1-4/+4
2018-11-11staging: rtl8188eu: remove unnecessary parentheses in recv_linux.cMichael Straube1-2/+2
2018-11-11staging: rtl8188eu: add spaces around '*' in recv_linux.cMichael Straube1-1/+1
2018-11-11staging: rtl8188eu: use __func__ in recv_linux.cMichael Straube1-2/+2
2018-10-15staging: rtl8188eu: cleanup comparsions to falseMichael Straube2-7/+6
2018-10-14staging: rtl8188eu: fix spelling mistake "EINPROGESS" -> "EINPROGRESS"Colin Ian King1-1/+1
2018-10-10staging: rtl8188eu: remove whitespace - styleMichael Straube1-7/+7
2018-10-10staging: rtl8188eu: cleanup lines over 80 characters - styleMichael Straube1-5/+13
2018-10-10staging: rtl8188eu: add spaces around operators - styleMichael Straube1-2/+2
2018-10-10staging: rtl8188eu: use __func__ instead of hardcoded name - styleMichael Straube1-3/+6
2018-10-02staging: rtl8188eu: cleanup inconsistent indentingMichael Straube3-7/+7
2018-09-28staging: rtl8188eu: fix spelling mistake "transfoer_len" -> "transfer_len"Colin Ian King1-1/+1
2018-08-27staging: rtl8188eu: Removed unneeded variableBhaskar Singh1-2/+2
2018-08-27staging: rtl8188eu: Removed a function and coded inlineBhaskar Singh1-14/+0
2018-08-18Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds10-186/+45
2018-08-08staging: rtl8188eu: use is_multicast_ether_addr in recv_linux.cMichael Straube1-3/+3
2018-08-05staging: rtl8188eu: remove unnecessary includesMichael Straube1-1/+0
2018-08-02staging: rtl8188eu: remove unnecessary parentheses - styleMichael Straube1-2/+2
2018-08-02staging: rtl8188eu: fix comparsions to NULL - styleMichael Straube4-10/+10
2018-08-02staging: rtl8188eu: fix indentation - styleMichael Straube2-3/+3
2018-08-02staging: rtl8188eu: use is_broadcast_ether_addrMichael Straube1-24/+10
2018-07-24staging: rtl8188eu: fix lines over 80 charactersMichael Straube1-2/+2
2018-07-24staging: rtl8188eu: fix comparsions to trueMichael Straube1-2/+2