linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Gustavo F. Padovan" <padovan@profusion.mobi>
To: linville@tuxdriver.com
Cc: linux-wireless@vger.kernel.org, linux-bluetooth@vger.kernel.org
Subject: pull request: bluetooth-next-2.6 2011-04-05
Date: Tue, 5 Apr 2011 21:42:28 -0300	[thread overview]
Message-ID: <20110406004228.GA2279@joana> (raw)

Hi John,

A bulk of patches to 2.6.39. In this pull request, some more improvements to
HCI Managment Interface from Johan Hedberg, Out of Band Pairing support from
Szymon Janc. The others are API updates (kstrtox and kernel_thread), fixes and
cleanups.

Please pull, thanks!


The following changes since commit 26d59535aa08386b97ece58a27bb16fca4f066db:

  mac80211: clean up station cleanup timer (2011-04-04 16:20:07 -0400)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6.git master

Alexey Dobriyan (1):
      Bluetooth: convert net/bluetooth/ to kstrtox

Andrei Emeltchenko (2):
      Bluetooth: check L2CAP info_rsp ident and state
      Bluetooth: delete hanging L2CAP channel

Gustavo F. Padovan (10):
      Bluetooth: remove unnecessary function declaration
      Bluetooth: Remove unused struct item
      Bluetooth: Improve error message on wrong link type
      Bluetooth: Remove unused struct l2cap_conn item
      Bluetooth: Move bt_accept_enqueue() to outside __l2cap_chan_add
      Bluetooth: Fix HCI_RESET command synchronization
      Merge branch 'master' of git://git.kernel.org/.../padovan/bluetooth-2.6
      Bluetooth: Remove gfp_mask param from hci_reassembly()
      Bluetooth: Don't use spin_lock_bh in user context
      Bluetooth: Use GFP_KERNEL in user context

Johan Hedberg (7):
      Bluetooth: Add define for the maximum name length on HCI level
      Bluetooth: mgmt: Add local name information to read_info reply
      Bluetooth: mgmt: Add support for setting the local name
      Bluetooth: Add local Extended Inquiry Response (EIR) support
      Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_reply
      Bluetooth: Add mgmt_device_found event                                                         
      Bluetooth: Add mgmt_remote_name event                                                          
                                                                                                     
Marc-Antoine Perennou (1):                                                                           
      Bluetooth: add support for Apple MacBook Pro 8,2                                               
                                                                                                     
Suraj Sumangala (1):                                                                                 
      Bluetooth: Increment unacked_frames count only the first transmit                              
                                                                                                     
Szymon Janc (15):                                                                                    
      Bluetooth: Opencode macros in bnep/core.c                                                      
      Bluetooth: Fix checkpatch errors and some code style issues in bnep                            
      Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>                           
      Bluetooth: Fix checkpatch errors, code style issues and typos in hidp
      Bluetooth: Do not use assignments in IF conditions
      Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
      Bluetooth: Fix checkpatch error in cmtp.h
      Bluetooth: Rename cmd to param in pending_cmd
      Bluetooth: Allow for NULL data in mgmt_pending_add
      Bluetooth: Add read_local_oob_data management command
      Bluetooth: Add add/remove_remote_oob_data management commands
      Bluetooth: Enable support for out of band association model
      Bluetooth: Use kthread API in hidp
      Bluetooth: Use kthread API in bnep
      Bluetooth: Use kthread API in cmtp

Thomas Gleixner (1):
      Bluetooth: Fix warning with hci_cmd_timer

Vinicius Costa Gomes (1):
      Bluetooth: Fix sending LE data over USB

 drivers/bluetooth/btusb.c        |    6 +-
 include/net/bluetooth/hci.h      |   42 +++-
 include/net/bluetooth/hci_core.h |   25 ++-
 include/net/bluetooth/l2cap.h    |    2 -
 include/net/bluetooth/mgmt.h     |   47 ++++
 net/bluetooth/bnep/bnep.h        |  148 ++++++------
 net/bluetooth/bnep/core.c        |   71 +++---
 net/bluetooth/bnep/sock.c        |    2 +-
 net/bluetooth/cmtp/capi.c        |    6 +-
 net/bluetooth/cmtp/cmtp.h        |   11 +-
 net/bluetooth/cmtp/core.c        |   25 ++-
 net/bluetooth/cmtp/sock.c        |    2 +-
 net/bluetooth/hci_core.c         |   89 ++++++-
 net/bluetooth/hci_event.c        |   99 ++++++--
 net/bluetooth/hci_sysfs.c        |   40 ++--
 net/bluetooth/hidp/core.c        |   90 ++++----
 net/bluetooth/hidp/hidp.h        |    6 +-
 net/bluetooth/hidp/sock.c        |    7 +-
 net/bluetooth/l2cap_core.c       |   31 ++-
 net/bluetooth/l2cap_sock.c       |    5 +-
 net/bluetooth/mgmt.c             |  518 ++++++++++++++++++++++++++++++++++----
 21 files changed, 981 insertions(+), 291 deletions(-)

-- 
Gustavo F. Padovan
http://profusion.mobi

                 reply	other threads:[~2011-04-06  0:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110406004228.GA2279@joana \
    --to=padovan@profusion.mobi \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).