[9610] wlbt: fix SKB MAC header offset
authorDebabrata Purohit <d.purohit@samsung.com>
Fri, 25 May 2018 14:51:49 +0000 (15:51 +0100)
committerIvan Priest <i.priest@samsung.com>
Wed, 11 Jul 2018 17:43:15 +0000 (18:43 +0100)
commit77c81e226a251db54eed3fda988baf34bafcb021
treeccbd2ea737a1a157ac99ed8e3e28471cfde0690e
parent4876a0ea79a03d8db2b212d58d545765705eb6d9
[9610] wlbt: fix SKB MAC header offset

If A-MSDU is enabled in transmit, the frame is translated
to MSDU sub frame format from Ethernet format.

But the MAC header in SKB is not updated and it causes
access to wrong offset for destination address.

The MAC header offset is corrected in such translation.

Change-Id: I509dd5754ccd1d179ca63b9e232264a0fdd76b0e
SCSC-Bug-Id: SQA-3156
Signed-off-by: Debabrata Purohit <d.purohit@samsung.com>
drivers/net/wireless/scsc/dev.h