Re: ieee80211_rx_stats cleanup discussion

2025-01-27 Thread Adrian Chadd
On Mon, 27 Jan 2025 at 07:58, Bjoern A. Zeeb wrote: > Hi, > > before more drivers are growing this (LinuxKPI is currently thus I > noticed) beyond the two rtwn chipsets: > > sys/dev/rtwn/rtl8192c/r92c_rx.c:rxs->c_phytype = > IEEE80211_RX_FP_11B; > sys/dev/rtwn/rtl8192c/r92c_rx.c:

ieee80211_rx_stats cleanup discussion

2025-01-27 Thread Bjoern A. Zeeb
Hi, before more drivers are growing this (LinuxKPI is currently thus I noticed) beyond the two rtwn chipsets: sys/dev/rtwn/rtl8192c/r92c_rx.c:rxs->c_phytype = IEEE80211_RX_FP_11B; sys/dev/rtwn/rtl8192c/r92c_rx.c:rxs->c_phytype = IEEE80211_RX_FP_11G; sys/dev/rtwn