commit | 07887e92205c5808820de0be53bf326b4019d060 | [log] [tgz] |
---|---|---|
author | Eric Lapuyade <eric.lapuyade@linux.intel.com> | Wed Oct 17 16:47:13 2012 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Nov 19 23:56:58 2012 +0100 |
tree | 68976461b293d8b77fc8efe4e40456b8903c8d20 | |
parent | ac46ba4384d2c44c56702d0da591696045fba682 [diff] |
NFC: Fix hci_connect_gate() when a pre-opened pipe is passed In some cases, pre-opened pipes don't stay open when a clear all pipes command is sent. They stay created however. Therefore, one can never assume that such a pipe is already open. As re-opening a pipe seems not to be a problem, we do that now. Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>