summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: remove rtl8188eu driver from staging dirPhillip Potter2021-08-0118-19965/+0
* staging: rtl8188eu: remove write-only power struct componentMartin Kaiser2021-07-271-3/+0
* staging: rtl8188eu: remove braces from single line if blocksMichael Straube2021-07-273-6/+3
* staging: rtl8188eu: remove blank linesMichael Straube2021-07-271-1/+0
* staging: rtl8188eu: Remove no more used functions and variablesFabio M. De Francesco2021-07-271-36/+0
* staging: rtl8188eu: Replace a custom function with crc32_le()Fabio M. De Francesco2021-07-271-26/+19
* staging: rtl8188eu: Line over 100 charactersJignesh Patel2021-07-271-2/+5
* staging: rtl8188eu: remove unnecessary blank lines in core/rtw_ap.cBenjamin Philip2021-07-271-3/+0
* staging: rtl8188eu: remove efuse write supportMartin Kaiser2021-07-211-29/+3
* staging: rtl8188eu: move hal/mac_cfg.c and rename function and arrayPhillip Potter2021-07-211-0/+120
* staging: rtl8188eu: remove set but unused variable from rtw_get_sec_iePhillip Potter2021-07-211-3/+1
* staging: rtl8188eu: remove DRIVER_PREFIX preprocessor definitionPhillip Potter2021-06-251-23/+0
* staging: rtl8188eu: remove all RT_TRACE calls from core/rtw_xmit.cPhillip Potter2021-06-251-94/+7
* staging: rtl8188eu: remove all RT_TRACE calls from core/rtw_pwrctrl.cPhillip Potter2021-06-251-24/+3
* staging: rtl8188eu: remove all RT_TRACE calls from core/rtw_recv.cPhillip Potter2021-06-251-179/+13
* staging: rtl8188eu: remove all RT_TRACE calls from core/rtw_ioctl_set.cPhillip Potter2021-06-251-87/+2
* staging: rtl8188eu: remove all RT_TRACE calls from core/rtw_ieee80211.cPhillip Potter2021-06-251-64/+7
* staging: rtl8188eu: remove all RT_TRACE calls from core/rtw_wlan_util.cPhillip Potter2021-06-251-22/+5
* staging: rtl8188eu: remove all RT_TRACE calls from core/rtw_led.cPhillip Potter2021-06-251-15/+2
* staging: rtl8188eu: remove all RT_TRACE calls from core/rtw_mlme.cPhillip Potter2021-06-251-120/+13
* staging: rtl8188eu: remove all RT_TRACE calls from core/rtw_mlme_ext.cPhillip Potter2021-06-251-36/+5
* staging: rtl8188eu: remove all RT_TRACE calls from core/rtw_sta_mgt.cPhillip Potter2021-06-251-19/+2
* staging: rtl8188eu: remove all RT_TRACE calls from core/rtw_security.cPhillip Potter2021-06-251-19/+2
* staging: rtl8188eu: remove all DBG_88E_LEVEL calls from core/rtw_xmit.cPhillip Potter2021-06-241-2/+0
* staging: rtl8188eu: remove all DBG_88E_LEVEL calls from core/rtw_pwrctrl.cPhillip Potter2021-06-241-8/+1
* staging: rtl8188eu: remove all DBG_88E_LEVEL calls from core/rtw_ioctl_set.cPhillip Potter2021-06-241-5/+0
* staging: rtl8188eu: remove all DBG_88E_LEVEL calls from core/rtw_mlmw_ext.cPhillip Potter2021-06-241-21/+0
* staging: rtl8188eu: make efuse_ReadEFuse staticMartin Kaiser2021-06-241-1/+1
* staging: rtl8188eu: remove efuse typeMartin Kaiser2021-06-241-19/+17
* staging: rtl8188eu: remove "rtw_ieee80211_back_actioncode"Christophe JAILLET2021-06-241-7/+7
* staging: r8188eu/core: remove the check for NULL pointer in _rtw_enqueue_cmd()Qiang Ma2021-06-181-5/+0
* staging: rtl8188eu: remove unused variables from core/rtw_mlme_ext.cPhillip Potter2021-06-161-11/+4
* staging: rtl8188eu: remove unused variables from core/rtw_efuse.cPhillip Potter2021-06-161-9/+2
* staging: rtl8188eu: remove empty label from mlmeext_joinbss_event_callbackPhillip Potter2021-06-161-4/+1
* staging: rtl8188eu: remove core/rtw_debug.cPhillip Potter2021-06-151-187/+0
* staging: rtl8188eu: remove converted netdev_dbg calls from core/rtw_sta_mgt.cPhillip Potter2021-06-151-9/+0
* staging: rtl8188eu: remove converted netdev_dbg calls from core/rtw_recv.cPhillip Potter2021-06-151-57/+9
* staging: rtl8188eu: remove all DBG_88E calls from core/rtw_mlme.cPhillip Potter2021-06-151-52/+2
* staging: rtl8188eu: remove all DBG_88E calls from core/rtw_ioctl_set.cPhillip Potter2021-06-151-8/+0
* staging: rtl8188eu: remove all DBG_88E calls from core/rtw_security.cPhillip Potter2021-06-151-2/+0
* staging: rtl8188eu: remove all DBG_88E calls from core/rtw_ieee80211.cPhillip Potter2021-06-151-33/+5
* staging: rtl8188eu: remove all DBG_88E calls from core/rtw_pwrctrl.cPhillip Potter2021-06-151-38/+2
* staging: rtl8188eu: remove all DBG_88E calls from core/rtw_ap.cPhillip Potter2021-06-151-76/+2
* staging: rtl8188eu: remove all DBG_88E calls from core/rtw_wlan_util.cPhillip Potter2021-06-151-64/+16
* staging: rtl8188eu: remove all DBG_88E calls from core/rtw_mlme_ext.cPhillip Potter2021-06-151-242/+20
* staging: rtl8188eu: remove all DBG_88E calls from core/rtw_xmit.cPhillip Potter2021-06-151-37/+3
* staging: rtl8188eu: remove all DBG_88E calls from core/rtw_efuse.cPhillip Potter2021-06-151-13/+2
* staging: rtl8188eu: convert DBG_88E calls in core/rtw_recv.cPhillip Potter2021-06-141-17/+38
* staging: rtl8188eu: convert DBG_88E calls in core/rtw_sta_mgt.cPhillip Potter2021-06-141-2/+5
* staging: rtl8188eu: use safe iterator in xmit_delivery_enabled_frames()Dan Carpenter2021-06-091-6/+3