2024-01-02 18:20:18

by Jonas Dreßler

[permalink] [raw]
Subject: [PATCH v2 1/4] Bluetooth: Remove HCI_POWER_OFF_TIMEOUT

With commit cf75ad8b41d2aa06f98f365d42a3ae8b059daddd, the power off
sequence got refactored so that this was no longer necessary, let's
remove the leftover define from the header too.

Signed-off-by: Jonas Dreßler <[email protected]>
---
include/net/bluetooth/hci.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 111e8f8e5..cf5d6230c 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -426,7 +426,6 @@ enum {
#define HCI_NCMD_TIMEOUT msecs_to_jiffies(4000) /* 4 seconds */
#define HCI_ACL_TX_TIMEOUT msecs_to_jiffies(45000) /* 45 seconds */
#define HCI_AUTO_OFF_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */
-#define HCI_POWER_OFF_TIMEOUT msecs_to_jiffies(5000) /* 5 seconds */
#define HCI_LE_CONN_TIMEOUT msecs_to_jiffies(20000) /* 20 seconds */
#define HCI_LE_AUTOCONN_TIMEOUT msecs_to_jiffies(4000) /* 4 seconds */

--
2.43.0



2024-01-02 18:58:51

by bluez.test.bot

[permalink] [raw]
Subject: RE: Power off HCI devices before rfkilling them

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=813896

---Test result---

Test Summary:
CheckPatch PASS 2.26 seconds
GitLint PASS 0.81 seconds
SubjectPrefix PASS 0.26 seconds
BuildKernel PASS 27.77 seconds
CheckAllWarning PASS 30.72 seconds
CheckSparse PASS 36.61 seconds
CheckSmatch PASS 99.26 seconds
BuildKernel32 PASS 27.03 seconds
TestRunnerSetup PASS 435.16 seconds
TestRunner_l2cap-tester PASS 23.04 seconds
TestRunner_iso-tester PASS 45.75 seconds
TestRunner_bnep-tester PASS 7.02 seconds
TestRunner_mgmt-tester PASS 163.90 seconds
TestRunner_rfcomm-tester PASS 10.87 seconds
TestRunner_sco-tester PASS 14.96 seconds
TestRunner_ioctl-tester PASS 12.20 seconds
TestRunner_mesh-tester PASS 8.73 seconds
TestRunner_smp-tester PASS 9.76 seconds
TestRunner_userchan-tester PASS 7.24 seconds
IncrementalBuild PASS 60.77 seconds



---
Regards,
Linux Bluetooth