accidently ported 5.15 drivers

This commit is contained in:
Bjarne von Horn 2023-04-04 21:25:12 +02:00
parent c16883b589
commit 647219ac85
10 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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"

View File

@ -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);