From: Karl Beldan Date: Mon, 15 Apr 2013 16:28:21 +0000 (+0200) Subject: mac80211: fix rate control tx handler for VHT rates X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~43^2^2~61^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbd647b17689d584748bad62395cd1161d42d37c;p=pandora-kernel.git mac80211: fix rate control tx handler for VHT rates Handle VHT rates like HT ones, otherwise we easily trigger the pre-HT rates WARN_ON(rc_rate->idx >= sband->n_bitrates) which will set rc_rate->idx to -1. Signed-off-by: Karl Beldan Signed-off-by: Johannes Berg --- Reading git-diff-tree failed