summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: core: removed comparison to NULLJuliana Rodrigues2017-05-151-5/+5
* staging:r8188eu: remove unused definitions from include/ieee80211.hIvan Safonov2017-05-151-91/+0
* staging:r8188eu: remove ieee80211_is_empty_essid()Ivan Safonov2017-05-152-20/+0
* staging:r8188eu: remove ieee80211_get_hdrlen()Ivan Safonov2017-05-152-40/+0
* staging:r8188eu: trim IV/ICV fields in validate_recv_data_frame()Ivan Safonov2017-05-152-22/+14
* staging:r8188eu: inline unprotect_frame() in mon_recv_decrypted_recv()Ivan Safonov2017-05-151-1/+15
* staging:r8188eu: use different mon_recv_decrypted() inside rtl88eu_mon_recv_h...Ivan Safonov2017-05-151-1/+22
* staging:r8188eu: move IV/ICV trimming into decrypt() and also place it after ...Ivan Safonov2017-05-151-50/+30
* staging: rtl8188eu: embedded function name style fixesIan Chard2017-04-281-2/+2
* staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data()Dan Carpenter2017-04-281-1/+1
* staging: rtl8188eu: fix sparse signedness warnings in rtw_generate_ieAishwarya Pant2017-04-182-2/+2
* staging: rtl8188eu: fix sparse signedness warnings in rtw_set_ieAishwarya Pant2017-04-181-1/+2
* staging: rtl8188eu: fix sparse signedness warnings in rtw_get_ieAishwarya Pant2017-04-185-17/+16
* staging: rtl8188eu: force driver to be built as a moduleHans de Goede2017-04-111-0/+1
* staging:r8188eu: remove sw_encrypt member of security_priv structIvan Safonov2017-04-084-10/+5
* staging:r8188eu: remove software_encrypt member of registry_priv structIvan Safonov2017-04-082-3/+1
* staging:r8188eu: replace rtw_software_encrypt with its default valueIvan Safonov2017-04-081-3/+1
* staging:r8188eu: remove sw_decrypt member of security_priv structIvan Safonov2017-04-083-4/+2
* staging:r8188eu: remove software_decrypt member of registry_priv structIvan Safonov2017-04-082-3/+1
* staging:r8188eu: replace rtw_software_decrypt with its valueIvan Safonov2017-04-081-2/+1
* staging: rtl8188eu: Remove extra spacesAlfonso Lima Astor2017-04-081-1/+1
* staging: rtl8188eu: Macros with complex values should be enclosed in parenthesesAlfonso Lima Astor2017-04-081-6/+0
* staging:r8188eu: add iv length to frame data offsetIvan Safonov2017-03-231-1/+1
* staging: rtl8188eu: removed blank lines coding style problemAndrii Vladyka2017-03-161-1/+0
* staging: rtl8188eu: fix some inverted conditionsDan Carpenter2017-03-161-4/+4
* staging: rtl8188eu: Fix redundant space coding style issueAlex Yashchenko2017-03-121-1/+1
* staging: rtl8188eu: fix typos in macrosSebastian Haas2017-03-092-4/+4
* staging: rtl8188eu: fix typos in commentsSebastian Haas2017-03-097-8/+8
* staging:rtl8188eu Add spaces around binary operatorGeorgiana Rodica Chelu2017-03-061-12/+12
* staging: rtl8188eu: replace explicit NULL comparisonGargi Sharma2017-03-061-1/+1
* staging: rtl8188eu: Fixed "Missing a blank line after declarations".Yamanappagouda Patil2017-03-067-0/+22
* staging: rtl8188eu: Add a blank lineGargi Sharma2017-03-061-0/+1
* staging: rtl8188eu: Remove multiple blank linesGargi Sharma2017-03-061-11/+0
* staging: rtl8188eu: Remove unnecessary blank linesGargi Sharma2017-03-061-2/+0
* staging: rtl8188eu: Put constant on right side of comparisonGargi Sharma2017-03-061-9/+9
* staging: rtl8188eu: Fix block comments warningGargi Sharma2017-03-061-30/+31
* staging: rtl8188eu: Replace x==NULL by !xGargi Sharma2017-03-061-15/+15
* staging:r8188eu: remove unused MCS_rate_2R arrayIvan Safonov2017-03-063-3/+0
* staging:r8188eu: remove unused HW_VAR_RF_TYPE parameter of HT_caps_handlerIvan Safonov2017-03-062-4/+0
* staging:r8188eu: refactor HT_caps_handler() - remove rtw_hal_get_hwreg() callIvan Safonov2017-03-061-9/+2
* staging:r8188eu: refactor rtw_update_ht_cap() - remove rtw_hal_get_hwreg() callIvan Safonov2017-03-061-9/+2
* staging:r8188eu: refactor issue_assocreq() - remove rtw_hal_get_hwreg() callIvan Safonov2017-03-061-20/+4
* staging:r8188eu: refactor rtw_get_cur_max_rate() - remove rtw_hal_get_hwreg()...Ivan Safonov2017-03-061-3/+1
* staging:r8188eu: refactor rtw_check_beacon_data() - remove rtw_hal_get_hwreg(...Ivan Safonov2017-03-061-7/+2
* staging:r8188eu: refactor add_RATid() - remove rtw_hal_get_hwreg() callIvan Safonov2017-03-061-11/+2
* staging:r8188eu: use DIV_ROUND_UP() in rtw_signal_stat_timer_hdl()Ivan Safonov2017-03-061-8/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* 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
OpenPOWER on IntegriCloud