commit | 3afafd6dcc0cb894a2a6cc1a42bb6f84a0519f16 | [log] [tgz] |
---|---|---|
author | Xinming Hu <huxm@marvell.com> | Wed Jul 22 04:53:42 2015 -0700 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Aug 06 10:13:46 2015 +0300 |
tree | 1f407f35963323a980f805da3d1aef9cb17b0a0a | |
parent | d70d848a75fd65b28835a843bcc4faec2f5803ea [diff] |
mwifiex: using right aid value for tdls action frame Variable pos is u8 here, so memcpy is needed to store u16 aid. At the same time, aid should be platform independent, upper layer utility(wpa_supplicant,etc.,) parse it as le16, so keep it le16 here. Signed-off-by: Xinming Hu <huxm@marvell.com> Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>