aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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: rtl8723bs: Fix alignment to match open parenthesisSoumya Negi1-11/+13
2022-05-19staging: vt6655: Replace VNSvOutPortB with iowrite8Philipp Hortmann9-64/+48
2022-05-19staging: vt6655: Replace MACvTransmitBCN with VNSvOutPortBPhilipp Hortmann2-4/+1
2022-05-19staging: vt6655: Replace MACvStart with VNSvOutPortBPhilipp Hortmann2-5/+2
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-19staging: rtl8192u: make const array queuetopipe const, reduces object code sizeColin Ian King1-1/+1
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: vt6655: Replace unused return value of vt6655_get_current_tsfPhilipp Hortmann3-12/+10
2022-05-05staging: vt6655: Rename function CARDbGetCurrentTSFPhilipp Hortmann3-7/+7
2022-05-05staging: vt6655: Added missing BE support in CARDbGetCurrentTSFPhilipp Hortmann1-1/+1
2022-05-05staging: vt6655: Replace VNSvInPortD with ioread32Philipp Hortmann5-18/+17
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-05-05staging: greybus: correct typo in commentNickalas Cason1-1/+1
2022-05-05staging: vc04_services: Re-use generic struct s32_fractAndy Shevchenko6-49/+46
2022-04-27staging: vt6655: Replace MACvReadISR with VNSvInPortDPhilipp Hortmann2-5/+2
2022-04-27staging: vt6655: Replace MACvReadMIBCounter with VNSvInPortDPhilipp Hortmann2-4/+1
2022-04-26staging: vt6655: Replace VNSvInPortW with ioread16Philipp Hortmann2-5/+2
2022-04-26staging: rtl8192e: Remove u16 cast for u16 return valueSolomon Tan1-1/+1
2022-04-26staging: rtl8192e: Remove u16 cast for u32 parameterSolomon Tan1-1/+1
2022-04-26staging: rtl8192e: Remove unnecessary u16 argument castSolomon Tan1-1/+1
2022-04-26staging: rtl8192e: Remove unnecessary u16 assignment castSolomon Tan2-4/+3
2022-04-26staging: rtl8192e: Remove unnecessary u8 cast in comparisonSolomon Tan2-2/+2
2022-04-26staging: rtl8192e: Remove unnecessary u8 argument castSolomon Tan4-9/+7
2022-04-26staging: rtl8192e: Remove unnecessary u8 assignment castSolomon Tan4-38/+36
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