commit | a6efc5b7f8e737c8e7c97b3c671ae211c5ece3d8 | [log] [tgz] |
---|---|---|
author | Amitkumar Karwar <akarwar@marvell.com> | Mon Dec 02 23:17:49 2013 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 09 15:35:27 2013 -0500 |
tree | 19cda130c4c7ef0fdc6648d9f31861f2bcf3bffb | |
parent | 4348d085b8ef9067e32ccc1a9e90e33c0e4b4e66 [diff] |
mwifiex: declare snap_type as __be16 variable Actually we are updating snap_type with h_proto (__be16 variable) in ethernet frame header. Hence endianness conversion is not required. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>