From: Johannes Berg Date: Mon, 24 Nov 2014 15:51:33 +0000 (+0100) Subject: mac80211: disable 80+80/160 in VHT correctly X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~28^2~15^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=575f05302e6c75fcea8802a779359f8c927b516e;p=pandora-kernel.git mac80211: disable 80+80/160 in VHT correctly The supported bandwidth field is a two-bit field, not a bitmap, so treat it accordingly when disabling 80+80 or 160 MHz. Note that we can only advertise "80+80 and 160" or "160", not "80+80" by itself, so disabling 160 also disables 80+80. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed