On Thu, 2024-01-25 at 18:28 +0530, Aditya Kumar Singh wrote: > Whenever sta_flush() function is invoked, all sta present in that interface STAs > is flushed. However, there is a requirement in case of MLO that only flush are flushed; The sentence starting here could be reworded. > those sta who are using a given link id. who -> which/that? They're not people :) > This is not possible currently. reorder the words a bit here? > Hence add the support for the same. I think (and hope :) ) you can improve the commit messages ... Maybe say "Add support for this by implementing the new cfg80211 API ..." > Passing link id is done currently via cfg80211 op - del_station. The mechanics of this aren't really all _that_ interesting unless they're really complicated - we can all read the code if we care about that part. johannes