From: Karl Beldan Date: Fri, 24 Oct 2014 12:34:49 +0000 (+0200) Subject: mac80211: minstrel_ht: do not always skip ht rates vht_only is true X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~234^2^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ffe904405580fa54f935e2a30fb7b2c9328f9ff;p=pandora-kernel.git mac80211: minstrel_ht: do not always skip ht rates vht_only is true When CONFIG_MAC80211_RC_MINSTREL_VHT is set, the module param minstrel_vht_only tells minstrel_ht whether to allow the mix of ht rates with vht rates. ATM, minstrel_ht skips ht rates when minstrel_vht_only is true, but it does that even if vht is not supported, which makes the sta rates fallback to legacy as no ht rate gets enabled. Fixes: 9208247d74bc ("mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHz") Signed-off-by: Karl Beldan Signed-off-by: Johannes Berg --- Reading git-diff-tree failed