summaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-16Bluetooth: Move scope of kernel parameter enable_hsAndrei Emeltchenko2-1/+2
2011-11-16Bluetooth: Add MGMT opcodes for Passkey EntryBrian Gix1-0/+11
2011-11-16Bluetooth: Add HCI defines for User Passkey entryBrian Gix1-0/+13
2011-11-16Bluetooth: Pass all message parameters to mgmt_start_discoveryJohan Hedberg2-2/+11
2011-11-16Bluetooth: Add missing cmd_complete for mgmt_load_link_keysJohan Hedberg1-0/+2
2011-11-16Bluetooth: Create a unique mgmt error code hierarchyJohan Hedberg2-91/+241
2011-11-16Bluetooth: Return success instead of EALREADY for mgmt commandsJohan Hedberg1-12/+14
2011-11-16Bluetooth: Fix mgmt_pair_device imediate error responsesJohan Hedberg1-2/+11
2011-11-16Bluetooth: Add address type to mgmt_pair_deviceJohan Hedberg2-9/+8
2011-11-16Bluetooth: mgmt_stop_discovery_failed()Andre Guedes3-1/+21
2011-11-16Bluetooth: Rename mgmt_inquiry_failed()Andre Guedes3-3/+3
2011-11-10Bluetooth: Only set ack_timer if we didn't send and ackGustavo F. Padovan1-1/+2
2011-11-10Bluetooth: Allow L2CAP to increase the security levelGustavo F. Padovan1-3/+13
2011-11-10Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan2-6/+7
2011-11-10Bluetooth: Add status parameter to mgmt_disconnect responseJohan Hedberg4-16/+28
2011-11-10Bluetooth: Add proper response to mgmt_remove_keys commandJohan Hedberg2-11/+54
2011-11-10Bluetooth: Fix deadlock with mgmt_pair_deviceJohan Hedberg1-5/+0
2011-11-10Bluetooth: Add public/random LE address information to mgmt messagesJohan Hedberg4-30/+44
2011-11-09mwifiex: prevent corruption instead of just warningDan Carpenter1-1/+4
2011-11-09mwifiex: enable SDIO multiport aggregationAmitkumar Karwar1-2/+2
2011-11-09mwifiex: remove an unneeded NULL checkDan Carpenter1-3/+2
2011-11-09mwifiex: remove unneeded kfree(NULL);Dan Carpenter1-1/+0
2011-11-09net/rfkill/core.c: use kstrtoul, etcJulia Lawall1-2/+2
2011-11-09net/mac80211/debugfs.c: use kstrtoul, etcJulia Lawall1-1/+1
2011-11-09mac80211: implement wifi TX statusJohannes Berg5-6/+115
2011-11-09nl80211: advertise socket TX status capabilityJohannes Berg3-1/+22
2011-11-09mac80211: Also report the STA's TDLS flag via nl80211Helmut Schaa1-1/+4
2011-11-09brcm80211: fmac: optimize chip core info managementFranky Lin3-42/+81
2011-11-09brcm80211: fmac: replace private SB macros with ssb_regs versionFranky Lin2-63/+28
2011-11-09brcm80211: fmac: move chip drive strength related code to sdio_chip.cFranky Lin3-115/+117
2011-11-09brcm80211: fmac: move chip detach function to sdio_chip.cFranky Lin3-10/+11
2011-11-09brcm80211: fmac: move chip reset core function to sdio_chip.cFranky Lin3-47/+49
2011-11-09brcm80211: fmac: abstract chip core revision functionFranky Lin2-7/+15
2011-11-09brcm80211: fmac: abstract chip iscoreup functionFranky Lin3-7/+17
2011-11-09brcm80211: fmac: chip attach code flow clean upFranky Lin3-34/+21
2011-11-09brcm80211: fmac: remove duplicate regiter set in chip attach pathFranky Lin1-13/+0
2011-11-09brcm80211: fmac: move dongle gpio reset code to chip attach functionFranky Lin2-5/+5
2011-11-09brcm80211: fmac: disable dongle arm core in bus core setup functionFranky Lin2-6/+6
2011-11-09brcm80211: fmac: move core disable function to sdio_chip.cFranky Lin3-114/+111
2011-11-09brcm80211: fmac: abstract chip buscore setup functionFranky Lin2-20/+34
2011-11-09brcm80211: fmac: move bus core prep code to sdio_chip.cFranky Lin3-72/+77
2011-11-09brcm80211: fmac: move chip recognition function to sdio_chip.cFranky Lin5-143/+213
2011-11-09brcm80211: fmac: remove unnecessary 4329 chip specific codeFranky Lin1-9/+3
2011-11-09cfg80211/mac80211: allow management TX to not wait for ACKJohannes Berg7-23/+46
2011-11-09mac80211: send unexpected 4addr eventJohannes Berg2-7/+25
2011-11-09cfg80211: add event for unexpected 4addr framesJohannes Berg5-3/+58
2011-11-09mac80211: report OBSS beaconsJohannes Berg3-1/+17
2011-11-09cfg80211: allow registering to beaconsJohannes Berg4-1/+98
2011-11-09mac80211: support client probeJohannes Berg2-18/+95
2011-11-09nl80211: add API to probe a clientJohannes Berg3-0/+131