wifi: mac80211: implement MLO multicast deduplication
authorJohannes Berg <johannes.berg@intel.com>
Mon, 29 Jan 2024 19:04:57 +0000 (20:04 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 8 Feb 2024 14:00:42 +0000 (15:00 +0100)
commit676259100cf3a81dd2d47918b36edb237986b9df
tree79391f5f94c2914c9643e2e9ce84a99cfb743c49
parentb1344b1399daec9aca62bd0b2ea94874f5b8e126
wifi: mac80211: implement MLO multicast deduplication

If the vif is an MLD then it may receive multicast from
different links, and should drop those frames according
to the SN. Implement that.

Link: https://msgid.link/20240129200456.693b77d14b44.I491846f2bea0058c14eab6422962c10bfae9b675@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/ieee80211.h
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/rx.c