summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Do not set HCI_RAW when HS enabledAndrei Emeltchenko2011-11-161-2/+3
* Bluetooth: Move scope of kernel parameter enable_hsAndrei Emeltchenko2011-11-162-1/+2
* Bluetooth: Add MGMT opcodes for Passkey EntryBrian Gix2011-11-161-0/+11
* Bluetooth: Add HCI defines for User Passkey entryBrian Gix2011-11-161-0/+13
* Bluetooth: Pass all message parameters to mgmt_start_discoveryJohan Hedberg2011-11-162-2/+11
* Bluetooth: Add missing cmd_complete for mgmt_load_link_keysJohan Hedberg2011-11-161-0/+2
* Bluetooth: Create a unique mgmt error code hierarchyJohan Hedberg2011-11-162-91/+241
* Bluetooth: Return success instead of EALREADY for mgmt commandsJohan Hedberg2011-11-161-12/+14
* Bluetooth: Fix mgmt_pair_device imediate error responsesJohan Hedberg2011-11-161-2/+11
* Bluetooth: Add address type to mgmt_pair_deviceJohan Hedberg2011-11-162-9/+8
* Bluetooth: mgmt_stop_discovery_failed()Andre Guedes2011-11-163-1/+21
* Bluetooth: Rename mgmt_inquiry_failed()Andre Guedes2011-11-163-3/+3
* Bluetooth: Only set ack_timer if we didn't send and ackGustavo F. Padovan2011-11-101-1/+2
* Bluetooth: Allow L2CAP to increase the security levelGustavo F. Padovan2011-11-101-3/+13
* Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan2011-11-102-6/+7
* Bluetooth: Add status parameter to mgmt_disconnect responseJohan Hedberg2011-11-104-16/+28
* Bluetooth: Add proper response to mgmt_remove_keys commandJohan Hedberg2011-11-102-11/+54
* Bluetooth: Fix deadlock with mgmt_pair_deviceJohan Hedberg2011-11-101-5/+0
* Bluetooth: Add public/random LE address information to mgmt messagesJohan Hedberg2011-11-104-30/+44
* mwifiex: prevent corruption instead of just warningDan Carpenter2011-11-091-1/+4
* mwifiex: enable SDIO multiport aggregationAmitkumar Karwar2011-11-091-2/+2
* mwifiex: remove an unneeded NULL checkDan Carpenter2011-11-091-3/+2
* mwifiex: remove unneeded kfree(NULL);Dan Carpenter2011-11-091-1/+0
* net/rfkill/core.c: use kstrtoul, etcJulia Lawall2011-11-091-2/+2
* net/mac80211/debugfs.c: use kstrtoul, etcJulia Lawall2011-11-091-1/+1
* mac80211: implement wifi TX statusJohannes Berg2011-11-095-6/+115
* nl80211: advertise socket TX status capabilityJohannes Berg2011-11-093-1/+22
* mac80211: Also report the STA's TDLS flag via nl80211Helmut Schaa2011-11-091-1/+4
* brcm80211: fmac: optimize chip core info managementFranky Lin2011-11-093-42/+81
* brcm80211: fmac: replace private SB macros with ssb_regs versionFranky Lin2011-11-092-63/+28
* brcm80211: fmac: move chip drive strength related code to sdio_chip.cFranky Lin2011-11-093-115/+117
* brcm80211: fmac: move chip detach function to sdio_chip.cFranky Lin2011-11-093-10/+11
* brcm80211: fmac: move chip reset core function to sdio_chip.cFranky Lin2011-11-093-47/+49
* brcm80211: fmac: abstract chip core revision functionFranky Lin2011-11-092-7/+15
* brcm80211: fmac: abstract chip iscoreup functionFranky Lin2011-11-093-7/+17
* brcm80211: fmac: chip attach code flow clean upFranky Lin2011-11-093-34/+21
* brcm80211: fmac: remove duplicate regiter set in chip attach pathFranky Lin2011-11-091-13/+0
* brcm80211: fmac: move dongle gpio reset code to chip attach functionFranky Lin2011-11-092-5/+5
* brcm80211: fmac: disable dongle arm core in bus core setup functionFranky Lin2011-11-092-6/+6
* brcm80211: fmac: move core disable function to sdio_chip.cFranky Lin2011-11-093-114/+111
* brcm80211: fmac: abstract chip buscore setup functionFranky Lin2011-11-092-20/+34
* brcm80211: fmac: move bus core prep code to sdio_chip.cFranky Lin2011-11-093-72/+77
* brcm80211: fmac: move chip recognition function to sdio_chip.cFranky Lin2011-11-095-143/+213
* brcm80211: fmac: remove unnecessary 4329 chip specific codeFranky Lin2011-11-091-9/+3
* cfg80211/mac80211: allow management TX to not wait for ACKJohannes Berg2011-11-097-23/+46
* mac80211: send unexpected 4addr eventJohannes Berg2011-11-092-7/+25
* cfg80211: add event for unexpected 4addr framesJohannes Berg2011-11-095-3/+58
* mac80211: report OBSS beaconsJohannes Berg2011-11-093-1/+17
* cfg80211: allow registering to beaconsJohannes Berg2011-11-094-1/+98
* mac80211: support client probeJohannes Berg2011-11-092-18/+95