aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/os_dep (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-15staging: rtl8188eu: Add device code for D-Link DWA-121 rev B1Michael Straube1-0/+1
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
2018-07-24staging: rtl8188eu: remove blank linesMichael Straube6-43/+0
2018-07-13staging: rtl8188eu: use strlcpy instead of strncpyMichael Straube1-1/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-06-28staging: rtl8188eu: remove whitespace - coding styleMichael Straube1-7/+4
2018-06-26staging: rtl8188eu: add SPDX identifiersMichael Straube10-90/+10
2018-05-31Staging:rtl888eu:include Fix CamelCase issueJanani Sankara Babu1-6/+6
2018-05-11staging:r8188eu: Remove rx_handler_data unnecessary readIvan Safonov1-4/+0
2018-02-22staging: rtl8188eu: Remove unneeded castChristopher Diaz Riveros1-1/+1
2018-02-16staging:r8188eu: Remove unused struct pkt_fileIvan Safonov1-37/+0
2017-11-28staging: rtl8188eu: Fix incorrect response to SIOCGIWESSIDLarry Finger1-10/+4
2017-11-02staging: rtl8188eu: Revert 4 commits breaking ARPHans de Goede1-29/+5
2017-10-18staging: rtl8188eu: usb_ops_linux: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-18staging: rtl8188eu: Convert timers to use timer_setup()Kees Cook2-15/+9
2017-08-29staging: rtl8188eu: remove unnecessary call to memsetHimanshu Jha1-2/+0