summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c
AgeCommit message (Expand)Author
2021-08-01staging: rtl8188eu: remove rtl8188eu driver from staging dirPhillip Potter
2021-06-24staging: rtl8188eu: fix usb_submit_urb error handlingMartin Kaiser
2021-06-09staging: rtl8188eu: remove RT_TRACE and DBG_88E prints from usb_ops_linux.cMartin Kaiser
2021-04-09staging: rtl8188eu: replace switch-case with ifMartin Kaiser
2021-04-09staging: rtl8188eu: make ffaddr2pipehdl staticMartin Kaiser
2021-04-09staging: rtl8188eu: remove the last urb callback macrosMartin Kaiser
2021-04-08staging: rtl8188eu: set pipe only onceMartin Kaiser
2021-04-08staging: rtl8188eu: move defines into the .c fileMartin Kaiser
2021-04-08staging: rtl8188eu: remove unnecessary bracketsMartin Kaiser
2021-04-07staging: rtl8188eu: remove an obsolete commentMartin Kaiser
2021-04-07staging: rtl8188eu: clean up usb_write32Martin Kaiser
2021-04-07staging: rtl8188eu: clean up usb_write16Martin Kaiser
2021-04-07staging: rtl8188eu: clean up usb_write8Martin Kaiser
2021-04-07staging: rtl8188eu: clean up usb_read32Martin Kaiser
2021-04-07staging: rtl8188eu: clean up usb_read16Martin Kaiser
2021-04-07staging: rtl8188eu: clean up usb_read8Martin Kaiser
2021-04-07staging: rtl8188eu: use actual request type as parameterMartin Kaiser
2021-04-07staging: rtl8188eu: ctrl vendor req index is not usedMartin Kaiser
2021-04-07staging: rtl8188eu: ctrl vendor req value is always 0x05Martin Kaiser
2020-09-16staging: rtl8188eu: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-07-10staging: rtl8188eu: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-11-16staging: rtl*: Remove tasklet callback castsKees Cook
2019-09-03staging: r8188eu: use skb_put_data instead of skb_put/memcpy pairIvan Safonov
2019-03-27Staging: rtl8188eu: Get rid of custom macro, DBG_88E in kmallocMadhumitha Prabakaran
2018-12-06staging: rtl8188eu: rename struct field Wifi_Error_StatusMichael Straube
2018-11-23staging: rtl8188eu: remove variable from rtl8188eu_xmit_tasklet()Michael Straube
2018-11-23staging: rtl8188eu: cleanup declarations in usb_ops_linux.cMichael Straube
2018-11-23staging: rtl8188eu: add spaces around '>>' and '&'Michael Straube
2018-11-23staging: rtl8188eu: remove unnecessary parenthesesMichael Straube
2018-11-23staging: rtl8188eu: correct spelling mistake in a commentMichael Straube
2018-11-23staging: rtl8188eu: remove braces from single if else statementMichael Straube
2018-11-23staging: rtl8188eu: cleanup line ending with a '('Michael Straube
2018-11-23staging: rtl8188eu: use __func__ in usb_ops_linux.cMichael Straube
2018-10-14staging: rtl8188eu: fix spelling mistake "EINPROGESS" -> "EINPROGRESS"Colin Ian King
2018-09-28staging: rtl8188eu: fix spelling mistake "transfoer_len" -> "transfer_len"Colin Ian King
2018-08-02staging: rtl8188eu: remove unnecessary parentheses - styleMichael Straube
2018-08-02staging: rtl8188eu: fix comparsions to NULL - styleMichael Straube
2018-07-24staging: rtl8188eu: fix lines over 80 charactersMichael Straube
2018-07-24staging: rtl8188eu: remove blank linesMichael Straube
2018-06-26staging: rtl8188eu: add SPDX identifiersMichael Straube
2017-10-18staging: rtl8188eu: usb_ops_linux: mark expected switch fall-throughGustavo A. R. Silva
2017-02-09staging:r8188eu: replace recv_frame->rx_(data|len|tail) with pkt->(data|len|t...Ivan Safonov
2017-02-09staging:r8188eu: replace rx_end member of recv_frame with pkt->endIvan Safonov
2017-01-23Staging: rtl8188eu: os_dep: usb_ops_linux.c - style fixDerek Robson
2017-01-16staging:r8188eu: remove unused rx_head member of struct recv_frameIvan Safonov
2017-01-05staging:r8188eu: eleminate recovery attemp using skb_clone after netdev_alloc...Ivan Safonov
2016-10-30staging: rtl8188eu: Standardize test for NULL.Elise Lennion
2016-10-16staging:r8188eu: remove unnecessary type cast for update_recvframe_phyinfo_88...Ivan Safonov
2016-10-16staging:r8188eu: refactor recvbuf2recvframe functionIvan Safonov
2016-10-16staging:r8188eu: remove rx_pending_cnt member of recv_priv structureIvan Safonov