mbox

pull request: wireless-2.6 2010-11-10

Message ID 20101110185843.GC2714@tuxdriver.com
State Accepted, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git master

Message

John W. Linville Nov. 10, 2010, 6:58 p.m. UTC
David,

Here is a batch of fixes intended for 2.6.37.  Also mixed-in are a few
device ID updates.  I think the changelog entries are reasonably
documentary of the issues being fixed, so I won't belabor them. ;-)

This also includes a round of Bluetooth fixes from Gustavo:

"The following batch contains some bugfixes for 2.6.37. A fix for unaligned
access in L2CAP, a Kconfig error, two fixes related to security of
the Bluetooth links, and support for the a MacBook Air Bluetooth device.
There is also a one line patch from Matthew Garret, that enables USB
autosuspend for btusb module, which shall be completely safe. Please
pull, thanks."

Please let me know if there are problems!

Thanks,

John

---

The following changes since commit 88f8a5e3e7defccd3925cabb1ee4d3994e5cdb52:

  net: tipc: fix information leak to userland (2010-11-09 09:25:46 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git master

Brian Cavagnolo (1):
      mac80211: unset SDATA_STATE_OFFCHANNEL when cancelling a scan

Christian Lamparter (1):
      carl9170: usbid table updates

Daniel Drake (1):
      libertas: terminate scan when stopping interface

Edgar (gimli) Hucek (1):
      Bluetooth: Add MacBookAir3,1(2) support

Felix Fietkau (2):
      cfg80211: fix a crash in dev lookup on dump commands
      ath9k: check old power mode before clearing cycle counters

Gustavo F. Padovan (1):
      Bluetooth: fix endianness conversion in L2CAP

Haitao Zhang (1):
      ath9k_htc: Add support for device ID 3346

Johan Hedberg (1):
      Bluetooth: Fix non-SSP auth request for HIGH security level sockets

Linus Torvalds (1):
      libipw: fix proc entry removal

Luiz Augusto von Dentz (1):
      Bluetooth: fix not setting security level when creating a rfcomm session

Matthew Garrett (1):
      Bluetooth: Enable USB autosuspend by default on btusb

Rajkumar Manoharan (3):
      ath9k: Avoid HW opmode overridden on monitor mode changes
      ath9k_htc: Fix probe failure if CONFIG_USB_DEBUG enabled
      ath9k_hw: Fix memory leak on ath9k_hw_rf_alloc_ext_banks failure

Randy Dunlap (1):
      Bluetooth: fix hidp kconfig dependency warning

Vasanthakumar Thiagarajan (1):
      ath9k_hw: Fix AR9280 surprise removal during frequent idle on/off

Vivek Natarajan (1):
      ath9k: Fix a DMA latency issue for Intel Pinetrail platforms.

Wey-Yi Guy (1):
      iwlwifi: dont use pci_dev before it being assign

steven miao (1):
      Bluetooth: fix unaligned access to l2cap conf data

 drivers/bluetooth/btusb.c                    |    5 ++++
 drivers/net/wireless/ath/ath9k/ar9002_hw.c   |    3 ++
 drivers/net/wireless/ath/ath9k/ath9k.h       |    1 +
 drivers/net/wireless/ath/ath9k/hif_usb.c     |   31 ++++++++++++-------------
 drivers/net/wireless/ath/ath9k/hw.c          |   15 +++++++++++-
 drivers/net/wireless/ath/ath9k/hw.h          |    1 +
 drivers/net/wireless/ath/ath9k/init.c        |    8 ++++++
 drivers/net/wireless/ath/ath9k/main.c        |   29 +++++++++++++++++------
 drivers/net/wireless/ath/ath9k/recv.c        |    4 +-
 drivers/net/wireless/ath/ath9k/reg.h         |    1 +
 drivers/net/wireless/ath/carl9170/usb.c      |    4 ++-
 drivers/net/wireless/ipw2x00/libipw_module.c |    9 ++++---
 drivers/net/wireless/iwlwifi/iwl3945-base.c  |    3 +-
 drivers/net/wireless/libertas/cfg.c          |    5 ++-
 drivers/net/wireless/libertas/dev.h          |    1 +
 drivers/net/wireless/libertas/main.c         |    7 ++++++
 net/bluetooth/hci_event.c                    |    6 +++++
 net/bluetooth/hidp/Kconfig                   |    2 +-
 net/bluetooth/l2cap.c                        |    8 +++---
 net/bluetooth/rfcomm/core.c                  |   13 ++++++++--
 net/mac80211/iface.c                         |    6 ++--
 net/wireless/nl80211.c                       |    4 +-
 22 files changed, 117 insertions(+), 49 deletions(-)

Comments

David Miller Nov. 11, 2010, 6:16 a.m. UTC | #1
From: "John W. Linville" <linville@tuxdriver.com>
Date: Wed, 10 Nov 2010 13:58:43 -0500

> Here is a batch of fixes intended for 2.6.37.  Also mixed-in are a few
> device ID updates.  I think the changelog entries are reasonably
> documentary of the issues being fixed, so I won't belabor them. ;-)
> 
> This also includes a round of Bluetooth fixes from Gustavo:
> 
> "The following batch contains some bugfixes for 2.6.37. A fix for unaligned
> access in L2CAP, a Kconfig error, two fixes related to security of
> the Bluetooth links, and support for the a MacBook Air Bluetooth device.
> There is also a one line patch from Matthew Garret, that enables USB
> autosuspend for btusb module, which shall be completely safe. Please
> pull, thanks."

Pulled, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html