diff for duplicates of <496E39C2.8040208@openwrt.org> diff --git a/a/1.txt b/N1/1.txt index 5649513..00b01af 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,31 +1,43 @@ -Pavel Roskin ?rta: +Pavel Roskin =EDrta: > On Tue, 2009-01-13 at 14:40 +0100, Gabor Juhos wrote: ->> This patch set introduces preliminary support for the Atheros' AR9130/AR9132 ->> SoCs built-in WMAC device. Tested with compat-wireless-2009-01-12 and 2.6.27.10 +>> This patch set introduces preliminary support for the Atheros' AR913= +0/AR9132 +>> SoCs built-in WMAC device. Tested with compat-wireless-2009-01-12 an= +d 2.6.27.10=20 >> kernel on the following devices: >> * Atheros AP83-050 reference board (AR9132 SoC, AR9106 RF) >> * TRENDnet TEW-632BRP router (AR9130 SoC, AR9102 RF) >> * Mikrotik RB433 board (AR7161 SoC) + AR5416 based miniPCI card -> -> I confirm that my AR5416 miniPCI is still working with this patch on top +>=20 +> I confirm that my AR5416 miniPCI is still working with this patch on = +top > of yesterdays wireless-testing (master-2009-01-12). -> +>=20 > Unfortunately, patch named "ath9k: move PCI code into separate file" -> doesn't apply to the today's wireless-testing and needs to be rebased. +> doesn't apply to the today's wireless-testing and needs to be rebased= +=2E Yes. I will post a new set. -> +>=20 > Current checkpatch.pl gets confused by several patches because an -> "#endif" in the unchanged part somehow causes the preprocessor stack to +> "#endif" in the unchanged part somehow causes the preprocessor stack = +to > underflow: -> +>=20 > Can't use an undefined value as an ARRAY reference at > scripts/checkpatch.pl line 453. -> -> This appears to be a bug in checkpatch.pl and should not be considered a +>=20 +> This appears to be a bug in checkpatch.pl and should not be considere= +d a > problem in the patches. -> +>=20 -I have noticed it, but i'm not a Perl expert, so I have checked the patches +I have noticed it, but i'm not a Perl expert, so I have checked the pat= +ches=20 with checkpatch.pl from 2.6.28. +-- +To unsubscribe from this list: send the line "unsubscribe linux-wireles= +s" 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 b04b5f4..0773fa7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,41 +1,62 @@ "ref\01231854029-26810-1-git-send-email-juhosg@openwrt.org\0" "ref\01231882731.21706.10.camel@dv\0" "From\0Gabor Juhos <juhosg@openwrt.org>\0" - "Subject\0[ath9k-devel] [PATCH v3 00/11] ath9k: add preliminary support for the AR913x SoCs\0" + "Subject\0Re: [PATCH v3 00/11] ath9k: add preliminary support for the AR913x SoCs\0" "Date\0Wed, 14 Jan 2009 20:15:14 +0100\0" - "To\0ath9k-devel@lists.ath9k.org\0" + "To\0Pavel Roskin <proski@gnu.org>\0" + "Cc\0John W. Linville <linville@tuxdriver.com>" + Luis R. Rodriguez <lrodriguez@atheros.com> + Jouni Malinen <jmalinen@atheros.com> + ath9k-devel@lists.ath9k.org <ath9k-devel@venema.h4ckr.net> + linux-wireless@vger.kernel.org <linux-wireless@vger.kernel.org> + Felix Fietkau <nbd@openwrt.org> + Christoph Hellwig <hch@infradead.org> + Sujith Manoharan <Sujith.Manoharan@atheros.com> + " Johannes Berg <johannes@sipsolutions.net>\0" "\00:1\0" "b\0" - "Pavel Roskin ?rta:\n" + "Pavel Roskin =EDrta:\n" "> On Tue, 2009-01-13 at 14:40 +0100, Gabor Juhos wrote:\n" - ">> This patch set introduces preliminary support for the Atheros' AR9130/AR9132\n" - ">> SoCs built-in WMAC device. Tested with compat-wireless-2009-01-12 and 2.6.27.10 \n" + ">> This patch set introduces preliminary support for the Atheros' AR913=\n" + "0/AR9132\n" + ">> SoCs built-in WMAC device. Tested with compat-wireless-2009-01-12 an=\n" + "d 2.6.27.10=20\n" ">> kernel on the following devices:\n" ">> * Atheros AP83-050 reference board (AR9132 SoC, AR9106 RF)\n" ">> * TRENDnet TEW-632BRP router (AR9130 SoC, AR9102 RF)\n" ">> * Mikrotik RB433 board (AR7161 SoC) + AR5416 based miniPCI card\n" - "> \n" - "> I confirm that my AR5416 miniPCI is still working with this patch on top\n" + ">=20\n" + "> I confirm that my AR5416 miniPCI is still working with this patch on =\n" + "top\n" "> of yesterdays wireless-testing (master-2009-01-12).\n" - "> \n" + ">=20\n" "> Unfortunately, patch named \"ath9k: move PCI code into separate file\"\n" - "> doesn't apply to the today's wireless-testing and needs to be rebased.\n" + "> doesn't apply to the today's wireless-testing and needs to be rebased=\n" + "=2E\n" "\n" "Yes. I will post a new set.\n" "\n" - "> \n" + ">=20\n" "> Current checkpatch.pl gets confused by several patches because an\n" - "> \"#endif\" in the unchanged part somehow causes the preprocessor stack to\n" + "> \"#endif\" in the unchanged part somehow causes the preprocessor stack =\n" + "to\n" "> underflow:\n" - "> \n" + ">=20\n" "> Can't use an undefined value as an ARRAY reference at\n" "> scripts/checkpatch.pl line 453.\n" - "> \n" - "> This appears to be a bug in checkpatch.pl and should not be considered a\n" + ">=20\n" + "> This appears to be a bug in checkpatch.pl and should not be considere=\n" + "d a\n" "> problem in the patches.\n" - "> \n" + ">=20\n" "\n" - "I have noticed it, but i'm not a Perl expert, so I have checked the patches \n" - with checkpatch.pl from 2.6.28. + "I have noticed it, but i'm not a Perl expert, so I have checked the pat=\n" + "ches=20\n" + "with checkpatch.pl from 2.6.28.\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-wireles=\n" + "s\" in\n" + "the body of a message to majordomo@vger.kernel.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -de4e84bbaf81250986d73e721c0efb53eb9521210608aebffcf86a32fbb8db81 +9affe7d013a7a9b78868c1ee3e1abece43d538afc7be37ff96b14c821155e5ec
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.