linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Patches for compat-drivers/linux-3.6.y
@ 2012-10-15 13:23 Bala Shanmugam
  2012-10-15 13:23 ` [PATCH 1/3] compat-drivers: Update pending stable patches Bala Shanmugam
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Bala Shanmugam @ 2012-10-15 13:23 UTC (permalink / raw)
  To: rodrigue; +Cc: linux-wireless, backports

Hi,

These patches are for linux-3.6.y branch and has BT coex
fixes for AR9565.

Bala Shanmugam (3):
  compat-drivers: Update pending stable patches.
  compat-drivers: Move next-pending patches to cherry-picks.
  compat-drivers: Add new cherry-pick and next-pending  patches

 ...dle-errors-properly-in-MCI-initialization.patch | 128 ++++++++++++
 ...-debugfs-file-to-adjust-antenna-diversity.patch |  99 ++++++++++
 ...-ath9k-Fix-chainmask-selection-for-AR9462.patch |  43 +++++
 .../0080-ath9k-Enable-MCI-for-AR9565.patch         |  63 ++++++
 ...81-ath9k-Fix-BTCOEX-weight-initialization.patch | 176 +++++++++++++++++
 ...dle-errors-properly-in-MCI-initialization.patch | 128 ------------
 ...01-ath9k_hw-Enable-OSLA-hw-fix-for-AR9565.patch |  34 ++++
 ...-debugfs-file-to-adjust-antenna-diversity.patch |  99 ----------
 ...2-ath9k_hw-Fix-selfgen-chainmask-for-9565.patch |  28 +++
 ...-ath9k-Fix-chainmask-selection-for-AR9462.patch |  43 -----
 ...ppropriate-bit-for-AR9565-in-btc-control-.patch |  33 ++++
 .../0004-ath9k-Enable-MCI-for-AR9565.patch         |  63 ------
 ...off-RXIQ-calibration-while-re-calibrating.patch |  46 +++++
 ...sable-MCI-stat-counter-by-default-for-AR9.patch |  34 ++++
 ...0006-ath9k_hw-Fix-frequent-BT-rx-recovery.patch |  66 +++++++
 ...-ath9k_hw-Fix-max-rx-rate-drop-for-AR9565.patch |  28 +++
 ...nfigure-new-switch-table-for-AR9565-BTCOE.patch |  47 +++++
 ...th9k_hw-Set-default-MCI-config-for-AR9565.patch |  21 ++
 ...ust-duty-cycle-for-FTP-profile-for-AR9565.patch |  21 ++
 ...-ath9k-Add-new-BT-profile-info-A2DP_Voice.patch |  44 +++++
 ...012-cfg80211-Disallow-HT-WEP-in-IBSS-mode.patch |  63 ++++++
 ...h-mgmt-Fix-enabling-SSP-while-powered-off.patch |  43 -----
 ...th-mgmt-Fix-enabling-LE-while-powered-off.patch |  46 -----
 ...h-Fix-not-removing-power_off-delayed-work.patch |  76 --------
 ...x-possible-circular-lock-on-reg_regdb_sea.patch | 129 -------------
 ...-t-double-free-the-interrupt-in-failure-p.patch |  33 ----
 ...gmt-Implement-support-for-passkey-notific.patch | 214 ---------------------
 ...ooth-Update-management-interface-revision.patch |  36 ----
 ...dd-USB_VENDOR_AND_INTERFACE_INFO-for-Broa.patch |  31 ---
 .../0009-ath9k-Disable-ASPM-only-for-AR9285.patch  |  38 ----
 30 files changed, 974 insertions(+), 979 deletions(-)
 create mode 100644 linux-next-cherry-picks/0077-ath9k-Handle-errors-properly-in-MCI-initialization.patch
 create mode 100644 linux-next-cherry-picks/0078-ath9k-Add-a-debugfs-file-to-adjust-antenna-diversity.patch
 create mode 100644 linux-next-cherry-picks/0079-ath9k-Fix-chainmask-selection-for-AR9462.patch
 create mode 100644 linux-next-cherry-picks/0080-ath9k-Enable-MCI-for-AR9565.patch
 create mode 100644 linux-next-cherry-picks/0081-ath9k-Fix-BTCOEX-weight-initialization.patch
 delete mode 100644 linux-next-pending/0001-ath9k-Handle-errors-properly-in-MCI-initialization.patch
 create mode 100644 linux-next-pending/0001-ath9k_hw-Enable-OSLA-hw-fix-for-AR9565.patch
 delete mode 100644 linux-next-pending/0002-ath9k-Add-a-debugfs-file-to-adjust-antenna-diversity.patch
 create mode 100644 linux-next-pending/0002-ath9k_hw-Fix-selfgen-chainmask-for-9565.patch
 delete mode 100644 linux-next-pending/0003-ath9k-Fix-chainmask-selection-for-AR9462.patch
 create mode 100644 linux-next-pending/0003-ath9k-Set-appropriate-bit-for-AR9565-in-btc-control-.patch
 delete mode 100644 linux-next-pending/0004-ath9k-Enable-MCI-for-AR9565.patch
 create mode 100644 linux-next-pending/0004-ath9k-turn-off-RXIQ-calibration-while-re-calibrating.patch
 create mode 100644 linux-next-pending/0005-ath9k_hw-Disable-MCI-stat-counter-by-default-for-AR9.patch
 create mode 100644 linux-next-pending/0006-ath9k_hw-Fix-frequent-BT-rx-recovery.patch
 create mode 100644 linux-next-pending/0007-ath9k_hw-Fix-max-rx-rate-drop-for-AR9565.patch
 create mode 100644 linux-next-pending/0008-ath9k_hw-Configure-new-switch-table-for-AR9565-BTCOE.patch
 create mode 100644 linux-next-pending/0009-ath9k_hw-Set-default-MCI-config-for-AR9565.patch
 create mode 100644 linux-next-pending/0010-ath9k-adjust-duty-cycle-for-FTP-profile-for-AR9565.patch
 create mode 100644 linux-next-pending/0011-ath9k-Add-new-BT-profile-info-A2DP_Voice.patch
 create mode 100644 linux-next-pending/0012-cfg80211-Disallow-HT-WEP-in-IBSS-mode.patch
 delete mode 100644 pending-stable/0001-Bluetooth-mgmt-Fix-enabling-SSP-while-powered-off.patch
 delete mode 100644 pending-stable/0002-Bluetooth-mgmt-Fix-enabling-LE-while-powered-off.patch
 delete mode 100644 pending-stable/0003-Bluetooth-Fix-not-removing-power_off-delayed-work.patch
 delete mode 100644 pending-stable/0004-cfg80211-fix-possible-circular-lock-on-reg_regdb_sea.patch
 delete mode 100644 pending-stable/0005-iwlwifi-don-t-double-free-the-interrupt-in-failure-p.patch
 delete mode 100644 pending-stable/0006-Bluetooth-mgmt-Implement-support-for-passkey-notific.patch
 delete mode 100644 pending-stable/0007-Bluetooth-Update-management-interface-revision.patch
 delete mode 100644 pending-stable/0008-Bluetooth-Add-USB_VENDOR_AND_INTERFACE_INFO-for-Broa.patch
 delete mode 100644 pending-stable/0009-ath9k-Disable-ASPM-only-for-AR9285.patch

-- 
1.7.11.4


^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 0/3] Patches for compat-drivers/linux-3.6.y
@ 2012-11-26 12:29 Bala Shanmugam
  0 siblings, 0 replies; 9+ messages in thread
From: Bala Shanmugam @ 2012-11-26 12:29 UTC (permalink / raw)
  To: rodrigue; +Cc: linux-wireless, backports

These patches are for linux-3.6.y branch and has some
fixes for AR9565.

Bala Shanmugam (3):
  compat-drivers: Remove few cherry-pick patches
  compat-drivers: Add next-pending patches.
  compat-drivers: Add a crap patch for AR9565

 ...005-ath9k-Improve-PAN-profile-performance.patch |  141 ++++++++++++++++++++
 .../0088-cfg80211-fix-antenna-gain-handling.patch  |   39 ------
 ...tale-pointers-potentially-causing-access-.patch |   43 ------
 ...for-TID-only-in-BlockAcks-while-checking-.patch |   65 ---------
 ...x-signal-strength-noise-measurements-on-a.patch |    2 +-
 .../0002-ath9k-Fix-MCI-reset-in-BT-cal_req.patch   |   95 +++++++++++++
 ...mp-audio-profiles-on-weak-signal-strength.patch |  105 +++++++++++++++
 7 files changed, 342 insertions(+), 148 deletions(-)
 create mode 100644 crap/0005-ath9k-Improve-PAN-profile-performance.patch
 delete mode 100644 linux-next-cherry-picks/0088-cfg80211-fix-antenna-gain-handling.patch
 delete mode 100644 linux-next-cherry-picks/0093-ath9k-fix-stale-pointers-potentially-causing-access-.patch
 delete mode 100644 linux-next-cherry-picks/0119-ath9k-Test-for-TID-only-in-BlockAcks-while-checking-.patch
 create mode 100644 linux-next-pending/0002-ath9k-Fix-MCI-reset-in-BT-cal_req.patch
 create mode 100644 linux-next-pending/0003-ath9k-stomp-audio-profiles-on-weak-signal-strength.patch

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 0/3] Patches for compat-drivers/linux-3.6.y
@ 2012-10-15 13:22 Bala Shanmugam
  2012-10-15 21:28 ` Luis R. Rodriguez
  0 siblings, 1 reply; 9+ messages in thread
From: Bala Shanmugam @ 2012-10-15 13:22 UTC (permalink / raw)
  To: rodrigue; +Cc: linux-wireless, backports, Bala Shanmugam

Hi,

These patches are for linux-3.6.y branch and has BT coex
fixes for AR9565.

Bala Shanmugam (3):
  compat-drivers: Update pending stable patches.
  compat-drivers: Move next-pending patches to cherry-picks.
  compat-drivers: Add new cherry-pick and next-pending  patches

 ...dle-errors-properly-in-MCI-initialization.patch | 128 ++++++++++++
 ...-debugfs-file-to-adjust-antenna-diversity.patch |  99 ++++++++++
 ...-ath9k-Fix-chainmask-selection-for-AR9462.patch |  43 +++++
 .../0080-ath9k-Enable-MCI-for-AR9565.patch         |  63 ++++++
 ...81-ath9k-Fix-BTCOEX-weight-initialization.patch | 176 +++++++++++++++++
 ...dle-errors-properly-in-MCI-initialization.patch | 128 ------------
 ...01-ath9k_hw-Enable-OSLA-hw-fix-for-AR9565.patch |  34 ++++
 ...-debugfs-file-to-adjust-antenna-diversity.patch |  99 ----------
 ...2-ath9k_hw-Fix-selfgen-chainmask-for-9565.patch |  28 +++
 ...-ath9k-Fix-chainmask-selection-for-AR9462.patch |  43 -----
 ...ppropriate-bit-for-AR9565-in-btc-control-.patch |  33 ++++
 .../0004-ath9k-Enable-MCI-for-AR9565.patch         |  63 ------
 ...off-RXIQ-calibration-while-re-calibrating.patch |  46 +++++
 ...sable-MCI-stat-counter-by-default-for-AR9.patch |  34 ++++
 ...0006-ath9k_hw-Fix-frequent-BT-rx-recovery.patch |  66 +++++++
 ...-ath9k_hw-Fix-max-rx-rate-drop-for-AR9565.patch |  28 +++
 ...nfigure-new-switch-table-for-AR9565-BTCOE.patch |  47 +++++
 ...th9k_hw-Set-default-MCI-config-for-AR9565.patch |  21 ++
 ...ust-duty-cycle-for-FTP-profile-for-AR9565.patch |  21 ++
 ...-ath9k-Add-new-BT-profile-info-A2DP_Voice.patch |  44 +++++
 ...012-cfg80211-Disallow-HT-WEP-in-IBSS-mode.patch |  63 ++++++
 ...h-mgmt-Fix-enabling-SSP-while-powered-off.patch |  43 -----
 ...th-mgmt-Fix-enabling-LE-while-powered-off.patch |  46 -----
 ...h-Fix-not-removing-power_off-delayed-work.patch |  76 --------
 ...x-possible-circular-lock-on-reg_regdb_sea.patch | 129 -------------
 ...-t-double-free-the-interrupt-in-failure-p.patch |  33 ----
 ...gmt-Implement-support-for-passkey-notific.patch | 214 ---------------------
 ...ooth-Update-management-interface-revision.patch |  36 ----
 ...dd-USB_VENDOR_AND_INTERFACE_INFO-for-Broa.patch |  31 ---
 .../0009-ath9k-Disable-ASPM-only-for-AR9285.patch  |  38 ----
 30 files changed, 974 insertions(+), 979 deletions(-)
 create mode 100644 linux-next-cherry-picks/0077-ath9k-Handle-errors-properly-in-MCI-initialization.patch
 create mode 100644 linux-next-cherry-picks/0078-ath9k-Add-a-debugfs-file-to-adjust-antenna-diversity.patch
 create mode 100644 linux-next-cherry-picks/0079-ath9k-Fix-chainmask-selection-for-AR9462.patch
 create mode 100644 linux-next-cherry-picks/0080-ath9k-Enable-MCI-for-AR9565.patch
 create mode 100644 linux-next-cherry-picks/0081-ath9k-Fix-BTCOEX-weight-initialization.patch
 delete mode 100644 linux-next-pending/0001-ath9k-Handle-errors-properly-in-MCI-initialization.patch
 create mode 100644 linux-next-pending/0001-ath9k_hw-Enable-OSLA-hw-fix-for-AR9565.patch
 delete mode 100644 linux-next-pending/0002-ath9k-Add-a-debugfs-file-to-adjust-antenna-diversity.patch
 create mode 100644 linux-next-pending/0002-ath9k_hw-Fix-selfgen-chainmask-for-9565.patch
 delete mode 100644 linux-next-pending/0003-ath9k-Fix-chainmask-selection-for-AR9462.patch
 create mode 100644 linux-next-pending/0003-ath9k-Set-appropriate-bit-for-AR9565-in-btc-control-.patch
 delete mode 100644 linux-next-pending/0004-ath9k-Enable-MCI-for-AR9565.patch
 create mode 100644 linux-next-pending/0004-ath9k-turn-off-RXIQ-calibration-while-re-calibrating.patch
 create mode 100644 linux-next-pending/0005-ath9k_hw-Disable-MCI-stat-counter-by-default-for-AR9.patch
 create mode 100644 linux-next-pending/0006-ath9k_hw-Fix-frequent-BT-rx-recovery.patch
 create mode 100644 linux-next-pending/0007-ath9k_hw-Fix-max-rx-rate-drop-for-AR9565.patch
 create mode 100644 linux-next-pending/0008-ath9k_hw-Configure-new-switch-table-for-AR9565-BTCOE.patch
 create mode 100644 linux-next-pending/0009-ath9k_hw-Set-default-MCI-config-for-AR9565.patch
 create mode 100644 linux-next-pending/0010-ath9k-adjust-duty-cycle-for-FTP-profile-for-AR9565.patch
 create mode 100644 linux-next-pending/0011-ath9k-Add-new-BT-profile-info-A2DP_Voice.patch
 create mode 100644 linux-next-pending/0012-cfg80211-Disallow-HT-WEP-in-IBSS-mode.patch
 delete mode 100644 pending-stable/0001-Bluetooth-mgmt-Fix-enabling-SSP-while-powered-off.patch
 delete mode 100644 pending-stable/0002-Bluetooth-mgmt-Fix-enabling-LE-while-powered-off.patch
 delete mode 100644 pending-stable/0003-Bluetooth-Fix-not-removing-power_off-delayed-work.patch
 delete mode 100644 pending-stable/0004-cfg80211-fix-possible-circular-lock-on-reg_regdb_sea.patch
 delete mode 100644 pending-stable/0005-iwlwifi-don-t-double-free-the-interrupt-in-failure-p.patch
 delete mode 100644 pending-stable/0006-Bluetooth-mgmt-Implement-support-for-passkey-notific.patch
 delete mode 100644 pending-stable/0007-Bluetooth-Update-management-interface-revision.patch
 delete mode 100644 pending-stable/0008-Bluetooth-Add-USB_VENDOR_AND_INTERFACE_INFO-for-Broa.patch
 delete mode 100644 pending-stable/0009-ath9k-Disable-ASPM-only-for-AR9285.patch

-- 
1.7.11.4


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-11-26 12:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 13:23 [PATCH 0/3] Patches for compat-drivers/linux-3.6.y Bala Shanmugam
2012-10-15 13:23 ` [PATCH 1/3] compat-drivers: Update pending stable patches Bala Shanmugam
2012-10-15 13:23 ` [PATCH 2/3] compat-drivers: Move next-pending patches to cherry-picks Bala Shanmugam
2012-10-15 13:23 ` [PATCH 3/3] compat-drivers: Add new cherry-pick and next-pending patches Bala Shanmugam
2012-10-15 13:27 ` [PATCH 0/3] Patches for compat-drivers/linux-3.6.y Bala Shanmugam
2012-10-15 13:28 ` Bala Shanmugam
  -- strict thread matches above, loose matches on Subject: below --
2012-11-26 12:29 Bala Shanmugam
2012-10-15 13:22 Bala Shanmugam
2012-10-15 21:28 ` Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).