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-03-01
Date: Wed, 2 Mar 2011 00:47:35 -0300 [thread overview]
Message-ID: <20110302034735.GA2202@joana> (raw)
Hi John,
Here is the latest batch of Bluetooth changes, they are most changes in the
HCI Management interface both from Johan Hedberg and Szymon Janc. The rest are
just clean ups and bug fixes.
Please pull, thanks a lot!
The following changes since commit e46395a4b3d32d161d8b6d8e4a002972b1faae3e:
mac80211: make rate control Kconfig warning depend on mac80211 (2011-03-01 13:48:22 -0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6.git master
Anand Gadiyar (2):
Bluetooth: fix build break on hci_sock.c
Bluetooth: remove unnecessary call to hci_sock_cleanup
Anderson Briglia (1):
Bluetooth: Fix LE conn creation
Gustavo F. Padovan (1):
Bluetooth: Remove duplicated BT_INFO() from L2CAP
Johan Hedberg (8):
Bluetooth: Make pending_add return a pointer to the added entry
Bluetooth: Add mgmt_pair_device command
Bluetooth: Add management support for user confirmation request
Bluetooth: Fix mgmt_pin_code_reply command status opcode
Bluetooth: Fix mgmt_pin_code_reply return parameters
Bluetooth: Add mgmt_auth_failed event
Bluetooth: Fix inititial value for remote authentication requirements
Bluetooth: Fix unnecessary list traversal in mgmt_pending_remove
Szymon Janc (8):
Bluetooth: Use proper command structure in remove_uuid
Bluetooth: Move index to common header in management interface
Bluetooth: Validate data size before accessing mgmt commands
Bluetooth: Fix possible NULL pointer dereference in cmd_complete
Bluetooth: Log all parameters in cmd_status for easier debugging
Bluetooth: Remove unused code from get_connections
Bluetooth: Use variable name instead of type in sizeof()
Bluetooth: Fix some small code style issues in mgmt.c
Ville Tervo (1):
Bluetooth: Use ERR_PTR as return error from hci_connect
include/net/bluetooth/hci.h | 17 +
include/net/bluetooth/hci_core.h | 21 +
include/net/bluetooth/mgmt.h | 73 ++--
net/bluetooth/af_bluetooth.c | 4 +-
net/bluetooth/hci_conn.c | 8 +-
net/bluetooth/hci_event.c | 69 ++++-
net/bluetooth/hci_sock.c | 2 +-
net/bluetooth/l2cap_core.c | 13 +-
net/bluetooth/mgmt.c | 751 +++++++++++++++++++++++++-------------
net/bluetooth/sco.c | 7 +-
10 files changed, 663 insertions(+), 302 deletions(-)
--
Gustavo F. Padovan
http://profusion.mobi
reply other threads:[~2011-03-02 3:47 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=20110302034735.GA2202@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).