On 2020-11-23 00:38, Wen Gong wrote:
On 2020-09-22 10:28, Thomas Pedersen wrote: ...@@ -3446,6 +3453,42 @@ bool ieee80211_chandef_he_6ghz_oper(struct ieee80211_sub_if_data *sdata, *chandef = he_chandef; + return false; +}This change the "return true" to "return false" by default of ieee80211_chandef_he_6ghz_oper. It should be typo mistake.
Thanks Wen. This was maybe rebase damage? Will send a fixup. -- thomas