Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 24c10980 authored by derfelot's avatar derfelot
Browse files

Revert "Bluetooth: Use BT_ERR_RATELIMITED instead of bt_dev_err_ratelimited"

This is now included in the 4.4.240 release.

This reverts commit 3e40cf9b.
parent 191d9cf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4757,7 +4757,7 @@ static void process_adv_report(struct hci_dev *hdev, u8 type, bdaddr_t *bdaddr,
	u8 *ptr, real_len;

	if (!ext_adv && len > HCI_MAX_AD_LENGTH) {
		BT_ERR_RATELIMITED("%s: legacy adv larger than 31 bytes", hdev->name);
		bt_dev_err_ratelimited(hdev, "legacy adv larger than 31 bytes");
		return;
	}