wl12xx: Remove private headers in wl1271_tx_reset
authorIdo Yariv <ido@wizery.com>
Sun, 27 Feb 2011 22:16:13 +0000 (00:16 +0200)
committerLuciano Coelho <coelho@ti.com>
Thu, 3 Mar 2011 14:10:45 +0000 (16:10 +0200)
commit50e9f746f63c9b881f2ca4a35dbdfd34b1a8a215
treeb0d81cbf3fc53f8535f114712106b336b8b7a4d4
parent11251e7e5c7c5411d1f77dbc7f9bfa2c23626749
wl12xx: Remove private headers in wl1271_tx_reset

Frames in the tx_frames array include extra private headers, which must
be removed before passing the skbs to ieee80211_tx_status.

Fix this by removing any private headers in wl1271_tx_reset, similar to
how this is done in wl1271_tx_complete_packet.

Signed-off-by: Ido Yariv <ido@wizery.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/wl12xx/tx.c