commit | eaf88450d21fc839c3e77fa6942b8d4192bdfe53 | [log] [tgz] |
---|---|---|
author | Ben Collins <bcollins@ubuntu.com> | Mon Jun 12 18:12:49 2006 -0400 |
committer | Ben Collins <bcollins@ubuntu.com> | Mon Jun 12 18:12:49 2006 -0400 |
tree | 5684c02796ac92f1283c06bd9179f5730a32632d | |
parent | 647dcb5fae0ebb5da1272ed2773df0d3f152c303 [diff] |
ieee1394: save RAM by using a single tlabel for broadcast transactions Since broadcast transactions are already complete when the request has been sent, the same transaction label can be reused all over again, see IEEE 1394 7.3.2.5 and 6.2.4.3. Therefore we can reduce the footprint of struct hpsb_host by the size of one struct hpsb_tlabel_pool. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by: Ben Collins <bcollins@ubuntu.com>