mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-10-22 17:44:26 -04:00
In rtl83xx_set_features we set bit 3 to enable, and bit 4 to disable
checksuming. Looking at rtl93xx_set_features we however see that for
both enable and disable the same bit is used (bit 4). This can't be
right, especially as bit 4 for rtl83xx seems to be Collision threshold
occupying 2 bits. Change this to make this more logical.
Fixes:
|
||
---|---|---|
.. | ||
rtl838x_eth.c | ||
rtl838x_eth.h |