Bluetooth: rename hci_conn_put to hci_conn_drop
[deliverable/linux.git] / include / net / bluetooth / hci_core.h
index d4e13bf5ae59656ca6f86d2e00979f11ebb05239..78ea9c7c202c8f9738cc50d2d726c067b6f933fe 100644 (file)
@@ -612,7 +612,7 @@ static inline void hci_conn_hold(struct hci_conn *conn)
        cancel_delayed_work(&conn->disc_work);
 }
 
-static inline void hci_conn_put(struct hci_conn *conn)
+static inline void hci_conn_drop(struct hci_conn *conn)
 {
        BT_DBG("hcon %p orig refcnt %d", conn, atomic_read(&conn->refcnt));
 
This page took 0.030189 seconds and 5 git commands to generate.