mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-10-28 03:31:37 +00:00
This patch fixes a bug in SNP.GetStatus() interface. The UNDI driver may return multiple transmitted buffers in a single GetStatus command, while SNP.GetStatus could only return one pointer each time, the rest of them are lost. This patch fixes this issue by store these recycled pointer in a temporary buffer in SNP driver. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19623 6f19259b-4bc3-4df7-8a09-765794883524 |
||
|---|---|---|
| .. | ||
| Callback.c | ||
| ComponentName.c | ||
| Get_status.c | ||
| Initialize.c | ||
| Mcast_ip_to_mac.c | ||
| Nvdata.c | ||
| Receive_filters.c | ||
| Receive.c | ||
| Reset.c | ||
| Shutdown.c | ||
| Snp.c | ||
| Snp.h | ||
| SnpDxe.inf | ||
| SnpDxe.uni | ||
| SnpDxeExtra.uni | ||
| Start.c | ||
| Station_address.c | ||
| Statistics.c | ||
| Stop.c | ||
| Transmit.c | ||
| WaitForPacket.c | ||