From e2d5a26742e025ec4e24129c132589ec3b491eb4 Mon Sep 17 00:00:00 2001 From: "Luis R. Rodriguez" Date: Fri, 19 Jul 2013 01:24:11 +0000 Subject: backports: refresh patches for next-20130627 Signed-off-by: Luis R. Rodriguez --- .../network/0006-disable-dump-adjust-on-old-kernels.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'patches/collateral-evolutions/network/0006-disable-dump-adjust-on-old-kernels.patch') diff --git a/patches/collateral-evolutions/network/0006-disable-dump-adjust-on-old-kernels.patch b/patches/collateral-evolutions/network/0006-disable-dump-adjust-on-old-kernels.patch index c13d053c..7b48d3dd 100644 --- a/patches/collateral-evolutions/network/0006-disable-dump-adjust-on-old-kernels.patch +++ b/patches/collateral-evolutions/network/0006-disable-dump-adjust-on-old-kernels.patch @@ -28,15 +28,15 @@ Date: Fri Mar 1 14:03:49 2013 +0100 --- a/net/wireless/nl80211.c +++ b/net/wireless/nl80211.c -@@ -1571,6 +1571,7 @@ static int nl80211_dump_wiphy(struct sk_ - &cb->args[2], - &cb->args[3]); +@@ -1597,6 +1597,7 @@ static int nl80211_dump_wiphy(struct sk_ + cb->nlh->nlmsg_seq, + NLM_F_MULTI, state); if (ret < 0) { +#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,1,0) /* * If sending the wiphy data didn't fit (ENOBUFS * or EMSGSIZE returned), this SKB is still -@@ -1591,6 +1592,7 @@ static int nl80211_dump_wiphy(struct sk_ +@@ -1617,6 +1618,7 @@ static int nl80211_dump_wiphy(struct sk_ rtnl_unlock(); return 1; } -- cgit v1.2.3