]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: use sdata->skb_queue for TDLS
authorJohannes Berg <johannes.berg@intel.com>
Mon, 17 May 2021 21:07:56 +0000 (23:07 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Jun 2021 09:00:17 +0000 (11:00 +0200)
commit0e7c1a578526923195863a1f4c3f212651627d0a
tree60fa0ecb53f0273af5302206be3e6f963521c82c
parentd2b5c9abfc7dd65c198f79c7161365be4180740d
mac80211: use sdata->skb_queue for TDLS

We need to differentiate these frames since the ones we
currently put on the skb_queue_tdls_chsw have already
been converted to ethernet format, but now that we've
got a single place to enqueue to the sdata->skb_queue
this isn't hard. Just differentiate based on protocol
and adjust the code to queue the SKBs appropriately.

Link: https://lore.kernel.org/r/20210517230754.17034990abef.I5342f2183c0d246b18d36c511eb3b6be298a6572@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/main.c
net/mac80211/rx.c
net/mac80211/tdls.c