aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-28staging: rtl8188eu: embedded function name style fixesIan Chard1-2/+2
2017-04-28staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data()Dan Carpenter1-1/+1
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_set_ieAishwarya Pant1-1/+2
2017-04-18staging: rtl8188eu: fix sparse signedness warnings in rtw_get_ieAishwarya Pant4-15/+14
2017-04-08staging:r8188eu: remove sw_encrypt member of security_priv structIvan Safonov1-6/+4
2017-04-08staging:r8188eu: remove sw_decrypt member of security_priv structIvan Safonov1-2/+2
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-06staging:rtl8188eu Add spaces around binary operatorGeorgiana Rodica Chelu1-12/+12
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 Safonov2-2/+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-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 Safonov3-80/+76
2017-01-27staging: rtl8188eu: Fix coding style issuesWilliam Blough1-64/+64
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: 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: remove unused WIFI_MP_*STATE and WIFI_MP_CTX* definitionsIvan Safonov4-50/+2
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 Ceresoli1-36/+39
2017-01-03staging: rtl8188eu: remove unused field bRxRSSIDisplay in struct adapterLuca Ceresoli1-3/+0
2017-01-03staging: rtl8188eu: In core directory, fixed 'missing a balnk line after declarations' warnings.Yamanappagouda Patil11-3/+55
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:r8188eu: change poiter type from u8 to void for pallocated_frame_buf member of recv_priv structureIvan Safonov1-1/+1
2016-10-16staging:r8188eu: remove precv_frame_buf member of recv_priv structureIvan Safonov1-3/+1
2016-10-16staging:r8188eu: remove rx_pending_cnt member of recv_priv structureIvan Safonov1-2/+0
2016-10-16staging:r8188eu: remove free_recvframe_cnt member of recv_priv structureIvan Safonov1-31/+2
2016-10-16staging:r8188eu: remove prhdr local variable from rtw_free_stainfo functionIvan Safonov1-3/+1
2016-10-16staging:r8188eu: remove padapter and free_sz arguments of rtw_os_xmit_resource_free functionIvan Safonov1-3/+2
2016-10-16staging:r8188eu: remove rtw_endofpktfile functionIvan Safonov1-1/+1
2016-10-16staging:r8188eu: remove bLedStartToLinkBlinkInProgress and bSWLedCtrl members of LED_871x structureIvan Safonov1-1/+0