mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
Fix incorrect casts of (e1000_rx_desc*) to (e1000_tx_desc*) in functions related to frame receive path. Previous code appears to work because only fields common to both the TX and RX descriptor types are used in the affected code and happen to be at the same offset inside the packed structs.