diff for duplicates of <1661867.OB0LbMnEW9@bentobox> diff --git a/N1/1.1.hdr b/N1/1.1.hdr new file mode 100644 index 0000000..c69df89 --- /dev/null +++ b/N1/1.1.hdr @@ -0,0 +1,2 @@ +Content-Transfer-Encoding: 7Bit +Content-Type: text/plain; charset="us-ascii" diff --git a/a/1.txt b/N1/1.1.txt similarity index 84% rename from a/1.txt rename to N1/1.1.txt index 1471079..e62d901 100644 --- a/a/1.txt +++ b/N1/1.1.txt @@ -80,17 +80,3 @@ helped a lot. Kind regards, Sven --------------- next part -------------- -A non-text attachment was scrubbed... -Name: 991-ani_mrc_cck.patch -Type: text/x-patch -Size: 1159 bytes -Desc: not available -Url : http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20121005/ceaede13/attachment.bin --------------- next part -------------- -A non-text attachment was scrubbed... -Name: not available -Type: application/pgp-signature -Size: 836 bytes -Desc: This is a digitally signed message part. -Url : http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20121005/ceaede13/attachment.pgp diff --git a/N1/1.2.hdr b/N1/1.2.hdr new file mode 100644 index 0000000..99cc95f --- /dev/null +++ b/N1/1.2.hdr @@ -0,0 +1,3 @@ +Content-Disposition: attachment; filename="991-ani_mrc_cck.patch" +Content-Transfer-Encoding: 7Bit +Content-Type: text/x-patch; charset="UTF-8"; name="991-ani_mrc_cck.patch" diff --git a/N1/1.2.txt b/N1/1.2.txt new file mode 100644 index 0000000..0194d89 --- /dev/null +++ b/N1/1.2.txt @@ -0,0 +1,31 @@ +--- a/drivers/net/wireless/ath/ath9k/ani.c ++++ b/drivers/net/wireless/ath/ath9k/ani.c +@@ -307,12 +307,16 @@ void ath9k_ani_reset(struct ath_hw *ah, + if (IS_CHAN_2GHZ(chan)) { + ah->ani_function = (ATH9K_ANI_SPUR_IMMUNITY_LEVEL | + ATH9K_ANI_FIRSTEP_LEVEL); +- if (AR_SREV_9300_20_OR_LATER(ah)) ++ if (AR_SREV_9300_20_OR_LATER(ah) && ++ ah->caps.rx_chainmask != 1) + ah->ani_function |= ATH9K_ANI_MRC_CCK; + } else + ah->ani_function = 0; + } + ++ if (!AR_SREV_9300_20_OR_LATER(ah) || ah->caps.rx_chainmask == 1) ++ ah->ani_function &= ~ATH9K_ANI_MRC_CCK; ++ + /* always allow mode (on/off) to be controlled */ + ah->ani_function |= ATH9K_ANI_MODE; + +--- a/drivers/net/wireless/ath/ath9k/hw.c ++++ b/drivers/net/wireless/ath/ath9k/hw.c +@@ -674,7 +674,7 @@ static int __ath9k_hw_init(struct ath_hw + ah->ani_function = ATH9K_ANI_ALL; + if (AR_SREV_9280_20_OR_LATER(ah) && !AR_SREV_9300_20_OR_LATER(ah)) + ah->ani_function &= ~ATH9K_ANI_NOISE_IMMUNITY_LEVEL; +- if (!AR_SREV_9300_20_OR_LATER(ah)) ++ if (!AR_SREV_9300_20_OR_LATER(ah) || ah->caps.rx_chainmask == 1) + ah->ani_function &= ~ATH9K_ANI_MRC_CCK; + + ath9k_hw_init_mode_regs(ah); diff --git a/N1/2.bin b/N1/2.bin new file mode 100644 index 0000000..f8a34eb --- /dev/null +++ b/N1/2.bin @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.12 (GNU/Linux) + +iQIcBAABCgAGBQJQbvbWAAoJEF2HCgfBJntGkDkQAMeS4itFg8tz2KYDPwvyYcCw +OB2SGHwNQ9WRJRuGhQRbcjHVPf+Rq/YqIjvOo5LVaFuP1x08pXJywTeaMxNQ1HB2 +kZl72U1CBeq5sfLusp8sB6riXDh+jcw6tws6nOWZ/tYQfavr+o6FJ+pbVcBG7O2h ++6lzgj22nKYqpdlevN8HnrAzhrMhSkLoCYfIw7AuTJNuPOcT6D5B/ujLvQeIcqfG +rw2PPMGsRmi+2umLTOSDNPaw6ozqAk18mXhZAGAQrvaOFGmdXeSds4HZoFDLr3+0 +CMzEm/lYLUYKDRepbdS2ApyYS9FzY77tmtmGcI6luCyqgjhbyP6/oRfO8njXfc48 +y+yEfOZ+EE4A8D+m424cq/7g/XaN10joWHjgR2FFK7do2vwf3kT7knxTKZAbPoSs +LsvQmZDSKCoMT7cRj2HKBlVWwxazq18FthKg2BiKQcAjymSyMyrQ+ZGopci8oso0 +br/lu2ZZlx4D5o2SkoRtoHPQaVAJiSuW2iwPmqYLII3Ik3bzTrQxxGD9Nqmc80FW +me+g3QvA8Fb4QPIycDcqi12SIYaZdIVWjyxmcPsqr7d8hPnWTn5yTd7kildLCTrT +en8aLQ7KZRSnU0sO4tWPaxwQKXw99kedFU99pCDp6S/e5OsUq9M+CwDQp1NICJRW +Bt9HefI4WBpJE9pLSJH7 +=9Vhv +-----END PGP SIGNATURE----- diff --git a/N1/2.hdr b/N1/2.hdr new file mode 100644 index 0000000..c6c8cb2 --- /dev/null +++ b/N1/2.hdr @@ -0,0 +1,2 @@ +Content-Type: application/pgp-signature; name="signature.asc" +Content-Description: This is a digitally signed message part. diff --git a/a/content_digest b/N1/content_digest index 5763165..b038aca 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,10 +2,17 @@ "ref\02475573.rN7d8lielt@bentobox\0" "ref\0506EDF89.5000805@openwrt.org\0" "From\0Sven Eckelmann <sven@narfation.org>\0" - "Subject\0[ath9k-devel] [PATCHv2] ath9k_hw: Handle AR_INTR_SYNC_HOST1_FATAL on AR9003\0" + "Subject\0Re: [ath9k-devel] [PATCHv2] ath9k_hw: Handle AR_INTR_SYNC_HOST1_FATAL on AR9003\0" "Date\0Fri, 05 Oct 2012 17:03:50 +0200\0" - "To\0ath9k-devel@lists.ath9k.org\0" - "\00:1\0" + "To\0Felix Fietkau <nbd@openwrt.org>\0" + "Cc\0Adrian Chadd <adrian@freebsd.org>" + Simon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de> + linux-wireless@vger.kernel.org + linville@tuxdriver.com + mcgrof@qca.qualcomm.com + ath9k-devel@lists.ath9k.org + " lindner_marek@yahoo.de\0" + "\02:1.1\0" "b\0" "On Friday 05 October 2012 15:24:25 Felix Fietkau wrote:\n" "> On 2012-10-05 3:07 PM, Sven Eckelmann wrote:\n" @@ -88,20 +95,61 @@ "helped a lot.\n" "\n" "Kind regards,\n" - "\tSven\n" - "-------------- next part --------------\n" - "A non-text attachment was scrubbed...\n" - "Name: 991-ani_mrc_cck.patch\n" - "Type: text/x-patch\n" - "Size: 1159 bytes\n" - "Desc: not available\n" - "Url : http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20121005/ceaede13/attachment.bin \n" - "-------------- next part --------------\n" - "A non-text attachment was scrubbed...\n" - "Name: not available\n" - "Type: application/pgp-signature\n" - "Size: 836 bytes\n" - "Desc: This is a digitally signed message part.\n" - Url : http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20121005/ceaede13/attachment.pgp + "\tSven" + "\02:1.2\0" + "fn\0991-ani_mrc_cck.patch\0" + "b\0" + "--- a/drivers/net/wireless/ath/ath9k/ani.c\n" + "+++ b/drivers/net/wireless/ath/ath9k/ani.c\n" + "@@ -307,12 +307,16 @@ void ath9k_ani_reset(struct ath_hw *ah,\n" + " \t\tif (IS_CHAN_2GHZ(chan)) {\n" + " \t\t\tah->ani_function = (ATH9K_ANI_SPUR_IMMUNITY_LEVEL |\n" + " \t\t\t\t\t ATH9K_ANI_FIRSTEP_LEVEL);\n" + "-\t\t\tif (AR_SREV_9300_20_OR_LATER(ah))\n" + "+\t\t\tif (AR_SREV_9300_20_OR_LATER(ah) &&\n" + "+\t\t\t ah->caps.rx_chainmask != 1)\n" + " \t\t\t\tah->ani_function |= ATH9K_ANI_MRC_CCK;\n" + " \t\t} else\n" + " \t\t\tah->ani_function = 0;\n" + " \t}\n" + " \n" + "+\tif (!AR_SREV_9300_20_OR_LATER(ah) || ah->caps.rx_chainmask == 1)\n" + "+\t\tah->ani_function &= ~ATH9K_ANI_MRC_CCK;\n" + "+\n" + " \t/* always allow mode (on/off) to be controlled */\n" + " \tah->ani_function |= ATH9K_ANI_MODE;\n" + " \n" + "--- a/drivers/net/wireless/ath/ath9k/hw.c\n" + "+++ b/drivers/net/wireless/ath/ath9k/hw.c\n" + "@@ -674,7 +674,7 @@ static int __ath9k_hw_init(struct ath_hw\n" + " \tah->ani_function = ATH9K_ANI_ALL;\n" + " \tif (AR_SREV_9280_20_OR_LATER(ah) && !AR_SREV_9300_20_OR_LATER(ah))\n" + " \t\tah->ani_function &= ~ATH9K_ANI_NOISE_IMMUNITY_LEVEL;\n" + "-\tif (!AR_SREV_9300_20_OR_LATER(ah))\n" + "+\tif (!AR_SREV_9300_20_OR_LATER(ah) || ah->caps.rx_chainmask == 1)\n" + " \t\tah->ani_function &= ~ATH9K_ANI_MRC_CCK;\n" + " \n" + " \tath9k_hw_init_mode_regs(ah);" + "\01:2\0" + "fn\0signature.asc\0" + "d\0This is a digitally signed message part.\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "Version: GnuPG v1.4.12 (GNU/Linux)\n" + "\n" + "iQIcBAABCgAGBQJQbvbWAAoJEF2HCgfBJntGkDkQAMeS4itFg8tz2KYDPwvyYcCw\n" + "OB2SGHwNQ9WRJRuGhQRbcjHVPf+Rq/YqIjvOo5LVaFuP1x08pXJywTeaMxNQ1HB2\n" + "kZl72U1CBeq5sfLusp8sB6riXDh+jcw6tws6nOWZ/tYQfavr+o6FJ+pbVcBG7O2h\n" + "+6lzgj22nKYqpdlevN8HnrAzhrMhSkLoCYfIw7AuTJNuPOcT6D5B/ujLvQeIcqfG\n" + "rw2PPMGsRmi+2umLTOSDNPaw6ozqAk18mXhZAGAQrvaOFGmdXeSds4HZoFDLr3+0\n" + "CMzEm/lYLUYKDRepbdS2ApyYS9FzY77tmtmGcI6luCyqgjhbyP6/oRfO8njXfc48\n" + "y+yEfOZ+EE4A8D+m424cq/7g/XaN10joWHjgR2FFK7do2vwf3kT7knxTKZAbPoSs\n" + "LsvQmZDSKCoMT7cRj2HKBlVWwxazq18FthKg2BiKQcAjymSyMyrQ+ZGopci8oso0\n" + "br/lu2ZZlx4D5o2SkoRtoHPQaVAJiSuW2iwPmqYLII3Ik3bzTrQxxGD9Nqmc80FW\n" + "me+g3QvA8Fb4QPIycDcqi12SIYaZdIVWjyxmcPsqr7d8hPnWTn5yTd7kildLCTrT\n" + "en8aLQ7KZRSnU0sO4tWPaxwQKXw99kedFU99pCDp6S/e5OsUq9M+CwDQp1NICJRW\n" + "Bt9HefI4WBpJE9pLSJH7\n" + "=9Vhv\n" + "-----END PGP SIGNATURE-----\n" -95315ccd956c132c2bf4592b3c8c2acdacfd8984067b33ca337f252d1ccc4525 +39aadde6488a59734af3c886ecb06a35996e87c98e5d1734bbe8a9c8d39f0145
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.