From: Dave Young Date: Mon, 3 Mar 2008 20:18:55 +0000 (-0800) Subject: [BLUETOOTH]: l2cap info_timer delete fix in hci_conn_del X-Git-Tag: v2.6.25-rc4~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e8440f53593b5f9c695f18b493b535873dbb9da;p=pandora-kernel.git [BLUETOOTH]: l2cap info_timer delete fix in hci_conn_del When the l2cap info_timer is active the info_state will be set to L2CAP_INFO_FEAT_MASK_REQ_SENT, and it will be unset after the timer is deleted or timeout triggered. Here in l2cap_conn_del only call del_timer_sync when the info_state is set to L2CAP_INFO_FEAT_MASK_REQ_SENT. Signed-off-by: Dave Young Acked-by: Marcel Holtmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed