aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/core/rtw_xmit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-24staging: r8188eu: Fix return type of rtw_xmit_entryNathan Huckleberry1-2/+2
2022-09-24staging: r8188eu: fix potential memory leak in _rtw_init_xmit_priv()Xiaoke Wang1-6/+24
2022-09-24staging: r8188eu: add kfree() on an error path of rtw_xmit_resource_alloc()Xiaoke Wang1-1/+3
2022-09-11staging: r8188eu: remove empty rtw_set_scan_deny macroMartin Kaiser1-3/+0
2022-08-23staging: r8188eu: remove os_dep/xmit_linux.cMichael Straube1-0/+102
2022-08-23staging: r8188eu: rename rtw_os_pkt_complete()Michael Straube1-3/+3
2022-08-23staging: r8188eu: make rtw_os_pkt_complete() staticMichael Straube1-0/+18
2022-08-23staging: r8188eu: rename rtw_os_xmit_complete()Michael Straube1-5/+5
2022-08-23staging: r8188eu: move rtw_os_xmit_complete() to rtw_xmit.cMichael Straube1-0/+7
2022-08-23staging: r8188eu: remove unnecessary initialization to zeroMichael Straube1-2/+2
2022-08-23staging: r8188eu: rename _rtw_pktfile_read()Michael Straube1-8/+8
2022-08-23staging: r8188eu: make _rtw_pktfile_read() staticMichael Straube1-0/+22
2022-08-23staging: r8188eu: rename _rtw_open_pktfile()Michael Straube1-4/+4
2022-08-23staging: r8188eu: make _rtw_open_pktfile() staticMichael Straube1-0/+19
2022-08-23staging: r8188eu: rename rtw_os_xmit_resource_free()Michael Straube1-4/+4
2022-08-23staging: r8188eu: make rtw_os_xmit_resource_free() staticMichael Straube1-0/+7
2022-08-23staging: r8188eu: rename rtw_os_xmit_resource_alloc()Michael Straube1-5/+5
2022-08-23staging: r8188eu: make rtw_os_xmit_resource_alloc() staticMichael Straube1-0/+17
2022-08-23staging: r8188eu: remove rtw_endofpktfile()Michael Straube1-1/+1
2022-06-21staging: r8188eu: replace N_BYTE_ALIGMENT with ALIGNNam Cao1-3/+3
2022-06-20Staging: r8188eu: core: rtw_xmit: Fixed a coding style issueChang Yu1-1/+1
2022-06-20Staging: r8188eu: core: rtw_xmit: Fixed a brace coding style issueChang Yu1-2/+1
2022-06-20Staging: r8188eu: core: rtw_xmit: Fixed some spelling errors in the commentsChang Yu1-5/+5
2022-06-20Staging: r8188eu: core: rtw_xmit: Fixed two indentation coding style issues.Chang Yu1-2/+2
2022-06-20Staging: r8188eu: core: rtw_xmit: Fixed some whitespace coding style issuesChang Yu1-7/+2
2022-06-06staging: r8188eu: fix rtw_alloc_hwxmits error detection for nowPhillip Potter1-15/+5
2022-05-19staging: r8188eu: add check for kzallocJiasheng Jiang1-2/+11
2022-05-19staging: r8188eu: Fix block comment formatSoumya Negi1-32/+28
2022-05-19staging: r8188eu: drop redundant if checkVihas Makwana1-8/+6
2022-04-20staging: r8188eu: use in-kernel ieee80211 header structuresMichael Straube1-2/+2
2022-04-07staging: r8188eu: use PTR_ALIGN() instead of RND4()Michael Straube1-5/+2
2022-04-04staging: r8188eu: use standard mechanisms for qos data framesMartin Kaiser1-1/+1
2022-04-04staging: r8188eu: use standard mechanisms for data framesMartin Kaiser1-2/+2
2022-02-17staging: r8188eu: remove rtw_sctx_chk_waring_status functionPhillip Potter1-16/+0
2022-02-17staging: r8188eu: fix lines modified by DBG_88E cleanupPhillip Potter1-28/+15
2022-02-17staging: r8188eu: remove all aliased DBG_88E callsPhillip Potter1-6/+1
2022-02-17staging: r8188eu: remove smaller sets of converted DBG_88E callsPhillip Potter1-16/+1
2022-02-17staging: r8188eu: remove previously converted DBG_88E_LEVEL callsPhillip Potter1-1/+0
2022-01-25staging: r8188eu: remove unnecessary braces in rtw_xmit.cMarcelo Aloisio da Silva1-13/+8
2022-01-25staging: r8188eu: convert DBG_88E calls in core/rtw_xmit.cPhillip Potter1-15/+15
2021-12-03staging: r8188eu: convert DBG_88E_LEVEL call in core/rtw_xmit.cPhillip Potter1-1/+1
2021-10-24staging: r8188eu: Remove initialized but unused semaphoreFabio M. De Francesco1-1/+0
2021-10-10staging: r8188eu: replace MACADDRLEN with ETH_ALENMichael Straube1-22/+22
2021-10-05staging: r8188eu: core: remove unused variable local variableSaurav Girepunje1-1/+1
2021-10-05staging: r8188eu: remove init_xmit_priv from struct hal_opsMichael Straube1-1/+1
2021-09-27staging: r8188eu: remove rtw_sctx_done()Michael Straube1-5/+0
2021-09-27staging: r8188eu: remove rtw_calculate_wlan_pkt_size_by_attribue()Michael Straube1-18/+0
2021-09-13staging: r8188eu: core: remove unused function rtw_set_tx_chksum_offloadSaurav Girepunje1-2/+0
2021-09-13staging: r8188eu: make _rtw_init_queue a macroPavel Skripkin1-11/+11
2021-09-13staging: r8188eu: remove hal_xmit from struct hal_opsMichael Straube1-4/+5