On Thu 06 Mar 23:12, Bjoern A. Zeeb wrote:
> On Thu, 6 Mar 2025, Baptiste Daroussin wrote:
>
> > On Wed 05 Mar 23:39, Bjoern A. Zeeb wrote:
> > > Hi,
> > >
> > > the fix from
> > > https://cgit.FreeBSD.org/src/commit/?id=27bf5c405bf2eb69392e45c06605defc78882612
> > > makes wireless panic for me
On Thu, 6 Mar 2025, Baptiste Daroussin wrote:
On Wed 05 Mar 23:39, Bjoern A. Zeeb wrote:
Hi,
the fix from
https://cgit.FreeBSD.org/src/commit/?id=27bf5c405bf2eb69392e45c06605defc78882612
makes wireless panic for me in my development branch; that said I am
working on TKIP currently so I have
On Thu, 6 Mar 2025 at 06:34, Bjoern A. Zeeb wrote:
>
> Or multiple:
> - unlocked register writes
> - rtwn_cmd_sleepable() which defers it to a task which doesn't fly but
>simply opens more problems, especially for the "SET" operation;
>otherwise you'll have to hold all packets until you
On Thu, 6 Mar 2025, Adrian Chadd wrote:
On Thu, 6 Mar 2025 at 06:34, Bjoern A. Zeeb wrote:
Or multiple:
- unlocked register writes
- rtwn_cmd_sleepable() which defers it to a task which doesn't fly but
simply opens more problems, especially for the "SET" operation;
otherwise you'll ha
On Thu, 6 Mar 2025, Adrian Chadd wrote:
On Thu, 6 Mar 2025 at 01:44, Bjoern A. Zeeb wrote:
On Thu, 6 Mar 2025, Baptiste Daroussin wrote:
On Wed 05 Mar 23:39, Bjoern A. Zeeb wrote:
Hi,
the fix from
https://cgit.FreeBSD.org/src/commit/?id=27bf5c405bf2eb69392e45c06605defc78882612
makes wir
On Thu, 6 Mar 2025 at 01:44, Bjoern A. Zeeb wrote:
> On Thu, 6 Mar 2025, Baptiste Daroussin wrote:
>
> > On Wed 05 Mar 23:39, Bjoern A. Zeeb wrote:
> >> Hi,
> >>
> >> the fix from
> https://cgit.FreeBSD.org/src/commit/?id=27bf5c405bf2eb69392e45c06605defc78882612
> >> makes wireless panic for me i
On Thu, 6 Mar 2025, Baptiste Daroussin wrote:
On Wed 05 Mar 23:39, Bjoern A. Zeeb wrote:
Hi,
the fix from
https://cgit.FreeBSD.org/src/commit/?id=27bf5c405bf2eb69392e45c06605defc78882612
makes wireless panic for me in my development branch; that said I am
working on TKIP currently so I have
On Wed 05 Mar 23:39, Bjoern A. Zeeb wrote:
> Hi,
>
> the fix from
> https://cgit.FreeBSD.org/src/commit/?id=27bf5c405bf2eb69392e45c06605defc78882612
> makes wireless panic for me in my development branch; that said I am
> working on TKIP currently so I have code in progress.
>
> In case you hit