summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_recv.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-16staging:r8188eu: change poiter type from u8 to void for pallocated_frame_buf ...Ivan Safonov1-1/+1
2016-10-16staging:r8188eu: remove precv_frame_buf member of recv_priv structureIvan Safonov1-3/+1
2016-10-16staging:r8188eu: remove rx_pending_cnt member of recv_priv structureIvan Safonov1-2/+0
2016-10-16staging:r8188eu: remove free_recvframe_cnt member of recv_priv structureIvan Safonov1-31/+2
2016-10-16staging:r8188eu: remove wrappers for LedControl8188eu functionIvan Safonov1-2/+2
2016-10-16staging:r8188eu: remove rtw_os_recv_resource_alloc functionIvan Safonov1-2/+1
2016-09-20staging: r8188eu: replace N_BYTE_ALIGMENT macro with PTR_ALIGNIvan Safonov1-1/+1
2016-09-12staging: rtl8188eu: declare internal function as staticLuca Ceresoli1-2/+2
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann1-5/+0
2016-03-11staging: rtl8188eu: core: Remove NULL test before vfreeBhaktipriya Shridhar1-2/+1
2016-03-11staging: rtl8188eu: core: Remove casts of pointer to same typeBhaktipriya Shridhar1-5/+5
2016-02-20staging: rtl8188eu: core: Remove unnecessary bracesBhaktipriya Shridhar1-8/+4
2016-02-07staging: rtl8188eu: use list_first_entry_or_null()Geliang Tang1-11/+4
2016-02-07staging: rtl8188eu: replace open-coded print_hex_dump()Andy Shevchenko1-23/+16
2015-10-29staging: rtl8188eu: operator = replaced by += in loop incrementIvan Safonov1-3/+3
2015-09-18staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 framesJakub Sitnicki1-0/+14
2015-08-07staging: rtl8188eu: remove multiple blank lineSudip Mukherjee1-26/+0
2015-08-07staging: rtl8188eu: remove unused functionSudip Mukherjee1-8/+0
2015-08-07staging: rtl8188eu: remove exit labelSudip Mukherjee1-6/+2
2015-08-07staging: rtl8188eu: make function voidSudip Mukherjee1-1/+1
2015-08-07staging: rtl8188eu: remove unused argumentSudip Mukherjee1-1/+1
2015-05-08rtl8188eu: don't duplicate ieee80211 constants for status/reasonPaul Gortmaker1-0/+2
2015-03-16Staging: rtl8188eu: Remove parentheses around right side an assignmentHaneen Mohammed1-2/+2
2015-03-16Staging: rtl8188eu: Eliminate use of _init_timerVaishali Thakkar1-6/+8
2015-03-16Staging: rtl8188eu: Eliminate use of _set_timerVaishali Thakkar1-2/+4
2014-11-07staging: rtl8188eu: unneeded return variableSudip Mukherjee1-4/+2
2014-11-03staging: rtl8188eu: Fix coding style space related ERROR problemsJia He1-6/+6
2014-10-30staging: rtl8188eu: core: Remove useless cast on void pointerTapasweni Pathak1-1/+1
2014-07-09staging: rtl8188eu: Remove mp( mesh point) mode supportnavin patidar1-27/+0
2014-06-26staging: rtl8188eu: Use get_unaligned_be16() instead of RTW_GET_BE16()navin patidar1-2/+2
2014-06-26staging: rtl8188eu: Replace _rtw_queue_empty() with list_empty()navin patidar1-2/+2
2014-06-26staging: rtl8188eu: Replace rtw_list_delete() with list_del_init()navin patidar1-7/+7
2014-06-26staging: rtl8188eu: Remove _rtw_init_listhead(), wrapper for INIT_LIST_HEAD()navin patidar1-2/+2
2014-06-26staging: rtl8188eu: Remove rtw_is_list_empty(), wrapper for list_emty()navin patidar1-2/+2
2014-06-26staging: rtl8188eu: Remove function rtw_end_of_queue_search()navin patidar1-4/+4
2014-06-26staging: rtl8188eu: Remove rtw_list_insert_tail(), wrapper for list_add_tail()navin patidar1-6/+6
2014-06-26staging: rtl8188eu: Remove function _rtw_memset()navin patidar1-1/+1
2014-06-26staging: rtl8188eu: Merge usb_ops.h into usb_ops_linux.hnavin patidar1-1/+0
2014-05-24staging: rtl8188eu: Remove function rtw_os_recv_resource_free()navin patidar1-2/+0
2014-05-24staging: rtl8188eu: Remove function rtw_os_recv_resource_init()navin patidar1-2/+0
2014-05-24staging: rtl8188eu: Remove 'spinlock_t lock' from struct recv_privnavin patidar1-2/+0
2014-05-24staging: rtl8188eu: Remove 'semaphore allrxreturnevt' from struct recv_privnavin patidar1-2/+0
2014-05-23staging: r8188eu: Fix some sparse warningsLarry Finger1-6/+7
2014-05-03staging: rtl8188eu: Remove function rtw_enqueue_recvbuf()navin patidar1-12/+0
2014-05-03staging: rtl8188eu: Remove function rtw_enqueue_recvbuf_to_head()navin patidar1-12/+0
2014-05-03staging: rtl8188eu: Remove function rtw_dequeue_recvbuf()navin patidar1-25/+0
2014-04-25staging: rtl8188eu: fix spaces instead of tabs for rtw_recv.cKonrad Zapalowicz1-1/+1
2014-04-16staging: r8188eu: Fix case where ethtype was never obtained and always be che...Larry Finger1-9/+6
2014-04-16staging: r8188eu: Calling rtw_get_stainfo() with a NULL sta_addr will return ...Larry Finger1-2/+2
2014-02-27staging: rtl8188eu: Fix typo in rtl8188eu/coreMasanari Iida1-4/+4