aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-16Bluetooth: Use LE buffers for LE trafficVille Tervo4-4/+113
2011-02-16Bluetooth: Add LE connect supportVille Tervo4-7/+164
2011-02-16Bluetooth: Add low energy commands and eventsVille Tervo1-0/+49
2011-02-15Bluetooth: Add L2CAP mode to debugfs outputGustavo F. Padovan1-2/+3
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan6-18/+0
2011-02-14Bluetooth: Merge L2CAP and SCO modules into bluetooth.koGustavo F. Padovan6-41/+66
2011-02-14Bluetooth: sco: fix information leak to userspaceVasiliy Kulikov1-0/+1
2011-02-14Bluetooth: bnep: fix buffer overflowVasiliy Kulikov1-0/+1
2011-02-11Bluetooth: Add firmware support for Atheros 3012Bala Shanmugam2-0/+282
2011-02-11Bluetooth: l2cap: fix 1 byte infoleak to userspaceVasiliy Kulikov1-0/+1
2011-02-09ssb: extract boardflags2 for SPROMs rev 4 and 5Rafał Miłecki2-0/+8
2011-02-09iwlwifi: fix ack health for WiFi/BT combo devicesStanislaw Gruszka1-2/+7
2011-02-09iwlwifi: cleanup iwl_good_ack_healthStanislaw Gruszka1-34/+35
2011-02-09iwlwifi: cleanup iwl_recover_from_statisticsStanislaw Gruszka1-25/+12
2011-02-09ath9k: Remove redundant beacon_intervalSteve Brown4-7/+9
2011-02-09mac80211: Ensure power-level set properly for scanning.Ben Greear2-2/+10
2011-02-09ath9k: Add debug info for configuring power level.Ben Greear1-0/+2
2011-02-09mac80211: Allow work items to use existing channel type.Ben Greear1-3/+50
2011-02-09mac80211: Allow scanning on existing channel-type.Ben Greear2-6/+16
2011-02-09mac80211: Properly set work-item channel-type.Ben Greear2-0/+3
2011-02-09ath9k: Print channel-type in chan-change dbg message.Ben Greear1-2/+3
2011-02-09Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xxJohn W. Linville14-176/+298
2011-02-08wl12xx: set supported_rates after associationEliad Peller5-115/+73
2011-02-08wl12xx: use the conf struct instead of macros for memory configurationEliad Peller4-12/+24
2011-02-08wl12xx: move to new firmware (6.1.3.50.49)Eliad Peller13-60/+162
2011-02-08wl12xx: mcp2.5 - add config_ps acxEliad Peller4-0/+50
2011-02-08Bluetooth: update Bluetooth daemon name in Kconfig helpGustavo F. Padovan1-3/+3
2011-02-08Bluetooth: move __l2cap_sock_close() to l2cap_sock.cGustavo F. Padovan3-83/+82
2011-02-08Bluetooth: move l2cap_sock_kill() to l2cap_sock.cGustavo F. Padovan2-16/+16
2011-02-08Bluetooth: move L2CAP sock timers function to l2cap_sock.cGustavo F. Padovan2-13/+13
2011-02-08Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.cGustavo F. Padovan3-112/+117
2011-02-08Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.cGustavo F. Padovan3-34/+35
2011-02-08Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.cGustavo F. Padovan3-47/+49
2011-02-08Bluetooth: move l2cap_sock_connect() to l2cap_sock.cGustavo F. Padovan3-87/+87
2011-02-08Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.cGustavo F. Padovan3-146/+145
2011-02-08Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.cGustavo F. Padovan3-175/+175
2011-02-08Bluetooth: move l2cap_sock_getname() to l2cap_sock.cGustavo F. Padovan3-24/+23
2011-02-08Bluetooth: move l2cap_sock_accept() to l2cap_sock.cGustavo F. Padovan3-57/+56
2011-02-08Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.cGustavo F. Padovan3-136/+135
2011-02-08Bluetooth: move l2cap_sock_release() to l2cap_sock.cGustavo F. Padovan3-18/+17
2011-02-08Bluetooth: move l2cap_sock_ops to l2cap_sock.cGustavo F. Padovan3-32/+43
2011-02-08Bluetooth: Initial work for L2CAP split.Gustavo F. Padovan4-177/+240
2011-02-08Bluetooth: Rename l2cap.c to l2cap_core.cGustavo F. Padovan2-0/+1
2011-02-08Bluetooth: ath3k: Avoid duplication of codeRogério Brito1-5/+3
2011-02-08Bluetooth: fix crash by disabling tasklet in sock acceptAndrei Emeltchenko1-4/+9
2011-02-08Bluetooth: Do not use assignments in IF conditionsAndrei Emeltchenko7-21/+45
2011-02-08Bluetooth: Add set_io_capability management commandJohan Hedberg7-2/+78
2011-02-08Bluetooth: Add support for PIN code handling in the management interfaceJohan Hedberg5-0/+219
2011-02-08Bluetooth: Create common cmd_complete function for mgmt.cJohan Hedberg1-160/+67
2011-02-08Bluetooth: Add get_connections managment interface commandJohan Hedberg2-0/+82