From: Bing Zhao Date: Sat, 8 Feb 2014 00:21:00 +0000 (-0800) Subject: mwifiex: improve readability in 11ac mcsmap to maxrate conversion X-Git-Tag: v3.15-rc1~113^2~289^2^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=406d702b47a23506b944d8377647352e25f68ea1;p=pandora-kernel.git mwifiex: improve readability in 11ac mcsmap to maxrate conversion 1) rename max_mcs to mcs; 2) initialize 'i' and 'nss' as 1 instead of 0 in nss lookup; 3) use GET_VHTNSSMCS(mcs_map, nss) macro; 4) use IEEE80211_VHT_MCS_* definitions instead of hard coding Reported-by: Paul Stewart Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed