summaryrefslogtreecommitdiff
path: root/patches/collateral-evolutions/generic/0001-sysfs-api/net_wireless_sysfs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/collateral-evolutions/generic/0001-sysfs-api/net_wireless_sysfs.patch')
-rw-r--r--patches/collateral-evolutions/generic/0001-sysfs-api/net_wireless_sysfs.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/collateral-evolutions/generic/0001-sysfs-api/net_wireless_sysfs.patch b/patches/collateral-evolutions/generic/0001-sysfs-api/net_wireless_sysfs.patch
index e6762198..9c532c29 100644
--- a/patches/collateral-evolutions/generic/0001-sysfs-api/net_wireless_sysfs.patch
+++ b/patches/collateral-evolutions/generic/0001-sysfs-api/net_wireless_sysfs.patch
@@ -13,7 +13,7 @@
static void wiphy_dev_release(struct device *dev)
{
-@@ -151,7 +156,11 @@ struct class ieee80211_class = {
+@@ -149,7 +154,11 @@ struct class ieee80211_class = {
.name = "ieee80211",
.owner = THIS_MODULE,
.dev_release = wiphy_dev_release,
@@ -25,7 +25,7 @@
.dev_uevent = wiphy_uevent,
#ifdef CONFIG_PM
.suspend = wiphy_suspend,
-@@ -165,6 +174,7 @@ struct class ieee80211_class = {
+@@ -161,6 +170,7 @@ struct class ieee80211_class = {
int wiphy_sysfs_init(void)
{