p54: remove free_on_tx parameter
authorChristian Lamparter <chunkeey@web.de>
Sun, 14 Dec 2008 14:05:42 +0000 (15:05 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 19 Dec 2008 20:23:19 +0000 (15:23 -0500)
commit0a5ec96ad68516582023a877aceff9db7636d141
tree8a8346aabff7306d2b13a36d756f14000e629595
parent69ba3e5d74a467a64248cd90ccafb524b1fddcb5
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>
drivers/net/wireless/p54/p54.h
drivers/net/wireless/p54/p54common.c
drivers/net/wireless/p54/p54common.h
drivers/net/wireless/p54/p54pci.c
drivers/net/wireless/p54/p54usb.c