Re: [PATCH RFC v1 3/7] rtw88: Use rtw_iterate_stas where the iterator reads or writes registers
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2021-08-09 20:00:52
Also in:
lkml, netdev
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2021-08-09 20:00:52
Also in:
lkml, netdev
I am thinking rtw88 needs to maintain sta and vif lists itself,
I would tend to prefer drivers do not maintain separate lists - that's just duplicated book-keeping and prone to state mismatch errors? But OTOH the locking does make things complex. johannes