aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/os_dep/recv_linux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-01staging: rtl8188eu: remove rtl8188eu driver from staging dirPhillip Potter1-138/+0
2021-06-25staging: rtl8188eu: remove all RT_TRACE calls from os_dep/recv_linux.cPhillip Potter1-7/+1
2021-04-09staging: rtl8188eu: remove unused function parameterMartin Kaiser1-2/+1
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-08-08staging: rtl8188eu: use is_multicast_ether_addr in recv_linux.cMichael Straube1-3/+3
2018-06-28staging: rtl8188eu: remove whitespace - coding styleMichael Straube1-7/+4
2018-06-26staging: rtl8188eu: add SPDX identifiersMichael Straube1-9/+1
2018-05-11staging:r8188eu: Remove rx_handler_data unnecessary readIvan Safonov1-4/+0
2017-10-18staging: rtl8188eu: Convert timers to use timer_setup()Kees Cook1-3/+2
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-6/+0
2017-01-16staging:r8188eu: remove unnecessary trace output in rtw_recv_indicatepkt()Ivan Safonov1-15/+0
2016-10-16staging:r8188eu: remove rtw_os_recv_resource_alloc functionIvan Safonov1-6/+0
2016-10-02staging:r8188eu: remove pkt_newalloc member of the recv_buf structureIvan Safonov1-1/+0
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann1-5/+0
2015-09-12Staging: rtl8188eu: os_dep: recv_linux.c: Remove explicit NULL comparisonShraddha Barke1-1/+1
2015-08-07staging: rtl8188eu: remove unused defineSudip Mukherjee1-2/+0
2015-08-07staging: rtl8188eu: rearrange codeSudip Mukherjee1-6/+4
2015-08-07staging: rtl8188eu: make function voidSudip Mukherjee1-2/+1
2015-08-07staging: rtl8188eu: remove unused argumentSudip Mukherjee1-2/+1
2015-03-16Staging: rtl8188eu: Eliminate use of _init_timerVaishali Thakkar1-2/+3
2014-07-30staging: rtl8188eu: Remove wrapper function _rtw_reordering_ctrl_timeout_handler()navin patidar1-9/+1
2014-07-30staging: rtl8188eu: Remove unused function rtw_os_read_port()navin patidar1-12/+0
2014-06-26staging: rtl8188eu: Remove function _rtw_memset()navin patidar1-2/+2
2014-06-26staging: rtl8188eu: Merge usb_ops.h into usb_ops_linux.hnavin patidar1-1/+1
2014-06-19staging: rtl8188eu: Remove function _rtw_read_port()navin patidar1-1/+1
2014-05-24staging: rtl8188eu: Remove function rtw_os_recvbuf_resource_free()navin patidar1-8/+0
2014-05-24staging: rtl8188eu: Remove function rtw_hostapd_mlme_rx()navin patidar1-5/+0
2014-05-24staging: rtl8188eu: Remove function rtw_os_recv_resource_free()navin patidar1-5/+0
2014-05-24staging: rtl8188eu: Remove function rtw_os_recv_resource_init()navin patidar1-7/+0
2014-05-03staging: rtl8188eu: Remove 'u8 *pbuf' from struct recv_bufnavin patidar1-1/+0
2014-05-03staging: rtl8188eu: Remove 'u32 ref_cnt' from struct recv_bufnavin patidar1-1/+0
2014-05-03staging: rtl8188eu: Remove 'u32 len' from struct recv_bufnavin patidar1-1/+0
2014-05-03staging: rtl8188eu: Remove 'pallocated_buf' from struct recv_bufnavin patidar1-1/+0
2014-05-03staging: rtl8188eu: Remove 'irp_pending' from struct recv_bufnavin patidar1-4/+2
2014-05-03staging: rtl8188eu: Remove pdata, phead, ptail and pend from struct recv_bufnavin patidar1-4/+0
2014-05-03staging: rtl8188eu: Remove 'int transfer_len' from struct recv_bufnavin patidar1-1/+0
2014-02-15staging: r8188eu: Remove union wrapping of recv_frameLarry Finger1-18/+18
2014-02-12staging: rtl8188eu: remove header file ethernet.hnavin patidar1-1/+0
2014-02-11staging: r8188eu: Remove _func_enter and _func_exit macrosLarry Finger1-3/+0
2014-02-11staging: r8188eu: Replace wrapper around _rtw_memcmp()Larry Finger1-2/+2
2013-12-20staging: r8188eu: Replace rtw_get_current_time() with jiffiesLarry Finger1-3/+3
2013-09-25staging: r8188eu: remove needless check before usb_free_urb()Wei Yongjun1-2/+1
2013-09-17staging: r8188eu: Fix a smatch warnings in core/rtw_recv.cLarry Finger1-2/+1
2013-08-22staging: r8188eu: Add files for new driver - part 19Larry Finger1-0/+261