linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: ilia.kolominsky@gmail.com
Cc: linux-bluetooth@vger.kernel.org, Ilia Kolomisnky <iliak@ti.com>
Subject: Re: [PATCH bluetooth-next] Added force_acl_master param for bluetooth module
Date: Mon, 12 Sep 2011 11:28:59 +0200	[thread overview]
Message-ID: <1315819740.1937.17.camel@aeonflux> (raw)
In-Reply-To: <1315798377-3660-1-git-send-email-iliak@ti.com>

Hi Ilia,

> This param allows role switch request while accepting a new acl
> connection. This is an enhancement to l2cap L2CAP_LM role switching
> capability which allows requesting role switch without modification
> to the application code. It was observed that operating as a master
> of piconet (as oposed to scatternet config) is beneficial when
> qos (flow_spec) guarantees are requested.

<snip>
 
>  module_param(enable_le, bool, 0444);
>  MODULE_PARM_DESC(enable_le, "Enable LE support");
> +module_param(force_acl_master, bool, 0644);
> +MODULE_PARM_DESC(force_acl_master, "Always try to switch to master role on ACL link");

using kernel module parameters is not an acceptable API/ABI for this.

Regards

Marcel



  reply	other threads:[~2011-09-12  9:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-12  3:32 [PATCH bluetooth-next] Added force_acl_master param for bluetooth module ilia.kolominsky
2011-09-12  9:28 ` Marcel Holtmann [this message]
2011-09-12  9:57   ` Ilia, Kolominsky
2011-09-12 14:11     ` Marcel Holtmann
2011-09-12 15:12       ` Ilia, Kolominsky
2011-09-12 15:57         ` tim.howes

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=1315819740.1937.17.camel@aeonflux \
    --to=marcel@holtmann.org \
    --cc=ilia.kolominsky@gmail.com \
    --cc=iliak@ti.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /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).