[wireless] iwx: small code nitpicking and removal of iwx_wait_tx_queues_empty

2023-10-18 Thread Mikhail Pchelin
Inlined patch does the following: - removes functions in initialization per style(9) (splnet) - removes double definition of IWX_NVM_GET_INFO - removes unused 'ring' variable from iwx_sta_tx_agg_start - removes unused 'iwx_tid_to_ac' array - removes iwx_wait_tx_queues_empty function Regarding the

Re: any work on port of rtw89? (realtek 8852 AE/BE/CE)

2023-10-01 Thread Mikhail Pchelin
On Sun, Oct 01, 2023 at 11:17:32AM -0600, Theo de Raadt wrote: > >I'm interested if anyone has already done any research or code regarding > >these drivers to save double effort. > > Over in freebsd land won't you just use the linux drivers, to "save double > effort"? And how's that going. Linux

any work on port of rtw89? (realtek 8852 AE/BE/CE)

2023-10-01 Thread Mikhail Pchelin
I'm interested if anyone has already done any research or code regarding these drivers to save double effort.