summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-audit/0005-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-19 15:08:37 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-19 17:24:30 -0300
commit80e734a56b57d5b8e75e83639338f4b1bf2fa60b (patch)
treee48ae24bdde00ea32c5e7fb2926e1814a9df3377 /kernels/linux-libre-audit/0005-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch
parentc571d32f40984f1099ddb757388248291c2a2b9a (diff)
downloadabslibre-80e734a56b57d5b8e75e83639338f4b1bf2fa60b.tar.gz
abslibre-80e734a56b57d5b8e75e83639338f4b1bf2fa60b.tar.bz2
abslibre-80e734a56b57d5b8e75e83639338f4b1bf2fa60b.zip
linux-libre-audit-4.8.17_gnu-1: updating version
* move linux-libre-audit-4.9.3_gnu-1 to [kernels-testing]
Diffstat (limited to 'kernels/linux-libre-audit/0005-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch')
-rw-r--r--kernels/linux-libre-audit/0005-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch13
1 files changed, 7 insertions, 6 deletions
diff --git a/kernels/linux-libre-audit/0005-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch b/kernels/linux-libre-audit/0005-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch
index 09b889f59..e89e6388e 100644
--- a/kernels/linux-libre-audit/0005-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch
+++ b/kernels/linux-libre-audit/0005-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch
@@ -1,14 +1,15 @@
-From f0e29c8c8744317cfe946faf4f4ebae76f2c4eb1 Mon Sep 17 00:00:00 2001
+From a6b9bd0029d9453d4f59bc367f9a33e1a3285709 Mon Sep 17 00:00:00 2001
From: popcornmix <popcornmix@gmail.com>
Date: Tue, 18 Feb 2014 01:43:50 -0300
-Subject: [PATCH 5/8] net/smsc95xx: Allow mac address to be set as a parameter
+Subject: [PATCH 05/13] net/smsc95xx: Allow mac address to be set as a
+ parameter
---
drivers/net/usb/smsc95xx.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
diff --git a/drivers/net/usb/smsc95xx.c b/drivers/net/usb/smsc95xx.c
-index 831aa33..0362554 100644
+index dc989a8..912be75 100644
--- a/drivers/net/usb/smsc95xx.c
+++ b/drivers/net/usb/smsc95xx.c
@@ -60,6 +60,7 @@
@@ -19,7 +20,7 @@ index 831aa33..0362554 100644
#define CARRIER_CHECK_DELAY (2 * HZ)
-@@ -82,6 +83,10 @@ static bool turbo_mode = true;
+@@ -80,6 +81,10 @@ static bool turbo_mode = true;
module_param(turbo_mode, bool, 0644);
MODULE_PARM_DESC(turbo_mode, "Enable multiple frames per Rx transaction");
@@ -30,7 +31,7 @@ index 831aa33..0362554 100644
static int __must_check __smsc95xx_read_reg(struct usbnet *dev, u32 index,
u32 *data, int in_pm)
{
-@@ -910,8 +915,59 @@ static int smsc95xx_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd)
+@@ -809,8 +814,59 @@ static int smsc95xx_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd)
return generic_mii_ioctl(&dev->mii, if_mii(rq), cmd, NULL);
}
@@ -91,5 +92,5 @@ index 831aa33..0362554 100644
/* maybe the boot loader passed the MAC address in devicetree */
--
-2.10.0
+2.10.2