commit | b71d8801a06225e7508d1f7012afb668399c615f | [log] [tgz] |
---|---|---|
author | Sriharsha Allenki <sallenki@codeaurora.org> | Tue Mar 16 14:08:49 2021 +0530 |
committer | Sriharsha Allenki <sallenki@codeaurora.org> | Mon Mar 29 22:10:46 2021 +0530 |
tree | 6504005bd1b0a969c28ffb03055fd8ab621b8b7c | |
parent | 34bd57b55a59f05c3cabcb8791870955914d05f7 [diff] |
mhi: dev: netdev: Set the mac header to 0 for skbs The alloc_skb call set the mac_header to ~0 which can cause the skb data to point to an invalid location. Fix this by setting the mac_header to 0 before submitting it. Change-Id: I79bdf3528c2b7961c6e1916936780f45680b1f9f Signed-off-by: Sriharsha Allenki <sallenki@codeaurora.org>