aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-23staging:r8188eu: add iv length to frame data offsetIvan Safonov1-1/+1
2017-03-16staging: rtl8188eu: removed blank lines coding style problemAndrii Vladyka1-1/+0
2017-03-16staging: rtl8188eu: fix some inverted conditionsDan Carpenter1-4/+4
2017-03-12staging: rtl8188eu: Fix redundant space coding style issueAlex Yashchenko1-1/+1
2017-03-09staging: rtl8188eu: fix typos in macrosSebastian Haas2-4/+4
2017-03-09staging: rtl8188eu: fix typos in commentsSebastian Haas7-8/+8
2017-03-06staging:rtl8188eu Add spaces around binary operatorGeorgiana Rodica Chelu1-12/+12
2017-03-06staging: rtl8188eu: replace explicit NULL comparisonGargi Sharma1-1/+1
2017-03-06staging: rtl8188eu: Fixed "Missing a blank line after declarations".Yamanappagouda Patil7-0/+22
2017-03-06staging: rtl8188eu: Add a blank lineGargi Sharma1-0/+1
2017-03-06staging: rtl8188eu: Remove multiple blank linesGargi Sharma1-11/+0
2017-03-06staging: rtl8188eu: Remove unnecessary blank linesGargi Sharma1-2/+0
2017-03-06staging: rtl8188eu: Put constant on right side of comparisonGargi Sharma1-9/+9
2017-03-06staging: rtl8188eu: Fix block comments warningGargi Sharma1-30/+31
2017-03-06staging: rtl8188eu: Replace x==NULL by !xGargi Sharma1-15/+15
2017-03-06staging:r8188eu: remove unused MCS_rate_2R arrayIvan Safonov3-3/+0
2017-03-06staging:r8188eu: remove unused HW_VAR_RF_TYPE parameter of HT_caps_handlerIvan Safonov2-4/+0
2017-03-06staging:r8188eu: refactor HT_caps_handler() - remove rtw_hal_get_hwreg() callIvan Safonov1-9/+2
2017-03-06staging:r8188eu: refactor rtw_update_ht_cap() - remove rtw_hal_get_hwreg() callIvan Safonov1-9/+2
2017-03-06staging:r8188eu: refactor issue_assocreq() - remove rtw_hal_get_hwreg() callIvan Safonov1-20/+4
2017-03-06staging:r8188eu: refactor rtw_get_cur_max_rate() - remove rtw_hal_get_hwreg() callIvan Safonov1-3/+1
2017-03-06staging:r8188eu: refactor rtw_check_beacon_data() - remove rtw_hal_get_hwreg() callIvan Safonov1-7/+2
2017-03-06staging:r8188eu: refactor add_RATid() - remove rtw_hal_get_hwreg() callIvan Safonov1-11/+2
2017-03-06staging:r8188eu: use DIV_ROUND_UP() in rtw_signal_stat_timer_hdl()Ivan Safonov1-8/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
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