From: Michał Narajowski Date: Mon, 19 Sep 2016 18:25:56 +0000 (+0200) Subject: Bluetooth: Fix missing ext info event when setting appearance X-Git-Tag: v4.14-rc1~2374^2~128^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e74317f43f5ce2d13cddaab867c59d42934d9585;p=platform%2Fkernel%2Flinux-rpi.git Bluetooth: Fix missing ext info event when setting appearance This patch adds missing event when setting appearance, just like in the set local name command. Signed-off-by: Michał Narajowski Signed-off-by: Szymon Janc Signed-off-by: Marcel Holtmann --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 29e5ce9..cd9f345 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -3187,6 +3187,8 @@ static int set_appearance(struct sock *sk, struct hci_dev *hdev, void *data, if (hci_dev_test_flag(hdev, HCI_LE_ADV)) adv_expire(hdev, MGMT_ADV_FLAG_APPEARANCE); + + ext_info_changed(hdev, sk); } err = mgmt_cmd_complete(sk, hdev->id, MGMT_OP_SET_APPEARANCE, 0, NULL,