[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230329210557.3a5890fd@kernel.org>
Date: Wed, 29 Mar 2023 21:05:57 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Johannes Berg <johannes@...solutions.net>
Cc: linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
Johannes Berg <johannes.berg@...el.com>
Subject: Re: [RFC PATCH 2/2] mac80211: use the new drop reasons
infrastructure
On Wed, 29 Mar 2023 23:46:20 +0200 Johannes Berg wrote:
> + /** @SKB_DROP_REASON_SUBSYS_MAC80211_UNUSABLE: mac80211 drop reasons
> + * for unusable frames, see net/mac80211/drop.h
> + */
> + SKB_DROP_REASON_SUBSYS_MAC80211_UNUSABLE,
> +
> + /** @SKB_DROP_REASON_SUBSYS_MAC80211_MONITOR: mac80211 drop reasons
> + * for frames still going to monitor, see net/mac80211/drop.h
> + */
> + SKB_DROP_REASON_SUBSYS_MAC80211_MONITOR,
heh, didn't expect you'd have two different subsystems TBH
Powered by blists - more mailing lists