diff options
Diffstat (limited to 'patches/0002-disable-dump-adjust-on-old-kernels.patch')
-rw-r--r-- | patches/0002-disable-dump-adjust-on-old-kernels.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/0002-disable-dump-adjust-on-old-kernels.patch b/patches/0002-disable-dump-adjust-on-old-kernels.patch index fa379bfe..8e623c88 100644 --- a/patches/0002-disable-dump-adjust-on-old-kernels.patch +++ b/patches/0002-disable-dump-adjust-on-old-kernels.patch @@ -28,7 +28,7 @@ Date: Fri Mar 1 14:03:49 2013 +0100 --- a/net/wireless/nl80211.c +++ b/net/wireless/nl80211.c -@@ -2204,6 +2204,7 @@ static int nl80211_dump_wiphy(struct sk_ +@@ -2364,6 +2364,7 @@ static int nl80211_dump_wiphy(struct sk_ cb->nlh->nlmsg_seq, NLM_F_MULTI, state); if (ret < 0) { @@ -36,7 +36,7 @@ Date: Fri Mar 1 14:03:49 2013 +0100 /* * If sending the wiphy data didn't fit (ENOBUFS * or EMSGSIZE returned), this SKB is still -@@ -2225,6 +2226,7 @@ static int nl80211_dump_wiphy(struct sk_ +@@ -2385,6 +2386,7 @@ static int nl80211_dump_wiphy(struct sk_ rtnl_unlock(); return 1; } |