commit | 1eeb7e42888b3bde403596eebdbd64452a53f4d5 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Jul 10 11:24:46 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Jul 10 14:50:33 2006 -0700 |
tree | 3d7c7fc76b61a4ecceaf03c206336bce96ddeb28 | |
parent | 7466d90f858ad89dda6f47b744e0a839937907a3 [diff] |
[BPQ] lockdep: fix false positive Bpqether is encapsulating AX.25 frames into ethernet frames. There is a virtual bpqether device paired with each ethernet devices, so it's normal to pass through dev_queue_xmit twice for each frame which triggers the locking detector. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>