aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-31Staging:rtl888eu:include Fix CamelCase issueJanani Sankara Babu1-5/+5
2018-02-19staging:r8188eu: Use lib80211 to decrypt WEP-framesIvan Safonov1-1/+1
2018-02-16staging:r8188eu: Remove unused struct pkt_fileIvan Safonov1-13/+0
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds29-475/+593
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-20staging: rtl8188eu: use pr_cont()Aastha Gupta1-2/+2
2017-10-20staging: rtl8188eu: add spaces around '|'Aastha Gupta1-3/+3
2017-10-20staging: rtl8188eu: prefer using BIT macroAastha Gupta1-39/+39
2017-10-18staging: rtl8188eu: add spaces around algebric and boolean operatorsAastha Gupta1-18/+18
2017-10-18staging: rtl8188eu: fix spaces before tabsAastha Gupta2-6/+6
2017-10-18staging: rtl8188eu: fix space between function name and '('Aastha Gupta1-1/+1
2017-10-18staging: rtl8188eu: fix block comment styling in rtl8188eu filesAastha Gupta27-395/+514
2017-10-18staging: rtl8188eu: Convert timers to use timer_setup()Kees Cook4-8/+7
2017-09-18staging: rtl8188eu: Fix spellingValentine Sinitsyn2-3/+3
2017-07-27staging: rtl8188eu: Move { after function to new lineMunir Contractor1-1/+2
2017-05-15staging:r8188eu: remove unused definitions from include/ieee80211.hIvan Safonov1-91/+0
2017-05-15staging:r8188eu: remove ieee80211_is_empty_essid()Ivan Safonov1-3/+0
2017-05-15staging:r8188eu: remove ieee80211_get_hdrlen()Ivan Safonov1-13/+0
2017-04-18staging: rtl8188eu: fix sparse signedness warnings in rtw_generate_ieAishwarya Pant1-1/+1
2017-04-18staging: rtl8188eu: fix sparse signedness warnings in rtw_get_ieAishwarya Pant1-2/+2
2017-04-08staging:r8188eu: remove sw_encrypt member of security_priv structIvan Safonov1-1/+0
2017-04-08staging:r8188eu: remove software_encrypt member of registry_priv structIvan Safonov1-1/+0
2017-04-08staging:r8188eu: remove sw_decrypt member of security_priv structIvan Safonov1-1/+0
2017-04-08staging:r8188eu: remove software_decrypt member of registry_priv structIvan Safonov1-1/+0
2017-04-08staging: rtl8188eu: Macros with complex values should be enclosed in parenthesesAlfonso Lima Astor1-6/+0
2017-03-09staging: rtl8188eu: fix typos in macrosSebastian Haas1-2/+2
2017-03-09staging: rtl8188eu: fix typos in commentsSebastian Haas7-8/+8
2017-03-06staging:r8188eu: remove unused MCS_rate_2R arrayIvan Safonov1-1/+0
2017-03-06staging:r8188eu: remove unused HW_VAR_RF_TYPE parameter of HT_caps_handlerIvan Safonov1-1/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
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 Safonov1-62/+0
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 Safonov1-2/+1
2017-01-16staging:r8188eu: remove unused rx_head member of struct recv_frameIvan Safonov1-1/+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-05staging:r8188eu: remove unused WIFI_MP_*STATE and WIFI_MP_CTX* definitionsIvan Safonov1-8/+0
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 Safonov1-2/+0
2017-01-05staging: rtl8188eu: fix incorrect ERROR tags from logsGalo Navarro1-1/+1
2017-01-03staging: rtl8188eu: remove unused members from struct recv_privLuca Ceresoli1-2/+0
2017-01-03staging: rtl8188eu: remove unused field bRxRSSIDisplay in struct adapterLuca Ceresoli1-1/+0
2016-10-30Staging: rtl8188eu: Fix code indention found by checkpatch.Victor Carvajal1-1/+1
2016-10-16staging:r8188eu: change poiter type from u8 to void for pallocated_frame_buf member of recv_priv structureIvan Safonov1-1/+1