summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_recv.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann2016-03-281-5/+0
* staging: rtl8188eu: core: Remove NULL test before vfreeBhaktipriya Shridhar2016-03-111-2/+1
* staging: rtl8188eu: core: Remove casts of pointer to same typeBhaktipriya Shridhar2016-03-111-5/+5
* staging: rtl8188eu: core: Remove unnecessary bracesBhaktipriya Shridhar2016-02-201-8/+4
* staging: rtl8188eu: use list_first_entry_or_null()Geliang Tang2016-02-071-11/+4
* staging: rtl8188eu: replace open-coded print_hex_dump()Andy Shevchenko2016-02-071-23/+16
* staging: rtl8188eu: operator = replaced by += in loop incrementIvan Safonov2015-10-291-3/+3
* staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 framesJakub Sitnicki2015-09-181-0/+14
* staging: rtl8188eu: remove multiple blank lineSudip Mukherjee2015-08-071-26/+0
* staging: rtl8188eu: remove unused functionSudip Mukherjee2015-08-071-8/+0
* staging: rtl8188eu: remove exit labelSudip Mukherjee2015-08-071-6/+2
* staging: rtl8188eu: make function voidSudip Mukherjee2015-08-071-1/+1
* staging: rtl8188eu: remove unused argumentSudip Mukherjee2015-08-071-1/+1
* rtl8188eu: don't duplicate ieee80211 constants for status/reasonPaul Gortmaker2015-05-081-0/+2
* Staging: rtl8188eu: Remove parentheses around right side an assignmentHaneen Mohammed2015-03-161-2/+2
* Staging: rtl8188eu: Eliminate use of _init_timerVaishali Thakkar2015-03-161-6/+8
* Staging: rtl8188eu: Eliminate use of _set_timerVaishali Thakkar2015-03-161-2/+4
* staging: rtl8188eu: unneeded return variableSudip Mukherjee2014-11-071-4/+2
* staging: rtl8188eu: Fix coding style space related ERROR problemsJia He2014-11-031-6/+6
* staging: rtl8188eu: core: Remove useless cast on void pointerTapasweni Pathak2014-10-301-1/+1
* staging: rtl8188eu: Remove mp( mesh point) mode supportnavin patidar2014-07-091-27/+0
* staging: rtl8188eu: Use get_unaligned_be16() instead of RTW_GET_BE16()navin patidar2014-06-261-2/+2
* staging: rtl8188eu: Replace _rtw_queue_empty() with list_empty()navin patidar2014-06-261-2/+2
* staging: rtl8188eu: Replace rtw_list_delete() with list_del_init()navin patidar2014-06-261-7/+7
* staging: rtl8188eu: Remove _rtw_init_listhead(), wrapper for INIT_LIST_HEAD()navin patidar2014-06-261-2/+2
* staging: rtl8188eu: Remove rtw_is_list_empty(), wrapper for list_emty()navin patidar2014-06-261-2/+2
* staging: rtl8188eu: Remove function rtw_end_of_queue_search()navin patidar2014-06-261-4/+4
* staging: rtl8188eu: Remove rtw_list_insert_tail(), wrapper for list_add_tail()navin patidar2014-06-261-6/+6
* staging: rtl8188eu: Remove function _rtw_memset()navin patidar2014-06-261-1/+1
* staging: rtl8188eu: Merge usb_ops.h into usb_ops_linux.hnavin patidar2014-06-261-1/+0
* staging: rtl8188eu: Remove function rtw_os_recv_resource_free()navin patidar2014-05-241-2/+0
* staging: rtl8188eu: Remove function rtw_os_recv_resource_init()navin patidar2014-05-241-2/+0
* staging: rtl8188eu: Remove 'spinlock_t lock' from struct recv_privnavin patidar2014-05-241-2/+0
* staging: rtl8188eu: Remove 'semaphore allrxreturnevt' from struct recv_privnavin patidar2014-05-241-2/+0
* staging: r8188eu: Fix some sparse warningsLarry Finger2014-05-231-6/+7
* staging: rtl8188eu: Remove function rtw_enqueue_recvbuf()navin patidar2014-05-031-12/+0
* staging: rtl8188eu: Remove function rtw_enqueue_recvbuf_to_head()navin patidar2014-05-031-12/+0
* staging: rtl8188eu: Remove function rtw_dequeue_recvbuf()navin patidar2014-05-031-25/+0
* staging: rtl8188eu: fix spaces instead of tabs for rtw_recv.cKonrad Zapalowicz2014-04-251-1/+1
* staging: r8188eu: Fix case where ethtype was never obtained and always be che...Larry Finger2014-04-161-9/+6
* staging: r8188eu: Calling rtw_get_stainfo() with a NULL sta_addr will return ...Larry Finger2014-04-161-2/+2
* staging: rtl8188eu: Fix typo in rtl8188eu/coreMasanari Iida2014-02-271-4/+4
* staging: r8188eu: Remove get_recvframe_data()Larry Finger2014-02-151-4/+2
* staging: r8188eu: Remove get_recvframe_len()Larry Finger2014-02-151-1/+1
* staging: r8188eu: Remove union wrapping of recv_frameLarry Finger2014-02-151-156/+187
* staging: r8188eu: Remove unnecessary list_head entry from recv_frame unionLarry Finger2014-02-151-3/+4
* staging: r8188eu: Fix Smatch warningsLarry Finger2014-02-141-1/+2
* staging: r8188eu: Fix more Smatch warnings and errorsLarry Finger2014-02-141-4/+3
* staging: rtl8188eu: remove header file ethernet.hnavin patidar2014-02-121-1/+3
* staging: r8188eu: Remove _func_enter and _func_exit macrosLarry Finger2014-02-111-41/+0
OpenPOWER on IntegriCloud