From: Jes Sorensen Date: Sat, 31 May 2014 16:05:10 +0000 (+0200) Subject: staging: rtl8723au: Use struct ieee80211_mcs_info to describe MCS information X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~2105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=198e95d548ac741e91521f1e638aa8221bb0f468;p=pandora-kernel.git staging: rtl8723au: Use struct ieee80211_mcs_info to describe MCS information The original RTL code defined the MCS information as a 16 byte array and blindly applied it's masking over the full array, ignoring the fact that only the first 10 bytes describe the rx_mask and the rest are different fields. Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed