From: Felipe Pena Date: Sat, 19 Oct 2013 00:52:40 +0000 (-0300) Subject: rtlwifi: rtl8192se: Fix wrong assignment X-Git-Tag: v3.2.54~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0086d127275aa318344fff8d92984af5335fba9;p=pandora-kernel.git rtlwifi: rtl8192se: Fix wrong assignment commit 3aef7dde8dcf09e0124f0a2665845a507331972b upstream. 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 Signed-off-by: John W. Linville Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed