summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/core
AgeCommit message (Expand)AuthorFilesLines
2022-10-31staging: r8188eu: make on_action_public static voidMartin Kaiser1-8/+4
2022-10-31staging: r8188eu: remove duplicate category checkMartin Kaiser1-5/+1
2022-10-31staging: r8188eu: replace a GetAddr1Ptr callMartin Kaiser1-1/+2
2022-10-31staging: r8188eu: replace get_da with ieee80211_get_DAMartin Kaiser1-1/+2
2022-10-31staging: r8188eu: make rtw_sta_flush to voidKang Minchul1-5/+2
2022-10-31staging: r8188eu: remove unnecessary vaiable in rtw_recvKang Minchul1-2/+1
2022-10-25staging: r8188eu: remove wait_ack param from _issue_probereq_p2pMartin Kaiser1-8/+4
2022-10-25staging: r8188eu: NetworkTypeInUse is not in useMartin Kaiser2-19/+0
2022-10-25staging: r8188eu: don't set pcmd_obj components to 0Martin Kaiser1-3/+0
2022-10-25staging: r8188eu: use standard multicast addr checkMartin Kaiser1-1/+1
2022-10-25staging: r8188eu: go2asoc is not neededMartin Kaiser1-6/+2
2022-10-25staging: r8188eu: remove an else branchMartin Kaiser1-2/+0
2022-10-25staging: r8188eu: remove unnecessary returnMartin Kaiser1-3/+1
2022-10-25staging: r8188eu: remove unnecessary else branchMartin Kaiser1-3/+0
2022-10-25staging: r8188eu: remove unnecessary labelMartin Kaiser1-6/+4
2022-10-25staging: r8188eu: change mlme handlers to voidMartin Kaiser1-53/+40
2022-10-25staging: r8188eu: make OnAuth staticMartin Kaiser1-1/+1
2022-10-25staging: r8188eu: make OnAction staticMartin Kaiser1-1/+1
2022-10-25staging: r8188eu: make OnDeAuth staticMartin Kaiser1-1/+1
2022-10-25staging: r8188eu: make OnAuthClient staticMartin Kaiser1-1/+1
2022-10-25staging: r8188eu: make OnDisassoc staticMartin Kaiser1-1/+1
2022-10-25staging: r8188eu: make OnBeacon staticMartin Kaiser1-1/+1
2022-10-25staging: r8188eu: make OnProbeRsp staticMartin Kaiser1-1/+1
2022-10-25staging: r8188eu: make OnProbeReq staticMartin Kaiser1-1/+1
2022-10-25staging: r8188eu: make OnAssocRsp staticMartin Kaiser1-1/+1
2022-10-25staging: r8188eu: make OnAssocReq staticMartin Kaiser1-1/+1
2022-10-25staging: r8188eu: restructure mlme subfunction handlingMartin Kaiser1-59/+57
2022-10-22staging: r8188eu: correct misspelled words in commentsDeepak R Varma3-23/+23
2022-10-22staging: r8188eu: use htons macro instead of __constant_htonsDeepak R Varma2-10/+10
2022-10-22staging: r8188eu: remove {} for single statement blocksDeepak R Varma1-2/+1
2022-10-22staging: r8188eu: reformat long computation linesDeepak R Varma1-6/+6
2022-10-22staging: r8188eu: use Linux kernel variable naming conventionDeepak R Varma1-56/+56
2022-10-20staging: r8188eu: summarize tx/rx and scan blinkingMartin Kaiser1-16/+3
2022-10-20staging: r8188eu: set two more state variablesMartin Kaiser1-0/+2
2022-10-20staging: r8188eu: remove padapter from struct led_privMartin Kaiser1-2/+1
2022-10-20staging: r8188eu: SwLedOff needs no padapter parameterMartin Kaiser1-5/+7
2022-10-20staging: r8188eu: SwLedOn needs no padapter parameterMartin Kaiser1-2/+4
2022-10-20staging: r8188eu: fix status updates in SwLedOffMartin Kaiser1-3/+4
2022-10-20staging: r8188eu: handle rtw_write8 errors in SwLedOnMartin Kaiser1-1/+3
2022-10-20staging: r8188eu: fix led register settingsMartin Kaiser1-23/+2
2022-10-20staging: r8188eu: ignore_received_deauth is a booleanMartin Kaiser1-3/+3
2022-10-20staging: r8188eu: summarize two flags checksMartin Kaiser1-2/+1
2022-10-20staging: r8188eu: remove unnecessary returnMartin Kaiser1-2/+0
2022-10-20staging: r8188eu: exit for deauth from unknown stationMartin Kaiser1-11/+11
2022-10-20staging: r8188eu: get bssid from mgmt structMartin Kaiser1-2/+1
2022-10-20staging: r8188eu: use sa instead of Addr2Martin Kaiser1-1/+1
2022-10-20staging: r8188eu: clarify the bBusyTraffic assignmentMartin Kaiser1-1/+2
2022-10-20staging: r8188eu: get reason code from mgmt structMartin Kaiser1-1/+1
2022-10-20staging: r8188eu: replace one GetAddr3Ptr callMartin Kaiser1-2/+2
2022-10-20staging: r8188eu: convert _rtw_init_sta_priv() to common error logicMichael Straube1-3/+3