From: Felipe Pena Date: Sat, 19 Oct 2013 00:52:40 +0000 (-0300) Subject: rtlwifi: rtl8192se: Fix wrong assignment X-Git-Tag: v3.13-rc1~33^2~27^2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aef7dde8dcf09e0124f0a2665845a507331972b;p=pandora-kernel.git rtlwifi: rtl8192se: Fix wrong assignment There is a typo in the struct member name on assignment when checking rtlphy->current_chan_bw == HT_CHANNEL_WIDTH_20_40, the check uses pwrgroup_ht40 for bound limit and uses pwrgroup_ht20 when assigning instead. Signed-off-by: Felipe Pena Acked-by: Larry Finger Cc: stable@vger.kernel.org [3.0+] Signed-off-by: John W. Linville --- Reading git-diff-tree failed