From: Jes Sorensen Date: Tue, 3 Jun 2014 21:41:22 +0000 (+0200) Subject: staging: rtl8723au: rtw_update_ht_cap23a(): Use correct mask when determining 40MHz... X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~2095 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2775415844e89d528a0c40f81caedd6aad595f7;p=pandora-kernel.git staging: rtl8723au: rtw_update_ht_cap23a(): Use correct mask when determining 40MHz channel location commit 4dc5f8bab2663b902b9cb0be29198dbbf38aa3fb Author: Jes Sorensen Date: Tue May 27 13:43:12 2014 +0200 staging: rtl8723au: Eliminate struct HT_info_element Yet another duplicate version of struct ieee80211_ht_operation Signed-off-by: Jes Sorensen introduced a bad error, applying the wrong value as the mask when determining the location of the 40MHz channel, effectively making it always determining it as not present. This caused hangs and delays when running in 40MHz channel mode. This should get it right. Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed