Brian Norris <briannorris@xxxxxxxxxxxx> writes: > + Tony's new address > > On Thu, Jul 30, 2020 at 7:46 PM <yhchuang@xxxxxxxxxxx> wrote: >> >> From: Tzu-En Huang <tehuang@xxxxxxxxxxx> >> >> From MIC Ordinance Regulating Radio Equipment article 49.20, >> ETSI EN-300-328 and EN-301-893, the device should be able to >> dynamically pause TX activity when energy detected on the air. >> >> To achieve this, add Energy Detected CCA (EDCCA) support to >> detect the energy in the channel. Driver will set corresponding >> thresholds to the device, if the energy detected exceeds the >> threshold, the TX activity will be halted immediately. >> >> As this could lead to performance downgrade when the environment >> is noisy, add a debugfs to disable this for debugging usage. >> >> Signed-off-by: Tzu-En Huang <tehuang@xxxxxxxxxxx> >> Signed-off-by: Yan-Hsuan Chuang <yhchuang@xxxxxxxxxxx> > > I see that this patch series is still marked Deferred: > https://patchwork.kernel.org/project/linux-wireless/patch/20200731024607.5817-2-yhchuang@xxxxxxxxxxx/ > https://patchwork.kernel.org/project/linux-wireless/patch/20200731024607.5817-3-yhchuang@xxxxxxxxxxx/ > > and I'm still rebasing these patches in my tree. I realize the docs > say "the maintainer will revisit the patch in a later time": > https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches#checking_state_of_patches_from_patchwork > but I figured 4-5 months might be long enough to wait ;) Yeah, I have 145 patches in the notorious deferred state at the moment: https://patchwork.kernel.org/project/linux-wireless/list/?state=10&delegate=25621&order=date I am trying to make it shorter but always more important things pop up so it's no easy task. > Was there something controversial about this patch set that makes it > difficult? Or should it get moved back to New? Or do Realtek folks > need to rebase/resubmit/ I would need to check the old discussions what was the holdback, but first thing after looking at the patchset I see this: +config RTW88_REGD_USER_REG_HINTS + bool "Realtek rtw88 user regulatory hints" + depends on RTW88_CORE + default n + help + Enable regulatoy user hints + + If unsure, say N. This should only be allowed on distributions + that need this to correct the regulatory. Why is this needed? The help text is not really helpful, what does "to correct the regulatory" mean? If someone would ask me who, when and why this should be enabled I would not have an answer. And yes, I know there's a similar CONFIG_ATH_REG_DYNAMIC_USER_REG_HINTS. I don't know what it does either (and no time to check right now). -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches