From: Johan Hedberg Date: Thu, 7 Aug 2014 07:03:32 +0000 (+0300) Subject: Bluetooth: Fix confusion between parent and child channel for 6lowpan X-Git-Tag: fixes-against-v3.18-rc2~81^2~133^2~84^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b29349044cc2cf74d4c6e23e26cd27977d91353;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed