commit | c236658f1434a1e00ec1fec9054964bcaf3ddde7 | [log] [tgz] |
---|---|---|
author | Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> | Mon Mar 17 15:34:08 2014 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Mar 17 13:44:16 2014 -0400 |
tree | 85da9a137d1d24dde702ea0372df17eb015625ff | |
parent | e83eb2fcae30aa8cc52e381c45fc161f877aa88d [diff] |
wil6210: add scatter-gather support When setting fragmented skb for Tx, assign skb to the last descriptor and set number of fragments in the 1-st one On Tx complete, HW sets "DU" bit in Tx descriptor only for the last descriptor; so search for it using number of fragments field. Middle descriptors may have "DU" bit not set by the hardware. Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>