From: Maithili Hinge Date: Mon, 14 Apr 2014 22:32:49 +0000 (-0700) Subject: mwifiex: change memset to simple assignment for ht_cap.mcs.rx_mask X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~279^2^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16cf6b804d37e8a0c6e36965d3a2c661b5116141;p=pandora-kernel.git mwifiex: change memset to simple assignment for ht_cap.mcs.rx_mask WARNING: single byte memset is suspicious. Swapped 2nd/3rd argument? This code happens to work because rx_mcs is the first variable in mcs structure. We should use 'mcs.rx_mcs' here anyway. Reported-by: Fengguang Wu Signed-off-by: Maithili Hinge Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed