From: Amitkumar Karwar Date: Tue, 3 Dec 2013 07:17:49 +0000 (-0800) Subject: mwifiex: declare snap_type as __be16 variable X-Git-Tag: v3.14-rc1~94^2~482^2^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6efc5b7f8e737c8e7c97b3c671ae211c5ece3d8;p=pandora-kernel.git 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 Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed