commit | be02b6b624005d47c388f799ce23714136430217 | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Thu Nov 01 23:36:07 2012 +0100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Nov 19 23:57:01 2012 +0100 |
tree | 2e440fa1279d91f0791e3ee3248c2120bc4855aa | |
parent | dd2bf43ffcf0d1bba94d20abc6cc44ed294db66b [diff] |
NFC: Queue a copy of the transmitted LLCP skb Drivers are allowed to modify the sent skb and thus we need to make a copy of it before passing it to the driver. Without this fix, LLCP Tx skbs were not queued properly as the ptype check was failing due to e.g. the pn533 driver skb_pushing the Tx skb. Reported-by: Thierry Escande <thierry.escande@linux.intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>