Skip to content
Snippets Groups Projects
Commit 907293d7 authored by Stefan Richter's avatar Stefan Richter
Browse files

firewire: consistent usage of node_id


Definitions as per IEEE 1212 and IEEE 1394:

     Node ID: Concatenation of bus ID and local ID. 16 bits long.
      Bus ID: Identifies a particular bus within a group of buses
              interconnected by bus bridges.
    Local ID: Identifies a particular node on a bus.
      PHY ID: Local ID of IEEE 1394 nodes. 6 bits long.

Never ever use a variable called node_id for anything else than a node ID.

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 366f5f4f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment