diff for duplicates of <4B892A2F.2040307@free.fr> diff --git a/a/1.txt b/N1/1.txt index 79ccdbe..f642a88 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,7 +30,7 @@ programming errors, not bogus hardware. Comments? > info->status.rates[0].idx = retries->rate[0]; > info->status.rates[0].count = 1; // (retry > 1 ? 2 : 1); > @@ -360,7 +360,7 @@ static void zd_mac_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb, -> info->status.rates[i].count = 1; // ((i=retry-1) && success ? 1:2); +> info->status.rates[i].count = 1; // ((i==retry-1) && success ? 1:2); > } > for (; i<IEEE80211_TX_MAX_RATES && i<retry; i++) { > - info->status.rates[i].idx = retries->rate[retry-1]; @@ -59,8 +59,3 @@ Acked-by: Benoit Papillault <benoit.papillault@free.fr> Regards, Benoit - --- -To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index bf9acdd..2c6ed5e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020100227061234.GA14323@bicker\0" "From\0Benoit PAPILLAULT <benoit.papillault@free.fr>\0" "Subject\0Re: [patch] zd1211rw: fix potential array underflow\0" - "Date\0Sat, 27 Feb 2010 14:20:31 +0000\0" + "Date\0Sat, 27 Feb 2010 15:20:31 +0100\0" "To\0Dan Carpenter <error27@gmail.com>" Daniel Drake <dsd@gentoo.org> Ulrich Kunitz <kune@deine-taler.de> @@ -48,7 +48,7 @@ "> \tinfo->status.rates[0].idx = retries->rate[0];\n" "> \tinfo->status.rates[0].count = 1; // (retry > 1 ? 2 : 1);\n" "> @@ -360,7 +360,7 @@ static void zd_mac_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb,\n" - "> \t\tinfo->status.rates[i].count = 1; // ((i=retry-1) && success ? 1:2);\n" + "> \t\tinfo->status.rates[i].count = 1; // ((i==retry-1) && success ? 1:2);\n" "> \t}\n" "> \tfor (; i<IEEE80211_TX_MAX_RATES && i<retry; i++) {\n" "> -\t\tinfo->status.rates[i].idx = retries->rate[retry-1];\n" @@ -76,11 +76,6 @@ "Acked-by: Benoit Papillault <benoit.papillault@free.fr>\n" "\n" "Regards,\n" - "Benoit\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe kernel-janitors\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Benoit -280830cfbc254174d3ddb43de256e22cab021a3a69feb42c6d53ac32d896dfc8 +d368d9e5abff043a8d96eb322ca3539f48315faab8c294e881e23f5d1a6d47f6
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.