summaryrefslogtreecommitdiff
path: root/doc/develop/bootstd/android.rst
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2025-10-27 17:45:33 +0100
committerMarek Vasut <[email protected]>2025-11-06 20:08:37 +0100
commite9e597bc73d44ac34dd7d95c7a6b5241421be7d4 (patch)
treead12cf4bac45e15d9036b1a5f27afa6b272ff449 /doc/develop/bootstd/android.rst
parent482606d18ca236310e4253e8c75440f94840f4d3 (diff)
net: rswitch: Initialize RX DMA descriptor .die_dt field to DT_FEMPTY
Empty RX DMA descriptor must contain .die_dt field set to DT_FEMPTY, because hardware DMA overwrites this field to non-DT_FEMPTY when data are received, and the .recv callback tests the content of RX descriptor .die_dt field to determine whether hardware did receive any data and updated the .die_dt field, and based on that information, receives a packet or not. Fix the incorrect RX DMA descriptor initialization to assure the .recv callback always works correctly. Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'doc/develop/bootstd/android.rst')
0 files changed, 0 insertions, 0 deletions