commit | 0a5ec96ad68516582023a877aceff9db7636d141 | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@web.de> | Sun Dec 14 15:05:42 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Dec 19 15:23:19 2008 -0500 |
tree | 8a8346aabff7306d2b13a36d756f14000e629595 | |
parent | 69ba3e5d74a467a64248cd90ccafb524b1fddcb5 [diff] |
p54: remove free_on_tx parameter This patch simplifies the tx code a bit and will be necessary for the upcoming stlc45xx<->p54 port. In detail: we no longer have to tell all back-end drivers directly, if we want to free a frame right after it was send to the firmware, or if we do it in the library callback later. Signed-off-by: Christian Lamparter <chunkeey@web.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>