On Wed, 2018-01-17 at 13:01 +0530, tamizhr@xxxxxxxxxxxxxx wrote: > > + if (!fast_rx->uses_rss) { > ewma_signal_add(&sta->rx_stats_avg.signal, > -status->signal); > + sta->count_rx_signal++; > + if (sta->count_rx_signal >= > + IEEE80211_STA_SIGNAL_AVE_MIN_COUNT) > + ieee80211_sta_rx_signal_thold_check(rx); > + } > Obviously this also means that not all mac80211 drivers will get the feature, which also means we really do need a feature bit for it, and one that mac80211 can only set if the driver promised not to use RSS. johannes