aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-14Staging: rtl8188eu: core/rtw_led.c: format line to reduce it below 80 charactersShishir Kulkarni1-1/+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 Safonov8-159/+83
2017-02-09staging:r8188eu: update pkt->(data|tail|len) synchronously with rx_(data|tail|len) in recv_frame structureIvan Safonov1-1/+4
2017-02-09staging:r8188eu: remove unused rtw_ieee80211_bar structure definitionIvan Safonov1-15/+0
2017-02-09staging:r8188eu: replace rx_end member of recv_frame with pkt->endIvan Safonov2-3/+1
2017-02-03staging: rtl8188eu: remove not necessary braces {} (checkpatch fix)Martin Karamihov1-2/+1
2017-01-27staging: rtl8188eu: Fix coding style issuesWilliam Blough1-64/+64
2017-01-23Staging: rtl8188eu: os_dep: usb_ops_linux.c - style fixDerek Robson1-1/+1
2017-01-19staging: rtl8188eu: core: Remove NULL test before vfreeShyam Saini1-2/+1
2017-01-19staging: rtl8188eu: fix type sign of len in rtw_get_bcn_infoPierre-Yves Kerbrat1-1/+1
2017-01-19staging: rtl8188eu: fix type of wpa_ielen in rtw_get_cipher_infoPierre-Yves Kerbrat1-1/+1
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