summaryrefslogtreecommitdiff
path: root/debian/patches/debian/dfsg/r8169-rtl8168d-1-2-disable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian/dfsg/r8169-rtl8168d-1-2-disable.patch')
-rw-r--r--debian/patches/debian/dfsg/r8169-rtl8168d-1-2-disable.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/debian/dfsg/r8169-rtl8168d-1-2-disable.patch b/debian/patches/debian/dfsg/r8169-rtl8168d-1-2-disable.patch
index 5adc0cd6c..db3856328 100644
--- a/debian/patches/debian/dfsg/r8169-rtl8168d-1-2-disable.patch
+++ b/debian/patches/debian/dfsg/r8169-rtl8168d-1-2-disable.patch
@@ -16,7 +16,7 @@ index fa49356..3495ff6 100644
{ 0x06, 0x5561 }
};
+#ifdef REMOVE_DFSG
- static struct phy_reg phy_reg_init_2[] = {
+ static const struct phy_reg phy_reg_init_2[] = {
{ 0x1f, 0x0005 },
{ 0x05, 0xffc2 },
@@ -2074,6 +2075,7 @@ static void rtl8168d_1_hw_phy_config(void __iomem *ioaddr)
@@ -42,7 +42,7 @@ index fa49356..3495ff6 100644
{ 0x06, 0x5561 }
};
+#ifdef REMOVE_DFSG
- static struct phy_reg phy_reg_init_1[] = {
+ static const struct phy_reg phy_reg_init_1[] = {
{ 0x1f, 0x0005 },
{ 0x05, 0xffc2 },
@@ -2473,6 +2478,7 @@ static void rtl8168d_2_hw_phy_config(void __iomem *ioaddr)