summaryrefslogtreecommitdiff
path: root/patches/02-ksize.patch
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2011-06-14 11:34:34 -0700
committerLuis R. Rodriguez <lrodriguez@atheros.com>2011-06-14 11:34:34 -0700
commit0a1c49d42cec55ce053483d294ddf3a01eb5d8c4 (patch)
treeed66f8a4e627b73a134b927b8efd01adaaee048a /patches/02-ksize.patch
parent5f773bf7b1e2c244f80295da25f526cd568b631a (diff)
compat-wireless: refresh patches for next-20110614
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.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 4b97319f..cd42d9fe 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
-@@ -502,9 +502,14 @@ cfg80211_bss_update(struct cfg80211_regi
+@@ -507,9 +507,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;
-@@ -538,9 +543,14 @@ cfg80211_bss_update(struct cfg80211_regi
+@@ -543,9 +548,14 @@ cfg80211_bss_update(struct cfg80211_regi
(found->pub.information_elements ==
found->pub.beacon_ies);