summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/core/rtw_recv.c
AgeCommit message (Expand)Author
2017-03-12staging: rtl: fix possible NULL pointer dereferenceArnd Bergmann
2016-09-20staging: r8188eu: replace N_BYTE_ALIGMENT macro with PTR_ALIGNIvan Safonov
2016-09-12staging: rtl8188eu: declare internal function as staticLuca Ceresoli
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann
2016-03-12staging: rtl8188eu: core: Remove NULL test before vfreeBhaktipriya Shridhar
2016-03-12staging: rtl8188eu: core: Remove casts of pointer to same typeBhaktipriya Shridhar
2016-02-20staging: rtl8188eu: core: Remove unnecessary bracesBhaktipriya Shridhar
2016-02-08staging: rtl8188eu: use list_first_entry_or_null()Geliang Tang
2016-02-08staging: rtl8188eu: replace open-coded print_hex_dump()Andy Shevchenko
2015-10-29staging: rtl8188eu: operator = replaced by += in loop incrementIvan Safonov
2015-09-19staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 framesJakub Sitnicki
2015-08-07staging: rtl8188eu: remove multiple blank lineSudip Mukherjee
2015-08-07staging: rtl8188eu: remove unused functionSudip Mukherjee
2015-08-07staging: rtl8188eu: remove exit labelSudip Mukherjee
2015-08-07staging: rtl8188eu: make function voidSudip Mukherjee
2015-08-07staging: rtl8188eu: remove unused argumentSudip Mukherjee
2015-05-08rtl8188eu: don't duplicate ieee80211 constants for status/reasonPaul Gortmaker
2015-03-16Staging: rtl8188eu: Remove parentheses around right side an assignmentHaneen Mohammed
2015-03-16Staging: rtl8188eu: Eliminate use of _init_timerVaishali Thakkar
2015-03-16Staging: rtl8188eu: Eliminate use of _set_timerVaishali Thakkar
2014-11-07staging: rtl8188eu: unneeded return variableSudip Mukherjee
2014-11-04staging: rtl8188eu: Fix coding style space related ERROR problemsJia He
2014-10-30staging: rtl8188eu: core: Remove useless cast on void pointerTapasweni Pathak
2014-07-10staging: rtl8188eu: Remove mp( mesh point) mode supportnavin patidar
2014-06-27staging: rtl8188eu: Use get_unaligned_be16() instead of RTW_GET_BE16()navin patidar
2014-06-27staging: rtl8188eu: Replace _rtw_queue_empty() with list_empty()navin patidar
2014-06-27staging: rtl8188eu: Replace rtw_list_delete() with list_del_init()navin patidar
2014-06-27staging: rtl8188eu: Remove _rtw_init_listhead(), wrapper for INIT_LIST_HEAD()navin patidar
2014-06-27staging: rtl8188eu: Remove rtw_is_list_empty(), wrapper for list_emty()navin patidar
2014-06-27staging: rtl8188eu: Remove function rtw_end_of_queue_search()navin patidar
2014-06-27staging: rtl8188eu: Remove rtw_list_insert_tail(), wrapper for list_add_tail()navin patidar
2014-06-27staging: rtl8188eu: Remove function _rtw_memset()navin patidar
2014-06-27staging: rtl8188eu: Merge usb_ops.h into usb_ops_linux.hnavin patidar
2014-05-23staging: rtl8188eu: Remove function rtw_os_recv_resource_free()navin patidar
2014-05-23staging: rtl8188eu: Remove function rtw_os_recv_resource_init()navin patidar
2014-05-23staging: rtl8188eu: Remove 'spinlock_t lock' from struct recv_privnavin patidar
2014-05-23staging: rtl8188eu: Remove 'semaphore allrxreturnevt' from struct recv_privnavin patidar
2014-05-23staging: r8188eu: Fix some sparse warningsLarry Finger
2014-05-04staging: rtl8188eu: Remove function rtw_enqueue_recvbuf()navin patidar
2014-05-04staging: rtl8188eu: Remove function rtw_enqueue_recvbuf_to_head()navin patidar
2014-05-04staging: rtl8188eu: Remove function rtw_dequeue_recvbuf()navin patidar
2014-04-25staging: rtl8188eu: fix spaces instead of tabs for rtw_recv.cKonrad Zapalowicz
2014-04-16staging: r8188eu: Fix case where ethtype was never obtained and always be che...Larry Finger
2014-04-16staging: r8188eu: Calling rtw_get_stainfo() with a NULL sta_addr will return ...Larry Finger
2014-02-27staging: rtl8188eu: Fix typo in rtl8188eu/coreMasanari Iida
2014-02-15staging: r8188eu: Remove get_recvframe_data()Larry Finger
2014-02-15staging: r8188eu: Remove get_recvframe_len()Larry Finger
2014-02-15staging: r8188eu: Remove union wrapping of recv_frameLarry Finger
2014-02-15staging: r8188eu: Remove unnecessary list_head entry from recv_frame unionLarry Finger
2014-02-14staging: r8188eu: Fix Smatch warningsLarry Finger