On Tue, 2022-09-06 at 16:48 +1200, Kieran Frewen wrote: > Updates to the TIM information element to match changes made in the > IEEE Std 802.11ah-2020. > > + if (ieee80211_get_sband(sdata)->band != NL80211_BAND_S1GHZ) { > You probably should use ieee80211_get_link_sband() here now. I'm not sure it _matters_ much since we shouldn't get here with MLO, but it also doesn't really make a big difference for the code, and then we won't keep thinking about whether it should be link or not :) johannes