summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
Commit message (Expand)AuthorAgeFilesLines
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-3/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-162-3/+3
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* 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
* 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
OpenPOWER on IntegriCloud