diff for duplicates of <20100227061234.GA14323@bicker> diff --git a/a/1.txt b/N1/1.txt index bf79a01..190da2c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,7 +20,7 @@ index f14deb0..ead2f2c 100644 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]; diff --git a/a/content_digest b/N1/content_digest index 84f9e82..46279fd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0[patch] zd1211rw: fix potential array underflow\0" - "Date\0Sat, 27 Feb 2010 06:12:34 +0000\0" + "Date\0Sat, 27 Feb 2010 09:12:34 +0300\0" "To\0Daniel Drake <dsd@gentoo.org>\0" "Cc\0Ulrich Kunitz <kune@deine-taler.de>" John W. Linville <linville@tuxdriver.com> @@ -36,7 +36,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" @@ -60,4 +60,4 @@ " \n" " \t\tif (final_rate != tx_status->rate) {" -ade56b1fb64a502f572014c055fe756e5bc07a6efac4b0d1d1df5114c2f686e3 +ab4a2ec571fb54fa72bb06811203a04ea853dd867ba58b808579280a09c5826b
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.