public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] Possible bug in hci_core.h ?
@ 2004-11-01 14:28 Bhatt Abhi-ABHATT
  2004-11-01 15:15 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Bhatt Abhi-ABHATT @ 2004-11-01 14:28 UTC (permalink / raw)
  To: 'bluez-devel@lists.sourceforge.net'

[-- Attachment #1: Type: text/plain, Size: 473 bytes --]

 

Version: Kernel 2.6.9 with bluez patch 2.6.9-mh3

File: hci_core.h

Line: 234

 

Shouldn't line 234 be h->acl_num--; 

 

229: static inline void hci_conn_hash_del(struct hci_dev *hdev, struct hci_conn *c)

230: {

231:          struct hci_conn_hash *h = &hdev->conn_hash;

232:          list_del(&c->list);

233:          if (c->type == ACL_LINK)

234:                  h->acl_num++;

235:          else

236:                  h->sco_num--;

237: }

 

Regards

Abhi


[-- Attachment #2: Type: text/html, Size: 4242 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-11-01 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-01 14:28 [Bluez-devel] Possible bug in hci_core.h ? Bhatt Abhi-ABHATT
2004-11-01 15:15 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox