Hi John, Another set of changes to the 3.5 kernel. The main changes here are in the LE code, by Andre Guedes and in the L2CAP ERTM implementation by Mat Martineau. The rest of the patches are just clean up and small fixes. Please pull! Gustavo --- The following changes since commit 11069ef318f92fb5960ebd7f9c01e5bc0dcb63fc: mac80211: don't transmit 40MHz frames to 20MHz peer (2012-04-27 16:07:24 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next for-upstream for you to fetch changes up to 6bed2e71fa55572b6e1355594a119e54b20eb426: bluetooth: Add support for Foxconn/Hon Hai AR5BBU22 0489:E03C (2012-05-02 18:13:29 -0300) ---------------------------------------------------------------- Amitkumar Karwar (1): Bluetooth: btmrvl: configure default host sleep parameters Andre Guedes (9): Bluetooth: Remove useless code in hci_connect Bluetooth: Move address type macros to bluetooth.h Bluetooth: Rename link_to_mgmt to link_to_bdaddr Bluetooth: Rename mgmt_to_le to bdaddr_to_le Bluetooth: Add address type to struct sockaddr_l2 Bluetooth: Move bdaddr_to_le to hci_core Bluetooth: Add dst_type parameter to hci_connect Bluetooth: Use address type info from user-space Bluetooth: Remove advertising cache Gustavo Padovan (1): Bluetooth: Remove unneeded elements from size calculation Johan Hedberg (1): Bluetooth: Fix Inquiry with RSSI event mask Mat Martineau (8): Bluetooth: Improve ERTM sequence number offset calculation Bluetooth: Remove duplicate structure members from bt_skb_cb Bluetooth: Move recently-added ERTM header packing functions Bluetooth: Move recently-added ERTM header unpacking functions Bluetooth: Initialize new l2cap_chan structure members Bluetooth: Remove unused function Bluetooth: Make better use of l2cap_chan reference counting Bluetooth: Add Code Aurora Forum copyright Michael Gruetzner (1): bluetooth: Add support for Foxconn/Hon Hai AR5BBU22 0489:E03C Syam Sidhardhan (1): Bluetooth: Remove unused hci_le_ltk_reply() Vishal Agarwal (1): Bluetooth: Fix EIR data generation for mgmt_device_found drivers/bluetooth/ath3k.c | 6 + drivers/bluetooth/btmrvl_drv.h | 1 + drivers/bluetooth/btmrvl_main.c | 53 ++++--- drivers/bluetooth/btmrvl_sdio.c | 3 + drivers/bluetooth/btusb.c | 3 + include/net/bluetooth/bluetooth.h | 8 +- include/net/bluetooth/hci_core.h | 47 ++++--- include/net/bluetooth/l2cap.h | 14 +- net/bluetooth/hci_conn.c | 30 +--- net/bluetooth/hci_core.c | 86 ++---------- net/bluetooth/hci_event.c | 13 +- net/bluetooth/l2cap_core.c | 294 ++++++++++++++++++++------------------- net/bluetooth/l2cap_sock.c | 5 +- net/bluetooth/mgmt.c | 78 +++++------ net/bluetooth/sco.c | 3 +- 15 files changed, 289 insertions(+), 355 deletions(-)