summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu
AgeCommit message (Expand)AuthorFilesLines
2022-06-06staging: r8188eu: Fix warning of array overflow in ioctl_linux.cLarry Finger1-1/+1
2022-06-06staging: r8188eu: fix rtw_alloc_hwxmits error detection for nowPhillip Potter1-15/+5
2022-05-20staging: r8188eu: remove include/rtw_debug.hPhillip Potter4-49/+2
2022-05-19staging: r8188eu: prevent ->Ssid overflow in rtw_wx_set_scan()Denis Efremov1-2/+4
2022-05-19staging: r8188eu: delete rtw_wx_read/write32()Dan Carpenter1-84/+2
2022-05-19staging: r8188eu: Remove multiple assignmentsSoumya Negi1-1/+2
2022-05-19staging: r8188eu: add check for kzallocJiasheng Jiang2-3/+12
2022-05-19staging: r8188eu: fix warnings in rtw_wlan_utilVihas Makwana1-1/+1
2022-05-19staging: r8188eu: fix warnings in rtw_pwrctrlVihas Makwana1-6/+6
2022-05-19staging: r8188eu: fix warnings in rtw_p2pVihas Makwana1-4/+4
2022-05-19staging: r8188eu: remove _drv_ defines from include/rtw_debug.hPhillip Potter1-10/+0
2022-05-19staging: r8188eu: remove HW_VAR_AC_PARAM_BE from SetHwReg8188EU()Michael Straube3-6/+3
2022-05-19staging: r8188eu: assoc_rsp and assoc_rsp_len are not usedMartin Kaiser3-9/+0
2022-05-19staging: r8188eu: last_rx_mgnt_pkts is set but not usedMartin Kaiser1-2/+0
2022-05-19staging: r8188eu: simplify error handling in recv_func_prehandleMartin Kaiser1-4/+1
2022-05-19staging: r8188eu: remove obsolete commentsMartin Kaiser1-22/+0
2022-05-19staging: r8188eu: use ieee80211 helper to check for beaconMartin Kaiser1-3/+1
2022-05-19staging: r8188eu: use defines for addba response statusMartin Kaiser1-1/+2
2022-05-19staging: r8188eu: use the tid in delba processingMartin Kaiser1-3/+4
2022-05-19staging: r8188eu: check for initiator vs recipientMartin Kaiser1-2/+3
2022-05-19staging: r8188eu: use BIT(tid) instead of manual shiftMartin Kaiser1-1/+1
2022-05-19staging: r8188eu: replace if with ternary operatorMartin Kaiser1-4/+2
2022-05-19staging: r8188eu: merge process_addba_req into OnAction_backMartin Kaiser3-25/+5
2022-05-19staging: r8188eu: read addba resp tid from ieee80211_mgmtMartin Kaiser1-1/+2
2022-05-19staging: r8188eu: get addba resp status from ieee80211_mgmtMartin Kaiser1-3/+2
2022-05-19staging: r8188eu: Fix block comment formatSoumya Negi1-32/+28
2022-05-19staging: r8188eu: drop redundant if checkVihas Makwana1-8/+6
2022-05-19staging: r8188eu: read back action code from ieee80211_mgmtMartin Kaiser1-3/+2
2022-05-19staging: r8188eu: use back action codes from ieee80211.hMartin Kaiser1-5/+5
2022-05-19staging: r8188eu: read destination address from ieee80211_mgmtMartin Kaiser1-1/+1
2022-05-19staging: r8188eu: don't check the category in OnAction_backMartin Kaiser1-39/+37
2022-05-19staging: r8188eu: read addr2 from ieee80211_mgmtMartin Kaiser1-6/+5
2022-05-05staging: r8188eu: remove unused IEEE_* definesMartin Kaiser1-5/+0
2022-05-05staging: r8188eu: use standard category definesMartin Kaiser3-16/+14
2022-05-05staging: r8188eu: use ieee80211_mgmt for action categoryMartin Kaiser1-8/+2
2022-05-05staging: r8188eu: replace OnAction_tbl with switch-caseMartin Kaiser2-17/+10
2022-05-05staging: r8188eu: remove an unused category defineMartin Kaiser1-1/+0
2022-05-05staging: r8188eu: remove action_handler stringMartin Kaiser2-4/+3
2022-05-05staging: r8188eu: remove unused action handler prototypesMartin Kaiser1-6/+0
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