commit | 552fe53f48ef2fd54b031b37d304211cee893ba0 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Fri May 30 21:07:15 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jun 03 15:00:28 2008 -0400 |
tree | 6eb0e980cacb500703f8779d19cf2f90edabe54e | |
parent | f409e348005693016281bf29535c9d0a91b21f77 [diff] |
p54: fix skb->cb tx info conversion When I moved the TX info into skb->cb apparently I forgot to change a few places to put the p54-internal data into info->driver_data rather than skb->cb. This should fix it. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>