Searched hist:d2b13233879ca1268a1c027d4573109e5a777811 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | bgmac.c | diff d2b13233879ca1268a1c027d4573109e5a777811 Thu Jun 23 16:23:12 CDT 2016 Florian Fainelli <f.fainelli@gmail.com> net: bgmac: Fix SOF bit checking
We are checking for the Start of Frame bit in the ctl1 word, while this bit is set in the ctl0 word instead. Read the ctl0 word and update the check to verify that.
Fixes: 9cde94506eac ("bgmac: implement scatter/gather support") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|