aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-16staging: rtl*: Remove tasklet callback castsKees Cook1-4/+4
2019-09-03staging: r8188eu: use skb_put_data instead of skb_put/memcpy pairIvan Safonov1-2/+1
2019-03-27Staging: rtl8188eu: Get rid of custom macro, DBG_88E in kmallocMadhumitha Prabakaran1-1/+0
2018-12-06staging: rtl8188eu: rename struct field Wifi_Error_StatusMichael Straube1-2/+2
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-10-14staging: rtl8188eu: fix spelling mistake "EINPROGESS" -> "EINPROGRESS"Colin Ian King1-1/+1
2018-09-28staging: rtl8188eu: fix spelling mistake "transfoer_len" -> "transfer_len"Colin Ian King1-1/+1
2018-08-02staging: rtl8188eu: remove unnecessary parentheses - styleMichael Straube1-2/+2
2018-08-02staging: rtl8188eu: fix comparsions to NULL - styleMichael Straube1-5/+5
2018-07-24staging: rtl8188eu: fix lines over 80 charactersMichael Straube1-2/+2
2018-07-24staging: rtl8188eu: remove blank linesMichael Straube1-14/+0
2018-06-26staging: rtl8188eu: add SPDX identifiersMichael Straube1-9/+1
2017-10-18staging: rtl8188eu: usb_ops_linux: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-02-09staging:r8188eu: replace recv_frame->rx_(data|len|tail) with pkt->(data|len|tail) and remove unused recvframe_(put|pull|pull_tail)()Ivan Safonov1-8/+4
2017-02-09staging:r8188eu: replace rx_end member of recv_frame with pkt->endIvan Safonov1-1/+0
2017-01-23Staging: rtl8188eu: os_dep: usb_ops_linux.c - style fixDerek Robson1-1/+1
2017-01-16staging:r8188eu: remove unused rx_head member of struct recv_frameIvan Safonov1-1/+0
2017-01-05staging:r8188eu: eleminate recovery attemp using skb_clone after netdev_alloc_skb failIvan Safonov1-16/+3
2016-10-30staging: rtl8188eu: Standardize test for NULL.Elise Lennion1-1/+1
2016-10-16staging:r8188eu: remove unnecessary type cast for update_recvframe_phyinfo_88e argumentIvan Safonov1-1/+1
2016-10-16staging:r8188eu: refactor recvbuf2recvframe functionIvan Safonov1-16/+15
2016-10-16staging:r8188eu: remove rx_pending_cnt member of recv_priv structureIvan Safonov1-4/+0
2016-10-16staging:r8188eu: change type of the precv_buf member of recv_priv structureIvan Safonov1-1/+1
2016-10-16staging:r8188eu: remove ff_hwaddr member of recv_priv structureIvan Safonov1-3/+3
2016-10-16staging:r8188eu: remove (u32 cnt) argument of usb_read_port functionIvan Safonov1-4/+4
2016-10-16staging:r8188eu: change usb_read_port last argument type to (struct *recv_buf)Ivan Safonov1-5/+4
2016-10-16staging:r8188eu: remove skb data alignment in r8188eu driver codeIvan Safonov1-7/+1
2016-09-20staging: r8188eu: remove GET_HAL_DATA macroIvan Safonov1-8/+4
2016-09-20staging: r8188eu: change last argument type of the usb_write_port functionIvan Safonov1-15/+14
2016-09-12staging: r8188eu: rename usb_read_port_cancel to rtw_hal_inirp_deinitIvan Safonov1-1/+1
2016-09-12staging: r8188eu: remove pxmitbuf parameter of rtl8188eu_xmitframe_complete functionIvan Safonov1-1/+1
2016-09-12staging: r8188eu: remove usb_vendor_req_buf member of dvobj_privIvan Safonov1-1/+3
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann1-4/+0
2015-10-17staging: r8188eu: Add _enter_critical_mutex() error handlingAlexey Khoroshilov1-1/+4
2015-03-01staging: rtl8188eu: Add blank line after declarationsNavya Sri Nizamkari1-0/+1
2015-03-01staging: rtl8188eu: Compress two statements into one.Navya Sri Nizamkari1-9/+6
2015-01-17staging: rtl8188eu: os_dep: usb_ops_linux.c: Remove unused functionRickard Strandqvist1-27/+0
2014-11-03staging: rtl8188eu: Fix coding style space related ERROR problemsJia He1-2/+2
2014-10-30staging: rtl8188eu: os_dep: Remove useless cast on void pointerTapasweni Pathak1-2/+2
2014-06-26staging: rtl8188eu: Use round_up() instead of _RND4()navin patidar1-1/+1
2014-06-26staging: rtl8188eu: Use round_up() instead of _RND128()navin patidar1-1/+1
2014-06-26staging: rtl8188eu: Remove _rtw_init_listhead(), wrapper for INIT_LIST_HEAD()navin patidar1-1/+1
2014-06-26staging: rtl8188eu: Remove function _rtw_memset()navin patidar1-1/+1