Message ID | 20240125125855.827619-1-quic_adisi@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | wifi: cfg80211/mac80211: add support to flush stations based on link ID | expand |
Kindly ignore this series. Got clubbed with other series. Will send as separate one. On 1/25/24 18:28, Aditya Kumar Singh wrote: > Currently whenever sta_flush() function is called, it flushes all stations > connected to the given interface. However in case of MLO, all the links > would be using the same interface and hence at certain cases flushing all > stations is not desireable. > > There is a need to flush the stations based on link ID. This series aims > to add support for the same. > > Currently two cases are handled - > 1. During NL80211_CMD_DEL_STATION command handling. If this is called > without any mac address, all stations present on that interfaces are > flushed. More details in the patch [1/3] > > 2. During stopping link AP via ieee80211_stop_ap(). Again here, all > stations are flushed. More details in the patch [3/3]