Hi, I was reading this patch again because I was looking for something, but noticed something else: > --- a/net/mac80211/ht.c > +++ b/net/mac80211/ht.c > @@ -98,6 +98,7 @@ u32 ieee80211_enable_ht(struct ieee80211_sub_if_data *sdata, > struct ieee80211_bss_ht_conf ht; > u32 changed = 0; > bool enable_ht = true, ht_changed; > + s8 channel_type = NL80211_CHAN_NO_HT; That variable has the wrong type. Doesn't really matter much, but s8 is a bit strange. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part