commit | 2b29349044cc2cf74d4c6e23e26cd27977d91353 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Thu Aug 07 10:03:32 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Aug 14 08:49:11 2014 +0200 |
tree | 53f509126bda4e65bd3dee3877c4ce7c94e2eaba | |
parent | 5fcb93475697911eb239f68241903eb5540803ac [diff] |
Bluetooth: Fix confusion between parent and child channel for 6lowpan The new_connection L2CAP channel callback creates a new channel based on the provided parent channel. The 6lowpan code was confusingly naming the child channel "pchan" and the parent channel "chan". This patch swaps the names. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>