aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-16staging:r8188eu: remove unused rx_head member of struct recv_frameIvan Safonov2-2/+0
2017-01-16staging:r8188eu: remove unnecessary trace output in rtw_recv_indicatepkt()Ivan Safonov1-15/+0
2017-01-16staging:r8188eu: remove unused struct wifidirect_info and all corresponding codeIvan Safonov2-261/+0
2017-01-16staging:r8188eu: remove unused get_rxmem()Ivan Safonov1-8/+0
2017-01-16staging:r8188eu: remove unused EOR macroIvan Safonov1-2/+0
2017-01-16staging:r8188eu: remove unused WPA_(GET|PUT)_(BE|LE)_xx macroIvan Safonov1-29/+0
2017-01-16staging:r8188eu: remove unused (GET|PUT)U32 macrosIvan Safonov1-7/+0
2017-01-16drivers: staging: rtl8188eu: include: wifi: Removed unnecessary defined macrosKartikey Singh1-17/+0
2017-01-16staging: rtl: fix possible NULL pointer dereferenceArnd Bergmann1-0/+2
2017-01-10staging: rtl8188eu: fixed 'braces are not necessary for single statement blocks'.Yamanappagouda Patil4-18/+13
2017-01-07staging:rtl8188eu:rtw_ap.c remove unnecessary bracesScott Matheina1-53/+53
2017-01-07staging:rtl8188eu:core Fixes Alignment should match opening braceScott Matheina1-20/+18
2017-01-05staging:r8188eu: eleminate recovery attemp using skb_clone after netdev_alloc_skb failIvan Safonov1-16/+3
2017-01-05staging:r8188eu: remove unused WIFI_MP_*STATE and WIFI_MP_CTX* definitionsIvan Safonov6-65/+3
2017-01-05staging:r8188eu: remove (NDEV|ADPT)_(FMT|ARG) definitionsIvan Safonov1-4/+0
2017-01-05staging:r8188eu: remove rtw_update_mem_stat definitionIvan Safonov1-1/+0
2017-01-05staging:r8188eu: remove RTW_STATUS_CODE()Ivan Safonov2-14/+0
2017-01-05staging: rtl8188eu: fix incorrect ERROR tags from logsGalo Navarro1-1/+1
2017-01-05staging: rtl8188eu: remove unused function _linked_rx_signal_strehgth_displayLuca Ceresoli1-18/+0
2017-01-03staging: rtl8188eu: remove unused members from struct recv_privLuca Ceresoli2-38/+39
2017-01-03staging: rtl8188eu: remove unused field bRxRSSIDisplay in struct adapterLuca Ceresoli3-6/+0
2017-01-03staging: rtl8188eu: In core directory, fixed 'missing a balnk line after declarations' warnings.Yamanappagouda Patil11-3/+55
2017-01-03staging: rtl8188eu: Fixed 'Missing a blank line after declarations' warnings.Yamanappagouda Patil4-2/+9
2017-01-03staging: r8188eu: fix spelling mistake on xmitframe_coalseceColin Ian King1-1/+1
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin1-1/+1
2016-12-13Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds35-491/+202
2016-10-30Staging: rtl8188eu: Fix code indention found by checkpatch.Victor Carvajal1-1/+1
2016-10-30staging: rtl8188eu: Standardize test for NULL.Elise Lennion1-1/+1
2016-10-25staging: rtl8188eu: os_dep: remove unnecessary alloc fail messagePierre-Yves Kerbrat1-5/+3
2016-10-25staging: rtl8188eu: os_dep: remove unnecessary parenthesesPierre-Yves Kerbrat1-3/+3
2016-10-25staging: rtl8188eu: os_dep: fix missing spaces around operatorsPierre-Yves Kerbrat1-2/+2
2016-10-25staging: rtl8188eu: os_dep: fix block comment alignment issuePierre-Yves Kerbrat1-3/+4
2016-10-25staging: rtl8188eu: os_dep: remove empty linesPierre-Yves Kerbrat1-2/+0
2016-10-25staging:r8188eu: Remove space before commaAlex Briskin1-2/+2
2016-10-25staging: rtl8188eu: Fix coding style errorsCarlos Maiolino1-14/+14
2016-10-17staging: rtl8188eu: core: constify local structureElizabeth Ferdman1-1/+3
2016-10-16Staging: rtl8188eu: hal: Compress return logic into one lineMihaela Muraru1-6/+4
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: change poiter type from u8 to void for pallocated_frame_buf member of recv_priv structureIvan Safonov2-2/+2
2016-10-16staging:r8188eu: remove precv_frame_buf member of recv_priv structureIvan Safonov2-4/+1
2016-10-16staging:r8188eu: remove rx_pending_cnt member of recv_priv structureIvan Safonov3-8/+0
2016-10-16staging:r8188eu: remove free_recvframe_cnt member of recv_priv structureIvan Safonov2-32/+2
2016-10-16staging:r8188eu: remove intf_stop member of adapter structureIvan Safonov4-8/+4
2016-10-16staging:r8188eu: remove pallocated_recv_buf member of the recv_priv structureIvan Safonov2-8/+3
2016-10-16staging:r8188eu: change type of the precv_buf member of recv_priv structureIvan Safonov4-6/+6
2016-10-16staging:r8188eu: remove prhdr local variable from rtw_free_stainfo functionIvan Safonov1-3/+1
2016-10-16staging:r8188eu: remove unused function declerationsIvan Safonov1-2/+0
2016-10-16staging:r8188eu: remove padapter and free_sz arguments of rtw_os_xmit_resource_free functionIvan Safonov3-7/+4
2016-10-16staging:r8188eu: remove rtw_endofpktfile functionIvan Safonov3-7/+1