Searched hist:"6 a391e7bf26c04a6df5f77290e1146941d210d49" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | bgmac.h | diff 6a391e7bf26c04a6df5f77290e1146941d210d49 Sat Sep 14 17:22:47 CDT 2013 Rafał Miłecki <zajec5@gmail.com> bgmac: fix internal switch initialization
Some devices (BCM4749, BCM5357, BCM53572) have internal switch that requires initialization. We already have code for this, but because of the typo in code it was never working. This resulted in network not working for some routers and possibility of soft-bricking them.
Use correct bit for switch initialization and fix typo in the define.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Cc: stable@vger.kernel.org Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | bgmac.c | diff 6a391e7bf26c04a6df5f77290e1146941d210d49 Sat Sep 14 17:22:47 CDT 2013 Rafał Miłecki <zajec5@gmail.com> bgmac: fix internal switch initialization
Some devices (BCM4749, BCM5357, BCM53572) have internal switch that requires initialization. We already have code for this, but because of the typo in code it was never working. This resulted in network not working for some routers and possibility of soft-bricking them.
Use correct bit for switch initialization and fix typo in the define.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Cc: stable@vger.kernel.org Signed-off-by: David S. Miller <davem@davemloft.net>
|