summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
Commit message (Expand)AuthorAgeFilesLines
* Staging: rtl8188eu: core/rtw_led.c: format line to reduce it below 80 charactersShishir Kulkarni2017-02-141-1/+2
* staging:r8188eu: replace recv_frame->rx_(data|len|tail) with pkt->(data|len|t...Ivan Safonov2017-02-098-159/+83
* staging:r8188eu: update pkt->(data|tail|len) synchronously with rx_(data|tail...Ivan Safonov2017-02-091-1/+4
* staging:r8188eu: remove unused rtw_ieee80211_bar structure definitionIvan Safonov2017-02-091-15/+0
* staging:r8188eu: replace rx_end member of recv_frame with pkt->endIvan Safonov2017-02-092-3/+1
* staging: rtl8188eu: remove not necessary braces {} (checkpatch fix)Martin Karamihov2017-02-031-2/+1
* staging: rtl8188eu: Fix coding style issuesWilliam Blough2017-01-271-64/+64
* Staging: rtl8188eu: os_dep: usb_ops_linux.c - style fixDerek Robson2017-01-231-1/+1
* staging: rtl8188eu: core: Remove NULL test before vfreeShyam Saini2017-01-191-2/+1
* staging: rtl8188eu: fix type sign of len in rtw_get_bcn_infoPierre-Yves Kerbrat2017-01-191-1/+1
* staging: rtl8188eu: fix type of wpa_ielen in rtw_get_cipher_infoPierre-Yves Kerbrat2017-01-191-1/+1
* staging:r8188eu: remove unused rx_head member of struct recv_frameIvan Safonov2017-01-162-2/+0
* staging:r8188eu: remove unnecessary trace output in rtw_recv_indicatepkt()Ivan Safonov2017-01-161-15/+0
* staging:r8188eu: remove unused struct wifidirect_info and all corresponding codeIvan Safonov2017-01-162-261/+0
* staging:r8188eu: remove unused get_rxmem()Ivan Safonov2017-01-161-8/+0
* staging:r8188eu: remove unused EOR macroIvan Safonov2017-01-161-2/+0
* staging:r8188eu: remove unused WPA_(GET|PUT)_(BE|LE)_xx macroIvan Safonov2017-01-161-29/+0
* staging:r8188eu: remove unused (GET|PUT)U32 macrosIvan Safonov2017-01-161-7/+0
* drivers: staging: rtl8188eu: include: wifi: Removed unnecessary defined macrosKartikey Singh2017-01-161-17/+0
* staging: rtl: fix possible NULL pointer dereferenceArnd Bergmann2017-01-161-0/+2
* staging: rtl8188eu: fixed 'braces are not necessary for single statement bloc...Yamanappagouda Patil2017-01-104-18/+13
* staging:rtl8188eu:rtw_ap.c remove unnecessary bracesScott Matheina2017-01-071-53/+53
* staging:rtl8188eu:core Fixes Alignment should match opening braceScott Matheina2017-01-071-20/+18
* staging:r8188eu: eleminate recovery attemp using skb_clone after netdev_alloc...Ivan Safonov2017-01-051-16/+3
* staging:r8188eu: remove unused WIFI_MP_*STATE and WIFI_MP_CTX* definitionsIvan Safonov2017-01-056-65/+3
* staging:r8188eu: remove (NDEV|ADPT)_(FMT|ARG) definitionsIvan Safonov2017-01-051-4/+0
* staging:r8188eu: remove rtw_update_mem_stat definitionIvan Safonov2017-01-051-1/+0
* staging:r8188eu: remove RTW_STATUS_CODE()Ivan Safonov2017-01-052-14/+0
* staging: rtl8188eu: fix incorrect ERROR tags from logsGalo Navarro2017-01-051-1/+1
* staging: rtl8188eu: remove unused function _linked_rx_signal_strehgth_displayLuca Ceresoli2017-01-051-18/+0
* staging: rtl8188eu: remove unused members from struct recv_privLuca Ceresoli2017-01-032-38/+39
* staging: rtl8188eu: remove unused field bRxRSSIDisplay in struct adapterLuca Ceresoli2017-01-033-6/+0
* staging: rtl8188eu: In core directory, fixed 'missing a balnk line after decl...Yamanappagouda Patil2017-01-0311-3/+55
* staging: rtl8188eu: Fixed 'Missing a blank line after declarations' warnings.Yamanappagouda Patil2017-01-034-2/+9
* staging: r8188eu: fix spelling mistake on xmitframe_coalseceColin Ian King2017-01-031-1/+1
* Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-161-1/+1
* Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-1335-491/+202
|\
| * Staging: rtl8188eu: Fix code indention found by checkpatch.Victor Carvajal2016-10-301-1/+1
| * staging: rtl8188eu: Standardize test for NULL.Elise Lennion2016-10-301-1/+1
| * staging: rtl8188eu: os_dep: remove unnecessary alloc fail messagePierre-Yves Kerbrat2016-10-251-5/+3
| * staging: rtl8188eu: os_dep: remove unnecessary parenthesesPierre-Yves Kerbrat2016-10-251-3/+3
| * staging: rtl8188eu: os_dep: fix missing spaces around operatorsPierre-Yves Kerbrat2016-10-251-2/+2
| * staging: rtl8188eu: os_dep: fix block comment alignment issuePierre-Yves Kerbrat2016-10-251-3/+4
| * staging: rtl8188eu: os_dep: remove empty linesPierre-Yves Kerbrat2016-10-251-2/+0
| * staging:r8188eu: Remove space before commaAlex Briskin2016-10-251-2/+2
| * staging: rtl8188eu: Fix coding style errorsCarlos Maiolino2016-10-251-14/+14
| * staging: rtl8188eu: core: constify local structureElizabeth Ferdman2016-10-171-1/+3
| * Staging: rtl8188eu: hal: Compress return logic into one lineMihaela Muraru2016-10-161-6/+4
| * staging:r8188eu: remove unnecessary type cast for update_recvframe_phyinfo_88...Ivan Safonov2016-10-161-1/+1
| * staging:r8188eu: refactor recvbuf2recvframe functionIvan Safonov2016-10-161-16/+15