aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu
AgeCommit message (Expand)AuthorFilesLines
2022-05-05staging: r8188eu: action category wmm is not usedMartin Kaiser3-9/+0
2022-05-05staging: r8188eu: action category ht is not usedMartin Kaiser3-9/+0
2022-05-05staging: r8188eu: Remove broken rtw_p2p_get function.Charlie Sands1-135/+1
2022-05-05staging: r8188eu: drop redundant check in _rtw_free_mlme_privVihas Makwana1-3/+1
2022-05-05staging: r8188eu: remove unused else conditionJaehee Park1-3/+0
2022-05-05staging: r8188eu: remove unused semaphore "allrxreturnevt"Vihas Makwana2-3/+0
2022-04-26staging: r8188eu: drop unnecessary wrapper _rtw_dequeue_cmdVihas Makwana1-21/+13
2022-04-26staging: r8188eu: drop unnecessary wrapper _rtw_alloc_networkVihas Makwana3-36/+27
2022-04-26staging: r8188eu: drop unnecessary wrapper _rtw_free_mlme_privVihas Makwana2-13/+4
2022-04-26staging: r8188eu: drop unnecessary wrapper _rtw_init_mlme_privVihas Makwana1-56/+47
2022-04-26staging: r8188eu: drop unnecessary wrapper _rtw_init_evt_privVihas Makwana1-18/+9
2022-04-26staging: r8188eu: drop unnecessary wrapper _rtw_init_cmd_privVihas Makwana1-43/+34
2022-04-26staging: r8188eu: drop unnecessary wrapper _rtw_free_cmd_privVihas Makwana1-9/+4
2022-04-26Revert "staging: r8188eu: use in-kernel ieee channel"Solomon Tan5-16/+48
2022-04-22staging: r8188eu: Remove unneeded variable ret in rtw_suspend()Wan Jiabing1-3/+1
2022-04-22staging: r8188eu: fix the index check in mgt_dispatcherMartin Kaiser1-1/+1
2022-04-22staging: r8188eu: use in-kernel ieee channelSolomon Tan5-48/+16
2022-04-22staging: r8188eu: correct typo in commentsJaehee Park1-5/+5
2022-04-22staging: r8188eu: replace spaces with tabsJaehee Park1-1/+1
2022-04-22staging: r8188eu: remove 'added by' author commentsJaehee Park1-4/+0
2022-04-22staging: r8188eu: remove spaces before tabsJaehee Park1-7/+7
2022-04-22staging: r8188eu: remove unnecessary braces in single statement blockJaehee Park1-2/+1
2022-04-22staging: r8188eu: remove OnAction_dlsMartin Kaiser2-7/+0
2022-04-22staging: r8188eu: remove OnAction_qosMartin Kaiser2-7/+0
2022-04-22staging: r8188eu: on_action_spct does nothingMartin Kaiser2-38/+0
2022-04-22staging: r8188eu: remove dummy entries from OnAction_tblMartin Kaiser2-11/+0
2022-04-22staging: r8188eu: remove OnAtimMartin Kaiser1-6/+1
2022-04-22staging: r8188eu: Drop redundant memsetHaowen Bai1-1/+0
2022-04-20staging: r8188eu: use in-kernel ieee80211 header structuresMichael Straube6-186/+157
2022-04-20r8188eu: remove unused urbs from struct xmit_bufIvan Safonov3-22/+12
2022-04-20staging: r8188eu: use ARRAY_SIZE for mlme_sta_tblMartin Kaiser1-1/+1
2022-04-20staging: r8188eu: don't call empty DoReserved functionMartin Kaiser1-2/+2
2022-04-20staging: r8188eu: replace mlme_handler with function pointerMartin Kaiser2-32/+23
2022-04-20staging: r8188eu: the frame type is shifted outMartin Kaiser1-2/+1
2022-04-20staging: r8188eu: replace the GetFrameSubType callMartin Kaiser1-3/+2
2022-04-20staging: r8188eu: check receiver address only onceMartin Kaiser1-6/+1
2022-04-20staging: r8188eu: place constants in right side in a comparisonMahak Gupta5-27/+27
2022-04-20staging: r8188eu: check firmware header existence before accessMichael Straube1-5/+4
2022-04-20staging: r8188eu: use pr_info_once() to log the firmware versionMichael Straube1-5/+3
2022-04-20staging: r8188eu: remove variables from rtl8188e_firmware_download()Michael Straube1-6/+2
2022-04-20staging: r8188eu: use sizeof instead of hardcoded firmware header sizeMichael Straube1-3/+4
2022-04-20staging: r8188eu: rename fields of struct rt_firmware_hdrMichael Straube1-29/+29
2022-04-20staging: r8188eu: clean up comments in struct rt_firmware_hdrMichael Straube1-23/+13
2022-04-20staging: r8188eu: convert u32 fields of rt_firmware_hdr to __le32Michael Straube1-3/+3
2022-04-20staging: r8188eu: fix struct rt_firmware_hdrMichael Straube1-1/+1
2022-04-14staging: r8188eu: pkt_newalloc is not usedMartin Kaiser2-2/+0
2022-04-14staging: r8188eu: use ieee80211 helpers in mgt_dispatcherMartin Kaiser1-8/+9
2022-04-14staging: r8188eu: merge _mgt_dispatcher into mgt_dispatcherMartin Kaiser1-14/+8
2022-04-14staging: r8188eu: use ieee80211 helper to read the qos tidMartin Kaiser2-3/+1
2022-04-14staging: r8188eu: remove unused timer functionsMartin Kaiser2-14/+0