summaryrefslogtreecommitdiff
path: root/patches/02-ksize.patch
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@qca.qualcomm.com>2011-11-29 21:58:28 -0500
committerLuis R. Rodriguez <mcgrof@qca.qualcomm.com>2011-11-29 21:58:28 -0500
commite394d4d5c2cfb4f598dcad82bfbcb2de4c127b89 (patch)
tree443f7c1d5025ef01aaccaecdd9e026a8c8dc876a /patches/02-ksize.patch
parent704387291060f61f83dfdb33bb3b4dd9c17180c2 (diff)
compat-wireless: refresh patches
Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Diffstat (limited to 'patches/02-ksize.patch')
-rw-r--r--patches/02-ksize.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/02-ksize.patch b/patches/02-ksize.patch
index f667dc4c..0c8c89ca 100644
--- a/patches/02-ksize.patch
+++ b/patches/02-ksize.patch
@@ -37,7 +37,7 @@ of the situation.
priv->keys[index].key = kzalloc(key_len, GFP_ATOMIC);
--- a/net/wireless/scan.c
+++ b/net/wireless/scan.c
-@@ -537,9 +537,14 @@ cfg80211_bss_update(struct cfg80211_regi
+@@ -633,9 +633,14 @@ cfg80211_bss_update(struct cfg80211_regi
size_t used = dev->wiphy.bss_priv_size + sizeof(*res);
size_t ielen = res->pub.len_proberesp_ies;
@@ -52,7 +52,7 @@ of the situation.
memcpy(found->pub.proberesp_ies,
res->pub.proberesp_ies, ielen);
found->pub.len_proberesp_ies = ielen;
-@@ -573,9 +578,14 @@ cfg80211_bss_update(struct cfg80211_regi
+@@ -669,9 +674,14 @@ cfg80211_bss_update(struct cfg80211_regi
(found->pub.information_elements ==
found->pub.beacon_ies);