accidently ported 5.15 drivers
This commit is contained in:
parent
c16883b589
commit
647219ac85
|
|
@ -11,7 +11,7 @@
|
|||
#include <linux/delay.h>
|
||||
#include <linux/firmware.h>
|
||||
|
||||
#include "r8169_firmware-5.10-ethercat.h"
|
||||
#include "r8169_firmware-5.15-ethercat.h"
|
||||
|
||||
enum rtl_fw_opcode {
|
||||
PHY_READ = 0x0,
|
||||
|
|
@ -31,8 +31,8 @@
|
|||
#include <asm/unaligned.h>
|
||||
#include <net/ip6_checksum.h>
|
||||
|
||||
#include "r8169-5.10-ethercat.h"
|
||||
#include "r8169_firmware-5.10-ethercat.h"
|
||||
#include "r8169-5.15-ethercat.h"
|
||||
#include "r8169_firmware-5.15-ethercat.h"
|
||||
|
||||
|
||||
#include "../ecdev.h"
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
#include <linux/delay.h>
|
||||
#include <linux/phy.h>
|
||||
|
||||
#include "r8169-5.10-ethercat.h"
|
||||
#include "r8169-5.15-ethercat.h"
|
||||
|
||||
typedef void (*rtl_phy_cfg_fct)(struct rtl8169_private *tp,
|
||||
struct phy_device *phydev);
|
||||
Loading…
Reference in New Issue