summaryrefslogtreecommitdiff
path: root/patches/02-ksize.patch
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2010-02-01 13:44:49 -0800
committerLuis R. Rodriguez <lrodriguez@atheros.com>2010-02-01 13:44:49 -0800
commit142085e98f01b83ae2cc4967d29e37fb8aff89c5 (patch)
tree98103ae5d25dd00e9f382c1abce4cc8cfaec4245 /patches/02-ksize.patch
parent4c36fffe99b8c4bead23e8b6ad17a2954dd701d1 (diff)
Run admin-update-.sh refresh for 2010-02-01
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 726fa2b0..28bacbab 100644
--- a/patches/02-ksize.patch
+++ b/patches/02-ksize.patch
@@ -12,7 +12,7 @@ of the situation.
--- a/net/wireless/scan.c
+++ b/net/wireless/scan.c
-@@ -424,9 +424,14 @@ cfg80211_bss_update(struct cfg80211_regi
+@@ -426,9 +426,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;
@@ -27,7 +27,7 @@ of the situation.
memcpy(found->pub.proberesp_ies,
res->pub.proberesp_ies, ielen);
found->pub.len_proberesp_ies = ielen;
-@@ -457,9 +462,14 @@ cfg80211_bss_update(struct cfg80211_regi
+@@ -459,9 +464,14 @@ cfg80211_bss_update(struct cfg80211_regi
size_t used = dev->wiphy.bss_priv_size + sizeof(*res);
size_t ielen = res->pub.len_beacon_ies;