On Mon, 2025-03-03 at 21:38 +0530, Sarika Sharma wrote: > > I checked, looks like link_sta_dereference_protected() uses > ieee80211_sta structure and here sta_info structure is used. Oh. > Can we declare one more macro related to sta_info structure here or let > use rcu_dereference_protected() itself? > Not sure it's worth adding one, but you can use e.g. sdata_derefrence() or something like that, so you don't need to spell out *everything* johannes